1 | [[tags: eggs]] |
---|
2 | [[toc:]] |
---|
3 | |
---|
4 | == Eggs Unlimited (release branch 3, updated Tue Feb 26 06:16:25 2008) |
---|
5 | |
---|
6 | A library of extensions for the Chicken Scheme system. |
---|
7 | |
---|
8 | === Installation |
---|
9 | |
---|
10 | Just enter |
---|
11 | |
---|
12 | $ chicken-setup EXTENSIONNAME |
---|
13 | |
---|
14 | This will download anything needed to compile and install the library. If your extension ''repository'' is placed at a location for which you don't have write permissions, then run {{chicken-setup}} as root. You can obtain the repository location by running |
---|
15 | |
---|
16 | $ chicken-setup -repository |
---|
17 | |
---|
18 | If you only want to download the extension and install it later, pass the {{-fetch}} option to {{chicken-setup}}: |
---|
19 | |
---|
20 | $ chicken-setup -fetch EXTENSIONNAME |
---|
21 | |
---|
22 | By default the archive will be unpacked into a temporary directory (named {{EXTENSIONNAME.egg-dir}} and the directory will be removed if the installation completed successfully. To keep the extracted files add {{-keep}} to the options passed to {{chicken-setup}}. |
---|
23 | |
---|
24 | For more information, enter |
---|
25 | |
---|
26 | $ chicken-setup -help |
---|
27 | |
---|
28 | If you would like to access the subversion repository, see [[eggs tutorial]]. |
---|
29 | |
---|
30 | If you are looking for 3rd party libraries used by one the extensions, check out the CHICKEN [[http://www.call-with-current-continuation.org/tarballs/|tarball repository]]. |
---|
31 | |
---|
32 | === List of available eggs |
---|
33 | |
---|
34 | |
---|
35 | ==== Language extensions |
---|
36 | |
---|
37 | <table> |
---|
38 | |
---|
39 | <chickenegg name="F-operator" license="BSD" author="Kon Lovett" description="Shift/Reset Control Operators."/> |
---|
40 | |
---|
41 | <chickenegg name="autoload" license="BSD" author="Alex Shinn" description="Load modules lazily"/> |
---|
42 | |
---|
43 | <chickenegg name="awk" license="LGPL" author="Olin Shivers, adapted to Chicken by [[felix winkelmann]]" description="The SCSH/PLT 'awk' macro"/> |
---|
44 | |
---|
45 | <chickenegg name="codewalk" license="BSD" author="felix winkelmann" description="macro-expansion and code-walking"/> |
---|
46 | |
---|
47 | <chickenegg name="contracts" license="BSD" author="felix winkelmann" description="Simple contract-oriented programming"/> |
---|
48 | |
---|
49 | <chickenegg name="datatype" license="BSD" author="felix winkelmann" description="A facility for creating and deconstructing variant records (from EOPL)"/> |
---|
50 | |
---|
51 | <chickenegg name="date-literals" license="MIT" author="Arto Bendiken" description="A reader extension providing SRFI-19 date/time literals of the form <code>#@2007-12-31T23:59:59Z</code>"/> |
---|
52 | |
---|
53 | <chickenegg name="defun-cond" license="BSD" author="Kon Lovett" description="Create condition convenience procedures"/> |
---|
54 | |
---|
55 | <chickenegg name="environments" license="BSD" author="felix winkelmann" description="User defined evaluation environments"/> |
---|
56 | |
---|
57 | <chickenegg name="extended-cond" license="Public Domain" author="Shawn Wagner" description="cond conforming to SRFI-61 (Guard clauses) |
---|
58 | case conformating to SRFI-87 (Passing the matched value to a function) |
---|
59 | Generic case and switch versions that take a user-defined equality function."/> |
---|
60 | |
---|
61 | <chickenegg name="foof-loop" license="public domain" author="Taylor R Campbell" description="Extensible looping macros (originally based on Alex Shinn's)"/> |
---|
62 | |
---|
63 | <chickenegg name="fspath" license="Public Domain" author="Kon Lovett" description="CommonLISP similar namestring & pathname"/> |
---|
64 | |
---|
65 | <chickenegg name="generalised-case" license="BSD" author="Peter Bex" description="A generalised version of CASE that accepts an equality predicate"/> |
---|
66 | |
---|
67 | <chickenegg name="generator" license="BSD" author="Kon Lovett" description="Provides generator-like coroutine operations."/> |
---|
68 | |
---|
69 | <chickenegg name="job-worker" license="BSD" author="Kon Lovett" description="Background Job/Worker Associates"/> |
---|
70 | |
---|
71 | <chickenegg name="lexmod" license="unknown" author="Taylor Campbell" description="A portable module system based on lexical scope"/> |
---|
72 | |
---|
73 | <chickenegg name="loop" license="GPL" author="Heinrich Taube" description="The Common Lisp LOOP macro"/> |
---|
74 | |
---|
75 | <chickenegg name="loopy-loop" license="public domain" author="Alex Shinn" description="Alex Shinn's LOOP macro"/> |
---|
76 | |
---|
77 | <chickenegg name="make" license="LGPL" author="PLT, adapted to Chicken by [[felix winkelmann]]" description="The PLT 'make' macro"/> |
---|
78 | |
---|
79 | <chickenegg name="match-action" license="BSD" author="Kon Lovett" description="Match extension with explicit success & fail actions"/> |
---|
80 | |
---|
81 | <chickenegg name="matchable" license="public domain" author="Alex Shinn" description="Syntax-case MATCH replacement"/> |
---|
82 | |
---|
83 | <chickenegg name="misc-extn" license="BSD" author="Kon Lovett" description="Miscellaneous useful stuff"/> |
---|
84 | |
---|
85 | <chickenegg name="miscmacros" license="BSD" author="felix winkelmann" description="Various helper macros"/> |
---|
86 | |
---|
87 | <chickenegg name="modules" license="BSD" author="felix winkelmann" description="a simple module system"/> |
---|
88 | |
---|
89 | <chickenegg name="object-apply" license="BSD" author="felix" description="Allows calling arbitrary data objects as procedures"/> |
---|
90 | |
---|
91 | <chickenegg name="pmatch" license="Public Domain" author="Mayer Goldberg" description="Macroless ML-style pattern matching"/> |
---|
92 | |
---|
93 | <chickenegg name="procedure-decoration" license="BSD" author="Kon Lovett" description="An interface for procedure decoration"/> |
---|
94 | |
---|
95 | <chickenegg name="procedure-surface" license="BSD" author="Kon Lovett" description="Generic Programming Support"/> |
---|
96 | |
---|
97 | <chickenegg name="regex-case" license="BSD" author="felix winkelmann" description="Provides an easy to use <code>case</code> construct for regular expression matching"/> |
---|
98 | |
---|
99 | <chickenegg name="regex-literals" license="MIT" author="Arto Bendiken" description="A reader extension providing precompiled regular expression literals of the form <code>#/[a-z0-9]+/i</code>"/> |
---|
100 | |
---|
101 | <chickenegg name="sandbox" license="BSD" author="felix winkelmann" description="A safe evaluation environment"/> |
---|
102 | |
---|
103 | <chickenegg name="softscheme" license="GPL" author="Andrew Wright, packaged by Lars Thomas Hansen and ported to chicken by felix" description="Andrew Wright's soft type checker"/> |
---|
104 | |
---|
105 | <chickenegg name="srfi-45" license="BSD" author="Kon Lovett" description="Primitives for Expressing Iterative Lazy Algorithms"/> |
---|
106 | |
---|
107 | <chickenegg name="srfi-60" license="BSD" author="Aubrey Jaffer" description="Integers as bits"/> |
---|
108 | |
---|
109 | <chickenegg name="srfi-89" license="SRFI" author="Marc Feeley" description="reference implementation of SRFI-89"/> |
---|
110 | |
---|
111 | <chickenegg name="stacktor" license="BSD" author="Mark Fredrickson" description="A stack programming DSL, inspired by Factor"/> |
---|
112 | |
---|
113 | <chickenegg name="suspension" license="BSD" author="felix" description="Serialized limited continuations"/> |
---|
114 | |
---|
115 | <chickenegg name="tagged-begin" license="BSD" author="Jens Axel Søgaard" description="An extended form of <code>begin</code> similar to Common Lisp's <code>tagbody</code>"/> |
---|
116 | |
---|
117 | <chickenegg name="uri-literals" license="MIT" author="Arto Bendiken" description="A reader extension providing URI literals of the form <code>#<http://www.call-with-current-continuation.org/></code>"/> |
---|
118 | |
---|
119 | |
---|
120 | </table> |
---|
121 | |
---|
122 | ==== Graphics |
---|
123 | |
---|
124 | <table> |
---|
125 | |
---|
126 | <chickenegg name="aalib" license="BSD" author="felix winkelmann" description="Bindings for the AAlib ASCII renderer"/> |
---|
127 | |
---|
128 | <chickenegg name="aquaterm" license="BSD" author="Thomas Chust" description="Bindings to the C API for AquaTerm"/> |
---|
129 | |
---|
130 | <chickenegg name="cairo" license="LGPL" author="Michael Bridgen and Tony Garnock-Jones" description="Chicken bindings for Cairo, a vector graphics library"/> |
---|
131 | |
---|
132 | <chickenegg name="epeg" license="BSD" author="Peter Bex" description="Chicken bindings for the JPEG thumbnail creation library epeg"/> |
---|
133 | |
---|
134 | <chickenegg name="ezxdisp" license="LGPL" author="n-sibata and Morihiko Tamai" description="A simple 2D and 3D graphics library for X11"/> |
---|
135 | |
---|
136 | <chickenegg name="fps" license="unknown" author="Wandy Sae-Tan and Olin Shivers" description="Functional PostScript"/> |
---|
137 | |
---|
138 | <chickenegg name="freetype" license="BSD" author="Alex Shinn" description="Freetype2 Interface"/> |
---|
139 | |
---|
140 | <chickenegg name="g2" license="BSD" author="felix winkelmann" description="Interface to the G2 graphics libary"/> |
---|
141 | |
---|
142 | <chickenegg name="glfw" license="MIT" author="Alex Sandro Queiroz e Silva <asandroq@gmail.com>" description="Bindings for GLFW, an OpenGL framework"/> |
---|
143 | |
---|
144 | <chickenegg name="glut" license="BSD" author="felix winkelmann" description="GLUT bindings"/> |
---|
145 | |
---|
146 | <chickenegg name="imlib2" license="BSD" author="Peter Bex" description="Chicken bindings for the Imlib2 image library"/> |
---|
147 | |
---|
148 | <chickenegg name="octave" license="BSD" author="Pierre-Alexandre Fournier" description="Interface to GNU/Octave"/> |
---|
149 | |
---|
150 | <chickenegg name="opengl" license="BSD" author="felix winkelmann" description="OpenGL bindings"/> |
---|
151 | |
---|
152 | <chickenegg name="sdl" license="LGPL" author="Tony Garnock-Jones" description="Basic SDL support"/> |
---|
153 | |
---|
154 | <chickenegg name="xlib" license="unknown" author="Richard Mann" description="Xlib bindings"/> |
---|
155 | |
---|
156 | <chickenegg name="xmi" license="BSD" author="felix winkelmann" description="An interface to libxmi, the 2D rasterization library"/> |
---|
157 | |
---|
158 | |
---|
159 | </table> |
---|
160 | |
---|
161 | ==== Debugging tools |
---|
162 | |
---|
163 | <table> |
---|
164 | |
---|
165 | <chickenegg name="dissector" license="BSD" author="Taylor Campbell" description="An object inspector for Chicken"/> |
---|
166 | |
---|
167 | <chickenegg name="gdb" license="MIT" author="Tony Sidaway <tonysidaway@gmail.com>" description="GDB-MI interface to the GNU debugger"/> |
---|
168 | |
---|
169 | <chickenegg name="mayo" license="MIT" author="Tony Sidaway <tonysidaway@gmail.com>" description="Scheme source-level debugger"/> |
---|
170 | |
---|
171 | |
---|
172 | </table> |
---|
173 | |
---|
174 | ==== Logic programming |
---|
175 | |
---|
176 | <table> |
---|
177 | |
---|
178 | <chickenegg name="kanren" license="MIT" author="Oleg Kiselyov and Dan Friedman" description="A declarative applicative logic programming system."/> |
---|
179 | |
---|
180 | <chickenegg name="schelog" license="LGPL" author="Dorai Sitaram, substantially optimized by Brad Lucier" description="Dorai Sitaram's embedding of logic programming into Scheme"/> |
---|
181 | |
---|
182 | |
---|
183 | </table> |
---|
184 | |
---|
185 | ==== Networking |
---|
186 | |
---|
187 | <table> |
---|
188 | |
---|
189 | <chickenegg name="9p" license="BSD" author="Peter Bex" description="9p networked filesystem protocol implementation. Includes high-level client code library"/> |
---|
190 | |
---|
191 | <chickenegg name="dict" license="BSD" author="David Krentzlin" description="Simple API for the dict client/server-protocol"/> |
---|
192 | |
---|
193 | <chickenegg name="dpfw" license="GPL" author="Dan Muresan" description="A lightweight distributed programming framework"/> |
---|
194 | |
---|
195 | <chickenegg name="ftp" license="BSD" author="felix winkelmann" description="Simple FTP client"/> |
---|
196 | |
---|
197 | <chickenegg name="hostinfo" license="BSD" author="Zbigniew Szadkowski" description="Look up host, protocol, and service information"/> |
---|
198 | |
---|
199 | <chickenegg name="http" license="BSD" author="felix winkelmann" description="HTTP client and server"/> |
---|
200 | |
---|
201 | <chickenegg name="irc" license="BSD" author="felix winkelmann" description="A simple IRC client"/> |
---|
202 | |
---|
203 | <chickenegg name="memcached" license="BSD" author="Alaric B. Snell-Pym" description="A client for accessing a memcached cluster"/> |
---|
204 | |
---|
205 | <chickenegg name="mpi" license="GPL" author="Ivan Raikov" description="Message-passing Interface (MPI)"/> |
---|
206 | |
---|
207 | <chickenegg name="openssl" license="BSD" author="Thomas Chust" description="Bindings to the OpenSSL SSL/TLS library"/> |
---|
208 | |
---|
209 | <chickenegg name="pcap" license="BSD" author="Category 5" description="Interface to the portable packet-capture library"/> |
---|
210 | |
---|
211 | <chickenegg name="pop3" license="BSD" author="felix winkelmann" description="Mail retrieval via the POP3 protocol"/> |
---|
212 | |
---|
213 | <chickenegg name="raw-sockets" license="BSD" author="Ben Kurtz" description="Simple access to UNIX raw sockets"/> |
---|
214 | |
---|
215 | <chickenegg name="remote-launch" license="BSD" author="Kon Lovett" description="Remote Launch Service"/> |
---|
216 | |
---|
217 | <chickenegg name="remote-mailbox" license="BSD" author="Kon Lovett" description="Remote Mailbox"/> |
---|
218 | |
---|
219 | <chickenegg name="rpc" license="BSD" author="Thomas Chust" description="A flexible peer-to-peer RPC system."/> |
---|
220 | |
---|
221 | <chickenegg name="scgi" license="BSD" author="Thomas Chust" description="SCGI server library"/> |
---|
222 | |
---|
223 | <chickenegg name="sendfile" license="BSD" author="David Krentzlin" description="Sending a file over the network"/> |
---|
224 | |
---|
225 | <chickenegg name="smtp" license="BSD" author="felix winkelmann" description="A simple library to send e-mail via SMTP (RFC 821)"/> |
---|
226 | |
---|
227 | <chickenegg name="socket" license="BSD" author="Jim Ursetto" description="BSD sockets interface"/> |
---|
228 | |
---|
229 | <chickenegg name="spread" license="BSD" author="felix winkelmann" description="An interface to the Spread communication library"/> |
---|
230 | |
---|
231 | <chickenegg name="tcp-server" license="BSD" author="felix winkelmann" description="A simple generic multithreaded tcp-server"/> |
---|
232 | |
---|
233 | <chickenegg name="tcp6" license="BSD" author="Jun-ichiro Itojun Hagino and felix winkelmann" description="A replacement for the <code>tcp</code> library unit that supports IPv6"/> |
---|
234 | |
---|
235 | <chickenegg name="udp" license="BSD" author="Category 5" description="An interface to User Datagram Protocol sockets"/> |
---|
236 | |
---|
237 | <chickenegg name="unix-sockets" license="BSD" author="felix winkelmann" description="UNIX domain sockets"/> |
---|
238 | |
---|
239 | <chickenegg name="uuid-lib" license="BSD" author="Kon Lovett" description="OSF DCE 1.1 UUID"/> |
---|
240 | |
---|
241 | <chickenegg name="uuid-ossp" license="BSD" author="Kon Lovett" description="OSSP UUID"/> |
---|
242 | |
---|
243 | |
---|
244 | </table> |
---|
245 | |
---|
246 | ==== Input/Output |
---|
247 | |
---|
248 | <table> |
---|
249 | |
---|
250 | <chickenegg name="binary-parse" license="Public Domain" author="Oleg Kiselyov" description="Reading variable number of bits from a sequential input stream"/> |
---|
251 | |
---|
252 | <chickenegg name="eformat" license="BSD" author="elf" description="extended formatting procedures"/> |
---|
253 | |
---|
254 | <chickenegg name="endian-port" license="GPL" author="Ivan Raikov" description="An I/O port that supports different endian formats."/> |
---|
255 | |
---|
256 | <chickenegg name="fmt" license="BSD" author="Alex Shinn" description="Combinator Formatting"/> |
---|
257 | |
---|
258 | <chickenegg name="format-graph" license="GPL" author="Ivan Raikov" description="Prints a graph in various formats."/> |
---|
259 | |
---|
260 | <chickenegg name="format-modular" license="Public Domain" author="Alejandro Forero Cuervo, Alex Shinn and Kon Lovett" description="Modular Common-Lisp style formatted output"/> |
---|
261 | |
---|
262 | <chickenegg name="format-textdiff" license="GPL" author="Ivan Raikov" description="Output text diff scripts in different formats"/> |
---|
263 | |
---|
264 | <chickenegg name="http-fs" license="BSD" author="[[felix winkelmann]]" description="Simple read-only HTTP access over [[vfs]]"/> |
---|
265 | |
---|
266 | <chickenegg name="ioctl" license="BSD" author="Alex Shinn" description="ioctl system call interface"/> |
---|
267 | |
---|
268 | <chickenegg name="nbstdin" license="BSD" author="Daishi Kato" description="Non-blocking Standard Input"/> |
---|
269 | |
---|
270 | <chickenegg name="pipeline" license="BSD" author="Hans Bulfone" description="Run multiple subprocesses connected via pipes"/> |
---|
271 | |
---|
272 | <chickenegg name="ppi" license="MIT" author="Michal Dybizbanski" description="user-space interface to ppbus parallel 'geek' port under FreeBSD"/> |
---|
273 | |
---|
274 | <chickenegg name="pty" license="BSD" author="Alex Shinn" description="Easy Pseudo-Terminal Interface"/> |
---|
275 | |
---|
276 | <chickenegg name="readline" license="GPL" author="Tony Garnock-Jones" description="An interface to the GNU readline library"/> |
---|
277 | |
---|
278 | <chickenegg name="sfio" license="BSD" author="Category 5" description="Interface to AT&T's Safe/Fast I/O Library"/> |
---|
279 | |
---|
280 | <chickenegg name="srfi-38" license="SRFI" author="Al Petrofsky and Ray Dillinger" description="A Chicken version of the SRFI-38 reference implementation"/> |
---|
281 | |
---|
282 | <chickenegg name="stty" license="BSD" author="Alex Shinn" description="stty-style interface to termios"/> |
---|
283 | |
---|
284 | <chickenegg name="vfs" license="BSD" author="[[felix winkelmann]]" description="TinyCLOS wrappers for file operations"/> |
---|
285 | |
---|
286 | |
---|
287 | </table> |
---|
288 | |
---|
289 | ==== Databases |
---|
290 | |
---|
291 | <table> |
---|
292 | |
---|
293 | <chickenegg name="gdbm" license="BSD" author="Alex Shinn" description="GNU DBM interface"/> |
---|
294 | |
---|
295 | <chickenegg name="geoip" license="MIT" author="Arto Bendiken" description="Chicken bindings for the GeoIP C API"/> |
---|
296 | |
---|
297 | <chickenegg name="metakit" license="MIT" author="Sergey Khorev" description="An interface to the Metakit database"/> |
---|
298 | |
---|
299 | <chickenegg name="mysql" license="MIT" author="Toby Butzon" description="MySQL bindings for Chicken"/> |
---|
300 | |
---|
301 | <chickenegg name="postgresql" license="BSD" author="Johannes Groedem" description="Some simple bindings for PostgreSQL's C-api"/> |
---|
302 | |
---|
303 | <chickenegg name="qdbm" license="GPL" author="Sven Hartrumpf" description="Some bindings for qdbm (depot interface)"/> |
---|
304 | |
---|
305 | <chickenegg name="sedna" license="Apache" author="The Institute for System Programming of the Russian Academy of Sciences (ISP RAS)" description="An interface to the Sedna XML database management system."/> |
---|
306 | |
---|
307 | <chickenegg name="sql" license="BSD" author="Hans Bulfone" description="A small scheme library for constructing SQL queries"/> |
---|
308 | |
---|
309 | <chickenegg name="sql-null" license="public domain" author="Ivan Shmakov" description="A convenience extension for representing SQL NULL values"/> |
---|
310 | |
---|
311 | <chickenegg name="sqlite3" license="BSD" author="Thomas Chust" description="Bindings to version 3.x of the SQLite API"/> |
---|
312 | |
---|
313 | <chickenegg name="sqlite3-tinyclos" license="BSD" author="Thomas Chust" description="A bridge between persistent storage in SQLite3 tables and TinyCLOS objects."/> |
---|
314 | |
---|
315 | <chickenegg name="sqlora" license="BSD" author="Graham Fawcett <graham.fawcett@gmail.com>" description="A wrapper for libsqlora8, the Oracle-database library"/> |
---|
316 | |
---|
317 | |
---|
318 | </table> |
---|
319 | |
---|
320 | ==== OS interface |
---|
321 | |
---|
322 | <table> |
---|
323 | |
---|
324 | <chickenegg name="daemon-tools" license="BSD" author="Hans Bulfone" description="Collection of useful functions for daemons"/> |
---|
325 | |
---|
326 | <chickenegg name="filesystem" license="MIT" author="Ozzi Lee" description="Functions for getting filesystem information."/> |
---|
327 | |
---|
328 | <chickenegg name="lirc-client" license="BSD" author="Hans Bulfone" description="Interface to LIRC (Linux Infrared Remote Control) client library"/> |
---|
329 | |
---|
330 | <chickenegg name="locale" license="BSD" author="Kon Lovett" description="Provides locale operations"/> |
---|
331 | |
---|
332 | <chickenegg name="macosx" license="BSD" author="Kon Lovett" description="MacOS X Utilities"/> |
---|
333 | |
---|
334 | <chickenegg name="osprocess" license="BSD" author="Kon Lovett" description="Subprocess Object"/> |
---|
335 | |
---|
336 | <chickenegg name="rlimit" license="BSD" author="felix winkelmann" description="Setting resource limits"/> |
---|
337 | |
---|
338 | <chickenegg name="statvfs" license="MIT" author="Ozzi Lee" description="Wrapper for the statvfs C function."/> |
---|
339 | |
---|
340 | |
---|
341 | </table> |
---|
342 | |
---|
343 | ==== Interfacing to other languages |
---|
344 | |
---|
345 | <table> |
---|
346 | |
---|
347 | <chickenegg name="dollar" license="BSD" author="felix winkelmann" description="FFI convenience macro"/> |
---|
348 | |
---|
349 | <chickenegg name="easyffi" license="BSD" author="[[felix winkelmann]]" description="Generates bindings from C/C++ declarations"/> |
---|
350 | |
---|
351 | <chickenegg name="javahack" license="BSD" author="felix winkelmann" description="A simple interface to Java(tm)"/> |
---|
352 | |
---|
353 | <chickenegg name="jni" license="BSD" author="Daishi Kato and felix winkelmann" description="An interface to Java(tm) via JNI"/> |
---|
354 | |
---|
355 | <chickenegg name="lazy-ffi" license="BSD" author="felix winkelmann" description="A foreign function interface for lazy people"/> |
---|
356 | |
---|
357 | <chickenegg name="lua" license="MIT" author="PUC Rio, chicken interface by felix winkelmann" description="Embed Lua interpreter into Scheme applications"/> |
---|
358 | |
---|
359 | <chickenegg name="objc" license="MIT" author="Zbigniew" description="An Objective-C interface"/> |
---|
360 | |
---|
361 | <chickenegg name="pyffi" license="GPL" author="Ivan Raikov" description="An interface to the Python programming language."/> |
---|
362 | |
---|
363 | <chickenegg name="q-lang" license="GPL" author="John Cowan" description="An interface to the programming language Q"/> |
---|
364 | |
---|
365 | |
---|
366 | </table> |
---|
367 | |
---|
368 | ==== Web programing |
---|
369 | |
---|
370 | <table> |
---|
371 | |
---|
372 | <chickenegg name="ajax" license="MIT" author="[[felix winkelmann]]" description="Using xmlHttpRequest with the Spiffy web-server"/> |
---|
373 | |
---|
374 | <chickenegg name="cgi-util" license="unknown" author="Oleg Kiselyov. Ported to chicken by Shawn Wagner." description="CGI GET and POST query string parsing."/> |
---|
375 | |
---|
376 | <chickenegg name="curl" license="BSD" author="Tony Sidaway <tonysidaway@gmail.com>" description="Bindings for libcurl, the multiprotocol file transfer library"/> |
---|
377 | |
---|
378 | <chickenegg name="estraier" license="GPL" author="Alejandro Forero Cuervo" description="Thin wrapper around the Hyper Estraier API for indexing documents and searching them."/> |
---|
379 | |
---|
380 | <chickenegg name="fancypants" license="BSD" author="Peter Bex" description="Automatic ASCII smart quotes and ligature handling for SXML"/> |
---|
381 | |
---|
382 | <chickenegg name="fastcgi" license="BSD" author="Alex Drummond <a.d.drummond@gmail.com>" description="Bindings for the FCGX API of libfcgi"/> |
---|
383 | |
---|
384 | <chickenegg name="hart" license="BSD" author="Graham Fawcett <graham.fawcett@gmail.com>" description="An efficient HTML-generation library."/> |
---|
385 | |
---|
386 | <chickenegg name="honu" license="BSD" author="felix winkelmann" description="A parser for `honu' syntax"/> |
---|
387 | |
---|
388 | <chickenegg name="html-plots" license="GPL" author="Alejandro Forero Cuervo" description="Parsing files in wiki format and rendering them to HTML"/> |
---|
389 | |
---|
390 | <chickenegg name="html-stream" license="GPL" author="Alejandro Forero Cuervo" description="Tiny, functional HTML generator, generating srfi-40 streams of characters"/> |
---|
391 | |
---|
392 | <chickenegg name="htmlprag" license="LGPL" author="Neil W. Van Dyke" description="A permissive HTML parser"/> |
---|
393 | |
---|
394 | <chickenegg name="http-server-form-posts" license="Public Domain" author="Moe Aboulkheir" description="Extends http-server to handle multipart/form-data POSTs"/> |
---|
395 | |
---|
396 | <chickenegg name="http-session" license="BSD" author="Mario Domenech Goulart" description="Facilities for managing HTTP sessions"/> |
---|
397 | |
---|
398 | <chickenegg name="idna" license="BSD" author="Zbigniew" description="An interface to Internationalizing Domain Names in Applications"/> |
---|
399 | |
---|
400 | <chickenegg name="irnc-base" license="BSD" author="Tony Sidaway <tonysidaway@gmail.com> and Martin Sidaway <martinsidaway@yahoo.co.uk>" description="Base package for the ironchicken bot framework for Mediawiki"/> |
---|
401 | |
---|
402 | <chickenegg name="mime" license="BSD" author="Shiro Kawai, ported to Chicken by Hans Bulfone" description="Parse MIME Messages"/> |
---|
403 | |
---|
404 | <chickenegg name="phoghorn" license="BSD" author="Peter Bex" description="A thumbnail gallery library for spiffy"/> |
---|
405 | |
---|
406 | <chickenegg name="scheme-dissect" license="GPL" author="Alejandro Forero Cuervo" description="Functions useful to show Scheme code in an HTML file"/> |
---|
407 | |
---|
408 | <chickenegg name="spiffy" license="BSD" author="felix winkelmann" description="Spiffy the web-server"/> |
---|
409 | |
---|
410 | <chickenegg name="spiffy-utils" license="BSD" author="Peter Bex" description="Utility library for Spiffy"/> |
---|
411 | |
---|
412 | <chickenegg name="stream-cgi" license="Public Domain" author="Alejandro Forero Cuervo" description="A library with functionality useful for creating applications that run under CGI using streams"/> |
---|
413 | |
---|
414 | <chickenegg name="stream-httplog" license="GPL" author="Alejandro Forero Cuervo" description="Parser for Apache access_log files"/> |
---|
415 | |
---|
416 | <chickenegg name="stream-wiki" license="GPL" author="Alejandro Forero Cuervo" description="Parsing files in wiki format and rendering them to HTML"/> |
---|
417 | |
---|
418 | <chickenegg name="uri" license="BSD" author="Felix Winkelmann and Kon Lovett, with code taken from Aubrey Jaffers' SLIB" description="URL (RFC 1739 & 3986) parsing"/> |
---|
419 | |
---|
420 | <chickenegg name="uri-namespaces" license="MIT" author="Arto Bendiken" description="Facilities for converting between prefixed symbols (such as 'dc:title) and absolute URI references (such as #<http://purl.org/dc/elements/1.1/title>). This is useful e.g. for working with XML documents and RDF triples."/> |
---|
421 | |
---|
422 | <chickenegg name="web-scheme" license="BSD" author="Mario Domenech Goulart" description="Scheme for web programming"/> |
---|
423 | |
---|
424 | <chickenegg name="web-unity" license="BSD" author="<a href="mailto:peter.bex@xs4all.nl">sjamaan</a>" description="Web app unification framework for CGI/SCGI/FCGI/Spiffy webservers"/> |
---|
425 | |
---|
426 | <chickenegg name="xml-rpc" license="BSD" author="felix winkelmann" description="XML-RPC client/server"/> |
---|
427 | |
---|
428 | |
---|
429 | </table> |
---|
430 | |
---|
431 | ==== XML processing |
---|
432 | |
---|
433 | <table> |
---|
434 | |
---|
435 | <chickenegg name="asxt" license="LGPL" author="Neil van Dyke" description="Another Scheme XML Transformer"/> |
---|
436 | |
---|
437 | <chickenegg name="doctype" license="Public Domain" author="Zbigniew Szadkoswski" description="Exports strings corresponding to standard XML (XHTML, HTML) doctypes"/> |
---|
438 | |
---|
439 | <chickenegg name="expat" license="BSD" author="felix winkelmann" description="An interface to James Clark's Expat XML parser"/> |
---|
440 | |
---|
441 | <chickenegg name="lazy-ssax" license="Public Domain" author="Dmitry Lizorkin" description="A specialized lazy XML->SXML parser"/> |
---|
442 | |
---|
443 | <chickenegg name="rss" license="BSD" author="felix winkelmann" description="A RSS parser"/> |
---|
444 | |
---|
445 | <chickenegg name="ssax" license="Public Domain" author="Oleg Kiselyov, ported to CHICKEN by Kirill Lisovsky, packaged as an extension by felix winkelmann" description="Oleg Kiselyov's XML parser"/> |
---|
446 | |
---|
447 | <chickenegg name="sxml-match" license="MIT" author="Reed Sheridan <rsheridan6@gmail.com>" description="Pattern matching of SXML"/> |
---|
448 | |
---|
449 | <chickenegg name="sxml-templates" license="Public Domain" author="Moe Aboulkheir" description="A simple facility for subtituting values into SXML expressions"/> |
---|
450 | |
---|
451 | <chickenegg name="sxml-tools" license="Public Domain" author="Oleg Kiselyov, Kirill Lisovsky, Dmitry Lizorkin" description="The sxml-tools from the SSAX project"/> |
---|
452 | |
---|
453 | <chickenegg name="sxml-transforms" license="Public Domain" author="Oleg Kiselyov" description="The SXML transformations (to XML, SXML, and HTML) from the SSAX project at Sourceforge"/> |
---|
454 | |
---|
455 | <chickenegg name="xxexpr" license="LGPL" author="Tony Garnock-Jones" description="Manipulation of eXtended Xml EXPRessions"/> |
---|
456 | |
---|
457 | |
---|
458 | </table> |
---|
459 | |
---|
460 | ==== Documentation tools |
---|
461 | |
---|
462 | <table> |
---|
463 | |
---|
464 | <chickenegg name="eggdoc" license="BSD" author="Zbigniew" description="An egg documentation tool"/> |
---|
465 | |
---|
466 | <chickenegg name="eggdoc-svnwiki" license="BSD" author="Zbigniew" description="Render eggdoc source to svnwiki syntax"/> |
---|
467 | |
---|
468 | <chickenegg name="eggdoc-texinfo" license="BSD" author="Zbigniew" description="Render eggdoc source to Texinfo"/> |
---|
469 | |
---|
470 | <chickenegg name="man" license="BSD" author="Mario Goulart" description="Access the manual from the REPL"/> |
---|
471 | |
---|
472 | <chickenegg name="mole" license="Public Domain" author="Kirill Lisovsky" description="A literate programming tool for Scheme"/> |
---|
473 | |
---|
474 | |
---|
475 | </table> |
---|
476 | |
---|
477 | ==== Egg tools |
---|
478 | |
---|
479 | <table> |
---|
480 | |
---|
481 | <chickenegg name="meta-setup" license="BSD" author="felix winkelmann" description="A tool for various operations on a local CHICKEN extension repository"/> |
---|
482 | |
---|
483 | <chickenegg name="nest-tool" license="BSD" author="Mario Domenech Goulart" description="Extension and command-line tool for extracting information from eggs repositories listings"/> |
---|
484 | |
---|
485 | <chickenegg name="salmonella" license="BSD" author="Mario Domenech Goulart" description="A tool for testing eggs"/> |
---|
486 | |
---|
487 | |
---|
488 | </table> |
---|
489 | |
---|
490 | ==== Mathematical libraries |
---|
491 | |
---|
492 | <table> |
---|
493 | |
---|
494 | <chickenegg name="SO31" license="GPL" author="Will M. Farr <farr@mit.edu>" description="Basic functions to manipulate SO(3,1) group elements."/> |
---|
495 | |
---|
496 | <chickenegg name="atlas-lapack" license="GPL" author="Ivan Raikov" description="An interface to the LAPACK routines implemented in ATLAS."/> |
---|
497 | |
---|
498 | <chickenegg name="blas" license="BSD" author="felix winkelmann" description="An interface to level 1, 2 and 3 BLAS routines"/> |
---|
499 | |
---|
500 | <chickenegg name="complex" license="BSD" author="Thomas Christian Chust" description="Support for complex numbers in Chicken"/> |
---|
501 | |
---|
502 | <chickenegg name="fpfz" license="BSD" author="Kon Lovett" description="Floating-point Comparison With Epsilon"/> |
---|
503 | |
---|
504 | <chickenegg name="gmp" license="LGPL" author="Peter Keller" description="Bindings for the <b>GNU Multiprecision Arithmetic Library</b>"/> |
---|
505 | |
---|
506 | <chickenegg name="grobner-basis" license="MIT" author="Naruto Canada" description="Grobner Basis"/> |
---|
507 | |
---|
508 | <chickenegg name="gsl-srfi-27" license="GPL" author="Will M. Farr" description="SRFI-27 library which uses the GSL behind the scenes to generate random numbers."/> |
---|
509 | |
---|
510 | <chickenegg name="interp1d" license="GPL" author="Ivan Raikov" description="One-dimensional numerical interpolation."/> |
---|
511 | |
---|
512 | <chickenegg name="libsvm" license="BSD" author="daishi" description="libsvm wrapper"/> |
---|
513 | |
---|
514 | <chickenegg name="mapm" license="Public Domain" author="[[mailto:tjaden(at)users.sourceforge.net|Peter Wang]]" description="Binding to Mike's Arbitrary Precision Math Library"/> |
---|
515 | |
---|
516 | <chickenegg name="mathh" license="Public Domain" author="John Cowan and Kon Lovett" description="ISO C math functions and constants"/> |
---|
517 | |
---|
518 | <chickenegg name="matpak" license="BSD" author="Norman Hardy, packaged by Terrence Brannon" description="matrix multiplication, inverse, transpose, determinant, and vector inner product"/> |
---|
519 | |
---|
520 | <chickenegg name="matrix-utils" license="GPL" author="Ivan Raikov" description="Generation of special utility matrices."/> |
---|
521 | |
---|
522 | <chickenegg name="numbers" license="BSD" author="felix winkelmann" description="Full numeric tower support"/> |
---|
523 | |
---|
524 | <chickenegg name="ode" license="GPL" author="Ivan Raikov" description="Numerical solver framework for systems of first-order differential equations (ODE)."/> |
---|
525 | |
---|
526 | <chickenegg name="predicate-calculus" license="MIT" author="Naruto Canada" description="Predicate calculus with equality."/> |
---|
527 | |
---|
528 | <chickenegg name="probdist" license="GPL" author="Ivan Raikov" description="Probability distributions"/> |
---|
529 | |
---|
530 | <chickenegg name="unitconv" license="GPL" author="Ivan Raikov" description="Conversion of units of measurement"/> |
---|
531 | |
---|
532 | |
---|
533 | </table> |
---|
534 | |
---|
535 | ==== Object-oriented programming |
---|
536 | |
---|
537 | <table> |
---|
538 | |
---|
539 | <chickenegg name="c3" license="BSD" author="Alex Shinn" description="Implements C3 class linearization for TinyCLOS"/> |
---|
540 | |
---|
541 | <chickenegg name="meroon" license="LGPL" author="Christian Queinnec, ported to CHICKEN by felix winkelmann" description="A fast and feature-rich object system"/> |
---|
542 | |
---|
543 | <chickenegg name="modds" license="BSD" author="Thomas Chust" description="A prototype based object system with multiple object dynamic dispatch"/> |
---|
544 | |
---|
545 | <chickenegg name="operations" license="BSD" author="felix winkelmann" description="The object system from the T Lisp system"/> |
---|
546 | |
---|
547 | <chickenegg name="pos" license="unknown" author="Blake McBride" description="POS is a portable object system for Scheme"/> |
---|
548 | |
---|
549 | <chickenegg name="prometheus" license="GPL" author="Jorgen Schaefer" description="The Prometheus prototype-based object system"/> |
---|
550 | |
---|
551 | <chickenegg name="protobj" license="LGPL" author="Neil van Dyke" description="A prototype-delegation object model"/> |
---|
552 | |
---|
553 | <chickenegg name="tinyclos" license="BSD" author="Gregor Kiczales (ported to CHICKEN and heavily modified by felix and kon)" description="Gregor Kiczales TinyCLOS object system"/> |
---|
554 | |
---|
555 | <chickenegg name="yasos" license="SRFI" author="Kenneth Dickey" description="A very simple OOP system"/> |
---|
556 | |
---|
557 | |
---|
558 | </table> |
---|
559 | |
---|
560 | ==== Algorithms and data-structures |
---|
561 | |
---|
562 | <table> |
---|
563 | |
---|
564 | <chickenegg name="amb" license="BSD" author="Thomas Chust" description="The non-deterministic backtracking ambivalence operator"/> |
---|
565 | |
---|
566 | <chickenegg name="array-lib" license="BSD" author="Kon Lovett" description="SRFI-25 Similar, SRFI-47, SRFI-63 & More"/> |
---|
567 | |
---|
568 | <chickenegg name="bit-cat" license="BSD" author="Ben Kurtz" description="Bitstring Concatenator for u8vectors"/> |
---|
569 | |
---|
570 | <chickenegg name="bloom-filter" license="BSD" author="Kon Lovett" description="Bloom Filter"/> |
---|
571 | |
---|
572 | <chickenegg name="box" license="BSD" author="Kon Lovett" description="Boxing"/> |
---|
573 | |
---|
574 | <chickenegg name="charplot" license="public domain" author="Aubrey Jaffer" description="Character plots"/> |
---|
575 | |
---|
576 | <chickenegg name="coerce" license="BSD" author="Kon Lovett" description="Type Coerce"/> |
---|
577 | |
---|
578 | <chickenegg name="defstruct" license="BSD" author="Dorai Sitaram" description="Another record-type facility"/> |
---|
579 | |
---|
580 | <chickenegg name="digraph" license="GPL" author="Ivan Raikov" description="Directed graph in adjacency list format."/> |
---|
581 | |
---|
582 | <chickenegg name="dyn-vector" license="GPL" author="Ivan Raikov" description="Dynamic (dense) vectors based on SRFI-43."/> |
---|
583 | |
---|
584 | <chickenegg name="ftl" license="LGPL" author="Sergei Egorov, partially reimplemented by felix winkelmann" description="Interface based sequence library"/> |
---|
585 | |
---|
586 | <chickenegg name="ftl-peg" license="BSD" author="Thomas Chust" description="Parsing expression grammars for FTL"/> |
---|
587 | |
---|
588 | <chickenegg name="graph-bfs" license="GPL" author="Ivan Raikov" description="Breadth-first search in a graph."/> |
---|
589 | |
---|
590 | <chickenegg name="graph-cycles" license="GPL" author="Ivan Raikov" description="Enumerate all simple cycles in a graph."/> |
---|
591 | |
---|
592 | <chickenegg name="graph-dfs" license="GPL" author="Ivan Raikov" description="Depth-first search in a graph."/> |
---|
593 | |
---|
594 | <chickenegg name="graph-scc" license="GPL" author="Ivan Raikov" description="Compute strongly-connected components (SCC) of a graph."/> |
---|
595 | |
---|
596 | <chickenegg name="iset" license="BSD" author="Alex Shinn" description="Integer sets"/> |
---|
597 | |
---|
598 | <chickenegg name="kvlists" license="MIT" author="Arto Bendiken" description="Provides keyword/value list (or key-value list, for short) operations."/> |
---|
599 | |
---|
600 | <chickenegg name="lookup-table" license="BSD" author="Kon Lovett" description="Simple Lookup Table"/> |
---|
601 | |
---|
602 | <chickenegg name="metaphone" license="BSD" author="Kon Lovett" description="Metaphone 'sounds like' algorithm"/> |
---|
603 | |
---|
604 | <chickenegg name="npdiff" license="GPL" author="Ivan Raikov" description="Compute the longest common subsequence of two sequences"/> |
---|
605 | |
---|
606 | <chickenegg name="orders" license="GPL" author="Alejandro Forero Cuervo" description="Functions useful for defining orders (for sorting)"/> |
---|
607 | |
---|
608 | <chickenegg name="pairing-heap" license="BSD" author="Will M. Farr" description="Persistent heap datastructure which is adaptive and supports O(1) merge."/> |
---|
609 | |
---|
610 | <chickenegg name="perfect-hash" license="BSD" author="Kon Lovett" description="Provides perfect hashing"/> |
---|
611 | |
---|
612 | <chickenegg name="plist-utils" license="BSD" author="Kon Lovett" description="Provides property list operations"/> |
---|
613 | |
---|
614 | <chickenegg name="random-mtzig" license="BSD" author="Ivan Raikov" description="An implementation of the MT19937 random number generator with Marsaglia and Tang's Ziggurat algorithm to generate random numbers from a non-uniform distribution."/> |
---|
615 | |
---|
616 | <chickenegg name="random-swb" license="GPL" author="Ivan Raikov" description="A random number generator based on the subtract-with-borrow (SWB) method."/> |
---|
617 | |
---|
618 | <chickenegg name="random-test" license="GPL" author="Ivan Raikov" description="Some simple randomness tests for a sequence of numbers."/> |
---|
619 | |
---|
620 | <chickenegg name="rb-tree" license="GPL" author="Ivan Raikov" description="A sorted dictionary data structure based on red-black trees."/> |
---|
621 | |
---|
622 | <chickenegg name="records" license="public domain" author="David Carlton, Aubrey Jaffer" description="Procedural record-type interface"/> |
---|
623 | |
---|
624 | <chickenegg name="rgraph" license="BSD" author="Jonah Beckford" description="A graph library for Scheme"/> |
---|
625 | |
---|
626 | <chickenegg name="sfht" license="GPL" author="Ivan Raikov" description="A dictionary data structure based on counting Bloom filters."/> |
---|
627 | |
---|
628 | <chickenegg name="sparse-vectors" license="BSD" author="Richard Kelsey and Jonathan Rees" description="Arbitrarily large vectors"/> |
---|
629 | |
---|
630 | <chickenegg name="srfi-19" license="BSD" author="Kon Lovett" description="Time Data Types and Procedures"/> |
---|
631 | |
---|
632 | <chickenegg name="srfi-25" license="SRFI" author="Jussi Piitulainen" description="Multidimensional arrays"/> |
---|
633 | |
---|
634 | <chickenegg name="srfi-27" license="BSD" author="Kon Lovett" description="Sources of Random Bits"/> |
---|
635 | |
---|
636 | <chickenegg name="srfi-4-comprehensions" license="SRFI" author="Will Farr" description="SRFI-42 Comprehensions for SRFI-4 Vectors"/> |
---|
637 | |
---|
638 | <chickenegg name="srfi-4-utils" license="GPL" author="Ivan Raikov" description="Utility functions for SRFI-4 vectors."/> |
---|
639 | |
---|
640 | <chickenegg name="srfi-40" license="SRFI" author="Based on the original SRFI 40 reference implementation by Philip L. Bewig and Andre von Tonder, modified for Chicken by Category 5" description="SRFI-40 (Streams)"/> |
---|
641 | |
---|
642 | <chickenegg name="srfi-41" license="BSD" author="Based on the original SRFI 41 reference implementation by Philip L. Bewig, modified for Chicken by Kon Lovett" description="SRFI-41 (Streams)"/> |
---|
643 | |
---|
644 | <chickenegg name="srfi-42" license="SRFI" author="Sebastian Egner" description="SRFI-42 (Eager comprehensions)"/> |
---|
645 | |
---|
646 | <chickenegg name="srfi-47" license="SRFI" author="Aubrey Jaffer" description="SRFI-47 arrays"/> |
---|
647 | |
---|
648 | <chickenegg name="srfi-66" license="BSD" author="felix" description="Octet vectors"/> |
---|
649 | |
---|
650 | <chickenegg name="srfi-85" license="SRFI" author="Will Clinger, modified for Chicken by John Cowan" description="Recursive equivalence predicates"/> |
---|
651 | |
---|
652 | <chickenegg name="srfi-95" license="public domain" author="Richard O'Keefe, modified for Chicken by John Cowan" description="Sorting and merging"/> |
---|
653 | |
---|
654 | <chickenegg name="stack" license="BSD" author="Kon Lovett" description="Provides LIFO queue (stack) operations"/> |
---|
655 | |
---|
656 | <chickenegg name="stream-ext" license="Public Domain" author="Alejandro Forero Cuervo" description="A library of extensions to the SRFI-40 streams"/> |
---|
657 | |
---|
658 | <chickenegg name="topological-sort" license="public domain" author="Mikael Djurfeldt" description="Topological sorting"/> |
---|
659 | |
---|
660 | <chickenegg name="treap" license="GPL" author="Oleg Kiselyov; packaged for Chicken Scheme by Ivan Raikov" description="A sorted dictionary data structure based on randomized search trees."/> |
---|
661 | |
---|
662 | <chickenegg name="vector-lib" license="Artistic" author="Taylor Campbell, with CHICKEN-specific modifications by William S. Annis. Adapted to final version and bugs fixed by Zbigniew Szadkowski" description="A port of the reference implementation of SRFI-43 with additions and fixes"/> |
---|
663 | |
---|
664 | <chickenegg name="wt-tree" license="MIT-ish" author="Reed Sheridan <rsheridan6@gmail.com>" description="Weight-balanced trees"/> |
---|
665 | |
---|
666 | <chickenegg name="z3" license="BSD" author="Oskar Schirmer and felix winkelmann" description="A gzip (RFC1952) compression and decompression library"/> |
---|
667 | |
---|
668 | |
---|
669 | </table> |
---|
670 | |
---|
671 | ==== Data formats and parsing |
---|
672 | |
---|
673 | <table> |
---|
674 | |
---|
675 | <chickenegg name="base64" license="BSD" author="James Bailey" description="Parsing and unparsing of base-64 strings"/> |
---|
676 | |
---|
677 | <chickenegg name="charconv" license="BSD" author="Alex Shinn" description="Character encoding utilities"/> |
---|
678 | |
---|
679 | <chickenegg name="chasen" license="BSD" author="Alex Shinn" description="Bindings to ChaSen Japanese Morphological Analyzer"/> |
---|
680 | |
---|
681 | <chickenegg name="content-type" license="Public Domain" author="Alejandro Forero Cuervo" description="Parsing of Content-type headers"/> |
---|
682 | |
---|
683 | <chickenegg name="cookie" license="BSD" author="Reed Sheridan <rsheridan6@gmail.com>" description="Parse and construct HTTP cookies"/> |
---|
684 | |
---|
685 | <chickenegg name="csv" license="LGPL" author="Neil van Dyke" description="Parsing comma-separated values"/> |
---|
686 | |
---|
687 | <chickenegg name="iconv" license="Public Domain" author="Alejandro Forero Cuervo" description="Character-set conversions"/> |
---|
688 | |
---|
689 | <chickenegg name="input-parse" license="unknown" author="Oleg Kiselyov. Ported to chicken by Shawn Wagner." description="input-stream tokenizing and parsing routines."/> |
---|
690 | |
---|
691 | <chickenegg name="json" license="MIT" author="Tony Garnock-Jones" description="A JSON library"/> |
---|
692 | |
---|
693 | <chickenegg name="lalr" license="GPL" author="Dominique Boucher" description="An efficient LALR(1) parser generator"/> |
---|
694 | |
---|
695 | <chickenegg name="levenshtein" license="BSD" author="Kon Lovett" description="Levenshtein edit distance"/> |
---|
696 | |
---|
697 | <chickenegg name="magic" license="BSD" author="Peter Busser" description="Identifies file types"/> |
---|
698 | |
---|
699 | <chickenegg name="mat5-lib" license="GPL" author="Ivan Raikov" description="Reading and writing Level 5 MAT-File format."/> |
---|
700 | |
---|
701 | <chickenegg name="mistie" license="BSD" author="Dorai Sitaram" description="A programmable filter"/> |
---|
702 | |
---|
703 | <chickenegg name="mpeg3" license="Public Domain" author="Alejandro Forero Cuervo" description="Decodes several MPEG standards into uncompressed data suitable for editing and playback."/> |
---|
704 | |
---|
705 | <chickenegg name="packedobjects" license="BSD" author="John P. T. Moore" description="cross platform bit-stuffing based on Packed Encoding Rules"/> |
---|
706 | |
---|
707 | <chickenegg name="packrat" license="MIT" author="Tony Garnock-Jones" description="A packrat parsing library"/> |
---|
708 | |
---|
709 | <chickenegg name="php-s11n" license="MIT" author="Arto Bendiken" description="Serialization/unserialization of PHP data types."/> |
---|
710 | |
---|
711 | <chickenegg name="rfc3339" license="LGPL" author="Neil van Dyke" description="RFC3339 Date and Time Format"/> |
---|
712 | |
---|
713 | <chickenegg name="rfc822" license="BSD" author="Reed Sheridan <rsheridan6@gmail.com>" description="Parse Internet Message Format"/> |
---|
714 | |
---|
715 | <chickenegg name="s11n" license="BSD" author="felix winkelmann" description="Serialization of arbitrary data."/> |
---|
716 | |
---|
717 | <chickenegg name="scsh-regexp" license="GPL" author="Dan Muresan" description="Emulates SCSH regular expression API"/> |
---|
718 | |
---|
719 | <chickenegg name="silex" license="Other" author="Danny Dubé" description="An efficient and powerful lexer generator"/> |
---|
720 | |
---|
721 | <chickenegg name="stream-base64" license="Public Domain" author="Alejandro Forero Cuervo" description="Performs lazy encoding and decoding of streams of characters to and from Base64"/> |
---|
722 | |
---|
723 | <chickenegg name="stream-htpasswd" license="Public Domain" author="Alejandro Forero Cuervo" description="Lazy parser and generator of Apache htpasswd password files."/> |
---|
724 | |
---|
725 | <chickenegg name="stream-ldif" license="Public Domain" author="Alejandro Forero Cuervo" description="Library to parse and produce files in the LDAP Data Interchange Format (LDIF) file format"/> |
---|
726 | |
---|
727 | <chickenegg name="stream-parser" license="Public Domain" author="Alejandro Forero Cuervo" description="A stream-based parser"/> |
---|
728 | |
---|
729 | <chickenegg name="stream-sections" license="GPL" author="Alejandro Forero Cuervo" description="Split a document into sections and do useful things with the results."/> |
---|
730 | |
---|
731 | <chickenegg name="tar" license="BSD" author="feix winkelmann" description="Reading and writing tar archives"/> |
---|
732 | |
---|
733 | <chickenegg name="utf8" license="BSD" author="Alex Shinn" description="Unicode support"/> |
---|
734 | |
---|
735 | |
---|
736 | </table> |
---|
737 | |
---|
738 | ==== Tools |
---|
739 | |
---|
740 | <table> |
---|
741 | |
---|
742 | <chickenegg name="patch" license="MIT" author="Tony Sidaway <tonysidaway@gmail.com" description="Simple source patch utility"/> |
---|
743 | |
---|
744 | <chickenegg name="sbky" license="BSD" author="Angel Ortega, ported to Scheme by felix winkelmann" description="A Scheme port of the `bky' version control system"/> |
---|
745 | |
---|
746 | <chickenegg name="sigma" license="GPL" author="Ivan Raikov" description="An image gallery generator."/> |
---|
747 | |
---|
748 | |
---|
749 | </table> |
---|
750 | |
---|
751 | ==== Sound |
---|
752 | |
---|
753 | <table> |
---|
754 | |
---|
755 | <chickenegg name="mpd-client" license="BSD" author="Hans Bulfone" description="Interface to Music Player Daemon"/> |
---|
756 | |
---|
757 | <chickenegg name="openal" license="BSD" author="felix winkelmann" description="OpenAL 1.1 bindings"/> |
---|
758 | |
---|
759 | |
---|
760 | </table> |
---|
761 | |
---|
762 | ==== Unit-testing |
---|
763 | |
---|
764 | <table> |
---|
765 | |
---|
766 | <chickenegg name="check" license="SRFI" author="Sebastian Egner" description="SRFI-78 leightweight testing"/> |
---|
767 | |
---|
768 | <chickenegg name="test" license="BSD" author="Alex Shinn" description="Yet Another Testing Utility"/> |
---|
769 | |
---|
770 | <chickenegg name="testbase" license="BSD" author="Kon Lovett" description="Unit Testing Framework"/> |
---|
771 | |
---|
772 | <chickenegg name="testbase-driver" license="Open Source" author="Kon Lovett" description="Unit Testing Framework Test Runner"/> |
---|
773 | |
---|
774 | <chickenegg name="testbase-results" license="BSD" author="Kon Lovett" description="TestBase Test Results Support"/> |
---|
775 | |
---|
776 | <chickenegg name="testeez" license="LGPL" author="Neil van Dyke" description="Simple Test Mechanism for Scheme"/> |
---|
777 | |
---|
778 | |
---|
779 | </table> |
---|
780 | |
---|
781 | ==== Cryptography |
---|
782 | |
---|
783 | <table> |
---|
784 | |
---|
785 | <chickenegg name="crc" license="BSD" author="Daishi Kato" description="Computes CRC checksum"/> |
---|
786 | |
---|
787 | <chickenegg name="crc16" license="BSD" author="Ben Kurtz" description="CRC16 Algorithm"/> |
---|
788 | |
---|
789 | <chickenegg name="crypt" license="BSD" author="Thomas Christian Chust" description="Bindings to the cryptlib library"/> |
---|
790 | |
---|
791 | <chickenegg name="crypt3" license="BSD" author="Thomas Christian Chust and Kon Lovett" description="Bindings to the cryptlib library (for cryptlib 3.2.2)"/> |
---|
792 | |
---|
793 | <chickenegg name="hashes" license="BSD" author="Kon Lovett" description="Miscellaneous Hash Functions"/> |
---|
794 | |
---|
795 | <chickenegg name="md5" license="GPL" author="Chistophe Devine (packaged for CHICKEN by felix winkelmann)" description="Computes MD5 (RFC1321) checksums"/> |
---|
796 | |
---|
797 | <chickenegg name="message-digest" license="BSD" author="Kon Lovett" description="Message Digest Support"/> |
---|
798 | |
---|
799 | <chickenegg name="ripemd" license="BSD" author="Kon Lovett" description="RIPE Message Digest"/> |
---|
800 | |
---|
801 | <chickenegg name="sha1" license="GPL" author="Chistophe Devine (packaged for CHICKEN by [[felix winkelmann]])" description="Computes SHA1 (FIPS-180-1) checksums"/> |
---|
802 | |
---|
803 | <chickenegg name="sha2" license="BSD" author="Aaron D. Gifford and Daishi Kato" description="Computes 256-, 385- and 512-bit SHA2 checksums"/> |
---|
804 | |
---|
805 | <chickenegg name="tiger-hash" license="BSD" author="Kon Lovett" description="Tiger/192 Message Digest"/> |
---|
806 | |
---|
807 | |
---|
808 | </table> |
---|
809 | |
---|
810 | ==== User interface toolkits |
---|
811 | |
---|
812 | <table> |
---|
813 | |
---|
814 | <chickenegg name="PS-tk" license="BSD" author="Nils M Holm, Chicken port by Kon Lovett]" description="PS-tk"/> |
---|
815 | |
---|
816 | <chickenegg name="bb" license="BSD" author="felix winkelmann" description="An easy-to-use GUI toolkit based on FLTK"/> |
---|
817 | |
---|
818 | <chickenegg name="japi" license="BSD" author="felix winkelmann" description="A set of bindings for the JAPI GUI toolkit"/> |
---|
819 | |
---|
820 | <chickenegg name="ncurses" license="BSD" author="felix winkelmann" description="An interface to the UNIX <code>ncurses</code> package"/> |
---|
821 | |
---|
822 | <chickenegg name="qt" license="BSD" author="felix winkelmann" description="A leightweight Qt 4 interface"/> |
---|
823 | |
---|
824 | <chickenegg name="slang" license="MIT" author="Tony Sidaway <tonysidaway@gmail.com>" description="Bindings for slang text-based user interface library."/> |
---|
825 | |
---|
826 | <chickenegg name="sx" license="LGPL" author="Dominic Giampaolo, chicken interface by felix winkelmann" description="Simple X programming"/> |
---|
827 | |
---|
828 | <chickenegg name="tk" license="Bremer License" author="Wolf-Dieter Busch" description="An interface to the Tk GUI toolkit"/> |
---|
829 | |
---|
830 | <chickenegg name="xosd" license="BSD" author="felix winkelmann" description="An interface to the XOSD (On Screen Display) library"/> |
---|
831 | |
---|
832 | |
---|
833 | </table> |
---|
834 | |
---|
835 | ==== Code generation |
---|
836 | |
---|
837 | <table> |
---|
838 | |
---|
839 | <chickenegg name="crunch" license="BSD" author="felix winkelmann" description="A restricted statically typed subset of Scheme"/> |
---|
840 | |
---|
841 | <chickenegg name="fp" license="BSD" author="felix winkelmann" description="An interpreter/translator for a dialect of John Backus' FP language"/> |
---|
842 | |
---|
843 | <chickenegg name="inline" license="BSD" author="felix winkelmann" description="Use compiled code inside interpreter scripts"/> |
---|
844 | |
---|
845 | <chickenegg name="lightning" license="BSD" author="felix winkelmann" description="An interface to GNU Lightning"/> |
---|
846 | |
---|
847 | <chickenegg name="sassy" license="LGPL" author="Jonathan Kraut" description="A portable 32-bit assembler for x86 processors"/> |
---|
848 | |
---|
849 | <chickenegg name="tcc" license="BSD" author="[[felix winkelmann]]" description="Accessing the Tiny C compiler from Scheme"/> |
---|
850 | |
---|
851 | |
---|
852 | </table> |
---|
853 | |
---|
854 | ==== Macros and meta-syntax |
---|
855 | |
---|
856 | <table> |
---|
857 | |
---|
858 | <chickenegg name="alexpander" license="BSD" author="Al Petrofsky" description="A syntax-rules macro-expander"/> |
---|
859 | |
---|
860 | <chickenegg name="riaxpander" license="public domain, with one file under modified BSD" author="Taylor R Campbell (with one file written by Jonathan A Rees)" description="Flexible macro expander"/> |
---|
861 | |
---|
862 | <chickenegg name="simplify" license="BSD" author="felix winkelmann" description="simplifies macroexpand code"/> |
---|
863 | |
---|
864 | <chickenegg name="syntactic-closures" license="MIT" author="Alan Bawden, Chris Hanson" description="Hygienic macros with syntactic closures"/> |
---|
865 | |
---|
866 | <chickenegg name="syntax-case" license="MIT" author="R. Kent Dybvig, Oscar Waddell, Bob Hieb, Carl Bruggeman" description="Portable syntax-case macro and module system"/> |
---|
867 | |
---|
868 | |
---|
869 | </table> |
---|
870 | |
---|
871 | ==== Miscellaneous |
---|
872 | |
---|
873 | <table> |
---|
874 | |
---|
875 | <chickenegg name="advice" license="BSD" author="felix winkelmann" description="`advise' functionality"/> |
---|
876 | |
---|
877 | <chickenegg name="args" license="BSD" author="Zbigniew" description="Command-line argument handling, on top of SRFI 37"/> |
---|
878 | |
---|
879 | <chickenegg name="args-doc" license="public domain" author="Ivan Shmakov" description="Formatting GNU-style help messages"/> |
---|
880 | |
---|
881 | <chickenegg name="currency-converter" license="GPL" author="Jean-Philippe Theberge" description="Perform currency conversion"/> |
---|
882 | |
---|
883 | <chickenegg name="egg-post-commit" license="BSD" author="felix winkelmann" description="Maintenance tool for egg repository management and upload"/> |
---|
884 | |
---|
885 | <chickenegg name="eopl" license="unknown" author="various" description="Support code for the book 'Essentials of Programming Languages'"/> |
---|
886 | |
---|
887 | <chickenegg name="free-gettext" license="BSD" author="Alex Shinn" description="Binary-compatible flexible gettext reimplementation"/> |
---|
888 | |
---|
889 | <chickenegg name="gettext" license="Public Domain" author="Alejandro Forero Cuervo" description="Wrapper around the gettext API for translating messages."/> |
---|
890 | |
---|
891 | <chickenegg name="logging" license="BSD" author="Kon Lovett" description="Logging Facility"/> |
---|
892 | |
---|
893 | <chickenegg name="logo" license="Creative Commons" author="Arthur Nunes-Harwitt" description="A small Logo implementation"/> |
---|
894 | |
---|
895 | <chickenegg name="numspell" license="LGPL" author="Neil van Dyke" description="Spelling Numbers as English in Scheme"/> |
---|
896 | |
---|
897 | <chickenegg name="peep" license="BSD" author="felix winkelmann" description="Explore the compiler's symbol database"/> |
---|
898 | |
---|
899 | <chickenegg name="runcmd" license="BSD" author="felix winkelmann" description="Convenience macros for invoking shell commands"/> |
---|
900 | |
---|
901 | <chickenegg name="srfi-29" license="BSD" author="Kon Lovett" description="Localization"/> |
---|
902 | |
---|
903 | <chickenegg name="srfi-34" license="SRFI" author="ben" description="SRFI-34: Exception Handling for Programs"/> |
---|
904 | |
---|
905 | <chickenegg name="srfi-37" license="BSD" author="Anthony Carrico" description="A simple and flexible command-line option parsing facility"/> |
---|
906 | |
---|
907 | <chickenegg name="stalin" license="SRFI" author="Jeffrey Mark Siskind, ported to CHICKEN by felix winkelmann" description="An aggressively optimizing Scheme compiler"/> |
---|
908 | |
---|
909 | <chickenegg name="svn-client" license="Public Domain" author="Alejandro Forero Cuervo" description="A wrapper around Subversion's libsvn_client C library."/> |
---|
910 | |
---|
911 | <chickenegg name="svn-post-commit-hooks" license="GPL" author="Alejandro Forero Cuervo" description="Convenience functions for creating applications that run as post-commit hooks for a Subversion repository."/> |
---|
912 | |
---|
913 | <chickenegg name="tabexpand" license="LGPL" author="Neil W. van Dyke" description="Tab Character Expansion in Scheme"/> |
---|
914 | |
---|
915 | <chickenegg name="tool" license="BSD" author="felix winkelmann" description="Simplified command-line parsing"/> |
---|
916 | |
---|
917 | |
---|
918 | </table> |
---|
919 | |
---|
920 | ==== Concurrency and parallelism |
---|
921 | |
---|
922 | <table> |
---|
923 | |
---|
924 | <chickenegg name="futures" license="BSD" author="felix winkelmann" description="Concurrent evaluation of expressions"/> |
---|
925 | |
---|
926 | <chickenegg name="mailbox" license="BSD" author="felix winkelmann and kon lovett" description="Thread-safe queues with timeout"/> |
---|
927 | |
---|
928 | <chickenegg name="synch" license="BSD" author="Kon Lovett" description="Synchronization Forms"/> |
---|
929 | |
---|
930 | |
---|
931 | </table> |
---|
932 | |
---|
933 | ==== Unsupported or redundant |
---|
934 | |
---|
935 | <table> |
---|
936 | |
---|
937 | <chickenegg name="format" license="Public Domain" author="Dirk Lutzebeck" description="Common-Lisp style formatted output"/> |
---|
938 | |
---|
939 | <chickenegg name="matcher" license="BSD" author="Andre van Tonder; ported to CHICKEN by Dale Jordan" description="Match extension to srfi-57"/> |
---|
940 | |
---|
941 | <chickenegg name="oblist" license="BSD" author="[[felix winkelmann]]" description="Obtain list of all interned symbols and variables"/> |
---|
942 | |
---|
943 | <chickenegg name="proplist" license="BSD" author="Kon Lovett" description="Provides property list operations"/> |
---|
944 | |
---|
945 | <chickenegg name="r6rs-libraries" license="SRFI" author="Andre van Tonder and felix" description="Simple, hygienic macros (SRFI-72 compliant) and R6RS (draft) libraries"/> |
---|
946 | |
---|
947 | <chickenegg name="simple-macros" license="SRFI" author="Andre van Tonder" description="Simple, hygienic macros and portable modules (SRFI-72 compliant)"/> |
---|
948 | |
---|
949 | <chickenegg name="sqlite" license="BSD" author="Lars Rustemeier, with some modifications by [[felix winkelmann]]" description="A wrapper for the SQLite database engine"/> |
---|
950 | |
---|
951 | <chickenegg name="srfi-57" license="SRFI" author="Andre van Tonder" description="[[http://srfi.schemers.org/srfi-57/srfi-57.html|SRFI-57]] records"/> |
---|
952 | |
---|
953 | <chickenegg name="structures" license="BSD" author="felix winkelmann" description="A module system inspired by SML structures and Taylor Campbell's lexmod module system"/> |
---|
954 | |
---|
955 | <chickenegg name="test-infrastructure" license="BSD" author="Peter Keller & Kon Lovett" description="Unit-testing framework"/> |
---|
956 | |
---|
957 | <chickenegg name="url" license="BSD" author="felix winkelmann" description="URL (RFC 1739) parsing"/> |
---|
958 | |
---|
959 | |
---|
960 | </table> |
---|