2006-06-15 02:19:30 -04:00
|
|
|
USING: kernel parser sequences ;
|
2006-01-19 20:27:38 -05:00
|
|
|
{
|
|
|
|
|
"coroutines"
|
|
|
|
|
"dlists"
|
2006-06-15 02:19:30 -04:00
|
|
|
"process"
|
2006-01-19 20:27:38 -05:00
|
|
|
"splay-trees"
|
2006-06-15 02:19:30 -04:00
|
|
|
} [ "/contrib/" swap ".factor" append3 run-resource ] each
|
2006-01-19 03:03:32 -05:00
|
|
|
|
2006-06-15 02:19:30 -04:00
|
|
|
{
|
2006-06-15 01:56:41 -04:00
|
|
|
"cairo"
|
2006-01-19 20:27:38 -05:00
|
|
|
"concurrency"
|
2006-06-15 01:56:41 -04:00
|
|
|
"math"
|
2006-01-19 20:27:38 -05:00
|
|
|
"crypto"
|
|
|
|
|
"aim"
|
2006-06-15 02:19:30 -04:00
|
|
|
"gap-buffer"
|
2006-01-19 20:27:38 -05:00
|
|
|
"httpd"
|
|
|
|
|
"units"
|
|
|
|
|
"sqlite"
|
|
|
|
|
"postgresql"
|
2006-06-15 02:19:30 -04:00
|
|
|
"random-tester"
|
|
|
|
|
} [ "/contrib/" swap "/load.factor" append3 run-resource ] each
|