2006-06-18 21:31:20 -04:00
|
|
|
USING: kernel modules words ;
|
2006-06-18 20:58:11 -04:00
|
|
|
|
2006-07-24 10:27:45 -04:00
|
|
|
REQUIRES: automata boids cairo calendar concurrency coroutines
|
2006-08-06 22:30:52 -04:00
|
|
|
crypto dlists embedded gap-buffer hexdump httpd lambda math postgresql
|
2006-08-03 16:26:07 -04:00
|
|
|
process random-tester slate splay-trees sqlite topology units
|
|
|
|
|
vars ;
|
2006-06-18 20:58:11 -04:00
|
|
|
|
|
|
|
|
"x11" vocab [
|
2006-06-19 03:41:42 -04:00
|
|
|
"factory" require
|
|
|
|
|
"x11" require
|
2006-06-18 21:31:20 -04:00
|
|
|
] when
|