More module system tweaks
parent
0205234638
commit
a6a8408c15
|
@ -1,6 +1,3 @@
|
|||
IN: scratchpad
|
||||
USING: kernel parser sequences words compiler ;
|
||||
|
||||
REQUIRE: crypto ;
|
||||
|
||||
PROVIDE: aim { "net-bytes.factor" "aim.factor" } ;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
USING: modules words ;
|
||||
|
||||
REQUIRE: aim cairo concurrency coroutines crypto dlists
|
||||
gap-buffer httpd math postgresql process random-tester
|
||||
embedded gap-buffer httpd math postgresql process random-tester
|
||||
splay-trees sqlite units ;
|
||||
|
||||
"x11" vocab [
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
IN: scratchpad
|
||||
USING: alien kernel parser compiler words sequences ;
|
||||
USING: alien ;
|
||||
|
||||
"cairo" "libcairo" add-simple-library
|
||||
|
||||
PROVIDE: cairo { "/contrib/cairo/cairo.factor" } ;
|
||||
|
||||
{ "cairo" } compile-vocabs
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
USING: modules ;
|
||||
|
||||
REQUIRE: dlists ;
|
||||
|
||||
PROVIDE: concurrency
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
IN: scratchpad
|
||||
USING: kernel parser sequences words compiler ;
|
||||
|
||||
REQUIRE: math ;
|
||||
|
||||
PROVIDE: crypto {
|
||||
|
|
|
@ -69,3 +69,5 @@ USING: sequences kernel parser math namespaces io ;
|
|||
<file-writer> [
|
||||
run-embedded-file
|
||||
] with-stream ;
|
||||
|
||||
PROVIDE: embedded ;
|
|
@ -1,5 +1,3 @@
|
|||
USING: modules ;
|
||||
|
||||
REQUIRE: process concurrency x11 ;
|
||||
|
||||
PROVIDE: factory { "factory.factor" } ;
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
USING: kernel sequences parser words compiler ;
|
||||
|
||||
PROVIDE: gap-buffer
|
||||
{ "circular.factor" "gap-buffer.factor" }
|
||||
{ "circular-tests.factor" "gap-buffer-tests.factor" } ;
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
IN: scratchpad
|
||||
USING: words kernel parser sequences io compiler ;
|
||||
USING: io ;
|
||||
|
||||
PROVIDE: httpd {
|
||||
"mime.factor"
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
IN: scratchpad
|
||||
USING: modules ;
|
||||
|
||||
PROVIDE: math {
|
||||
"utils.factor"
|
||||
"combinatorics.factor"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
USING: alien modules ;
|
||||
USING: alien ;
|
||||
|
||||
"postgresql" "libpq" add-simple-library
|
||||
|
||||
|
|
|
@ -3,8 +3,9 @@
|
|||
#! "contrib/httpd/embedded.factor" run-file
|
||||
#! "contrib/vim/load.factor" run-file
|
||||
|
||||
REQUIRE: embedded ;
|
||||
|
||||
USING: embedded io ;
|
||||
|
||||
"contrib/vim" cd
|
||||
"factor.vim.fgen" "factor.vim" embedded-convert
|
||||
|
||||
|
|
Loading…
Reference in New Issue