doc fixes for contrib/README.txt
parent
3acc344a9c
commit
d497db0ca5
|
@ -7,16 +7,17 @@ Modules can be loaded from the listener:
|
||||||
|
|
||||||
Credits:
|
Credits:
|
||||||
|
|
||||||
- aim -- AOL Instant Messenger client library (Doug Coleman)
|
|
||||||
- automata -- Graphics demo for the UI (Eduardo Cavazos)
|
- automata -- Graphics demo for the UI (Eduardo Cavazos)
|
||||||
- boids -- Graphics demo for the UI (Eduardo Cavazos)
|
- boids -- Graphics demo for the UI (Eduardo Cavazos)
|
||||||
- cairo -- cairo bindings (Sampo Vuori)
|
- cairo -- cairo bindings (Sampo Vuori)
|
||||||
|
- calendar -- timestamp/calendar with timezones (Doug Coleman)
|
||||||
- concurrency -- Erlang/Termite-style concurrency (Chris Double)
|
- concurrency -- Erlang/Termite-style concurrency (Chris Double)
|
||||||
- coroutines -- coroutines (Chris Double)
|
- coroutines -- coroutines (Chris Double)
|
||||||
- crypto -- Various cryptographic algorithms (Doug Coleman)
|
- crypto -- Various cryptographic algorithms (Doug Coleman)
|
||||||
- dlists -- double-linked-lists (Mackenzie Straight)
|
- dlists -- double-linked-lists (Mackenzie Straight)
|
||||||
- factory -- X11 window manager (Eduardo Cavazos)
|
- factory -- X11 window manager (Eduardo Cavazos)
|
||||||
- gap-buffer -- Efficient text editor buffer (Alex Chapman)
|
- gap-buffer -- Efficient text editor buffer (Alex Chapman)
|
||||||
|
- hexdump -- Hexdump routine (Doug Coleman)
|
||||||
- httpd -- Web framework (HTTP server, client, XML parser, HTML generation...) (Slava Pestov, Chris Double, Daniel Ehrenberg)
|
- httpd -- Web framework (HTTP server, client, XML parser, HTML generation...) (Slava Pestov, Chris Double, Daniel Ehrenberg)
|
||||||
- lazy-lists -- Lazy evaluation lists (Chris Double, Matthew Willis)
|
- lazy-lists -- Lazy evaluation lists (Chris Double, Matthew Willis)
|
||||||
- math -- extended math library (Doug Coleman, Slava Pestov)
|
- math -- extended math library (Doug Coleman, Slava Pestov)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
USING: kernel modules words ;
|
USING: kernel modules words ;
|
||||||
|
|
||||||
REQUIRES: aim automata boids cairo concurrency coroutines
|
REQUIRES: automata boids cairo calendar concurrency coroutines
|
||||||
crypto dlists embedded gap-buffer httpd math postgresql process
|
crypto dlists embedded gap-buffer hexdump httpd math postgresql process
|
||||||
random-tester slate splay-trees sqlite topology units vars ;
|
random-tester slate splay-trees sqlite topology units vars ;
|
||||||
|
|
||||||
"x11" vocab [
|
"x11" vocab [
|
||||||
|
|
Loading…
Reference in New Issue