factor/contrib/shuffle/load.factor

8 lines
115 B
Factor
Raw Normal View History

2006-11-16 01:13:53 -05:00
USE: kernel
PROVIDE: contrib/shuffle
{ +files+ {
"shuffle.factor"
} }
{ +tests+ { "test/shuffle.factor" } } ;