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