factor/contrib/all.factor

12 lines
296 B
Factor

USING: kernel modules words ;
REQUIRES: automata boids cairo calendar concurrency coroutines
crypto dlists embedded gap-buffer hexdump httpd lambda math postgresql
process random-tester slate splay-trees sqlite topology units
vars ;
"x11" vocab [
"factory" require
"x11" require
] when