2006-06-18 21:31:20 -04:00
|
|
|
USING: kernel modules words ;
|
2006-06-18 20:58:11 -04:00
|
|
|
|
2006-09-06 17:01:38 -04:00
|
|
|
REQUIRES: contrib/automata contrib/boids contrib/cairo
|
|
|
|
|
contrib/calendar contrib/concurrency contrib/coroutines
|
|
|
|
|
contrib/crypto contrib/dlists contrib/emacs contrib/embedded
|
|
|
|
|
contrib/gap-buffer contrib/hexdump contrib/httpd contrib/jedit
|
|
|
|
|
contrib/json contrib/lambda contrib/lazy-lists contrib/math
|
|
|
|
|
contrib/parser-combinators contrib/postgresql contrib/process
|
|
|
|
|
contrib/random-tester contrib/rss contrib/serialize
|
|
|
|
|
contrib/slate contrib/space-invaders contrib/splay-trees
|
|
|
|
|
contrib/sqlite contrib/topology contrib/units contrib/vars
|
|
|
|
|
contrib/vim ;
|
2006-06-18 20:58:11 -04:00
|
|
|
|
|
|
|
|
"x11" vocab [
|
2006-09-06 17:01:38 -04:00
|
|
|
"contrib/factory" require
|
|
|
|
|
"contrib/x11" require
|
2006-06-18 21:31:20 -04:00
|
|
|
] when
|