1 | [[tags: eggs]] |
---|
2 | [[toc:]] |
---|
3 | |
---|
4 | == Eggs Unlimited (release branch 4, updated Sun Apr 5 04:12:38 2009) |
---|
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="datatype" license="BSD" author="felix winkelmann" description="A facility for creating and deconstructing variant records (from EOPL)" major="4"/> |
---|
40 | |
---|
41 | <chickenegg name="foreigners" license="BSD" author="Jim Ursetto" description="Foreign helper macros for Chicken 4" major="4"/> |
---|
42 | |
---|
43 | <chickenegg name="matchable" license="Public Domain" author="Alex Shinn" description="Hygienic MATCH replacement" major="4"/> |
---|
44 | |
---|
45 | <chickenegg name="miscmacros" license="BSD" author="felix winkelmann" description="Various helper macros" major="4"/> |
---|
46 | |
---|
47 | <chickenegg name="record-variants" license="BSD" author="Jim Ursetto" description="Optimized record access" major="4"/> |
---|
48 | |
---|
49 | <chickenegg name="regex-case" license="BSD" author="felix winkelmann" description="Provides an easy to use <code>case</code> construct for regular expression matching" major="4"/> |
---|
50 | |
---|
51 | <chickenegg name="srfi-45" license="BSD" author="[[kon lovett]]" description="Primitives for Expressing Iterative Lazy Algorithms" major="4"/> |
---|
52 | |
---|
53 | |
---|
54 | </table> |
---|
55 | |
---|
56 | ==== Graphics |
---|
57 | |
---|
58 | <table> |
---|
59 | |
---|
60 | <chickenegg name="epeg" license="BSD" author="Peter Bex" description="Chicken bindings for the JPEG thumbnail creation library epeg" major="4"/> |
---|
61 | |
---|
62 | <chickenegg name="fps" license="Free Use" author="Wandy Sae-Tan and Olin Shivers" description="Functional PostScript" major="4"/> |
---|
63 | |
---|
64 | <chickenegg name="imlib2" license="BSD" author="Peter Bex" description="Chicken bindings for the Imlib2 image library" major="4"/> |
---|
65 | |
---|
66 | <chickenegg name="opengl" license="BSD" author="felix winkelmann" description="OpenGL bindings" major="4"/> |
---|
67 | |
---|
68 | <chickenegg name="xlib" license="unknown" author="Richard Mann" description="Xlib bindings" major="4"/> |
---|
69 | |
---|
70 | |
---|
71 | </table> |
---|
72 | |
---|
73 | ==== Debugging tools |
---|
74 | |
---|
75 | <table> |
---|
76 | |
---|
77 | <chickenegg name="dissector" license="BSD" author="Taylor Campbell" description="An object inspector for Chicken" major="4"/> |
---|
78 | |
---|
79 | |
---|
80 | </table> |
---|
81 | |
---|
82 | ==== Logic programming |
---|
83 | |
---|
84 | <table> |
---|
85 | |
---|
86 | |
---|
87 | </table> |
---|
88 | |
---|
89 | ==== Networking |
---|
90 | |
---|
91 | <table> |
---|
92 | |
---|
93 | <chickenegg name="9p" license="BSD" author="Peter Bex" description="9p networked filesystem protocol implementation. Includes high-level client code library" major="4"/> |
---|
94 | |
---|
95 | <chickenegg name="hostinfo" license="BSD" author="Jim Ursetto" description="Look up host, protocol, and service information" major="4"/> |
---|
96 | |
---|
97 | <chickenegg name="tcp-server" license="BSD" author="felix" description="A simple generic multithreaded tcp-server" major="4"/> |
---|
98 | |
---|
99 | <chickenegg name="unix-sockets" license="BSD" author="felix winkelmann" description="UNIX domain sockets" major="4"/> |
---|
100 | |
---|
101 | |
---|
102 | </table> |
---|
103 | |
---|
104 | ==== Input/Output |
---|
105 | |
---|
106 | <table> |
---|
107 | |
---|
108 | <chickenegg name="format" license="Public Domain" author="Dirk Lutzebeck" description="Common-Lisp style formatted output" major="4"/> |
---|
109 | |
---|
110 | |
---|
111 | </table> |
---|
112 | |
---|
113 | ==== Databases |
---|
114 | |
---|
115 | <table> |
---|
116 | |
---|
117 | |
---|
118 | </table> |
---|
119 | |
---|
120 | ==== OS interface |
---|
121 | |
---|
122 | <table> |
---|
123 | |
---|
124 | <chickenegg name="macosx" license="BSD" author="[[kon lovett]]" description="MacOS X Utilities" major="4"/> |
---|
125 | |
---|
126 | |
---|
127 | </table> |
---|
128 | |
---|
129 | ==== Interfacing to other languages |
---|
130 | |
---|
131 | <table> |
---|
132 | |
---|
133 | <chickenegg name="dollar" license="BSD" author="[[felix winkelmann]]" description="FFI convenience macro" major="4"/> |
---|
134 | |
---|
135 | <chickenegg name="easyffi" license="BSD" author="[[felix winkelmann]]" description="Generates bindings from C/C++ declarations" major="4"/> |
---|
136 | |
---|
137 | |
---|
138 | </table> |
---|
139 | |
---|
140 | ==== Web programing |
---|
141 | |
---|
142 | <table> |
---|
143 | |
---|
144 | <chickenegg name="html-parser" license="BSD" author="Alex Shinn" description="A permissive, scalable HTML parser." major="4"/> |
---|
145 | |
---|
146 | <chickenegg name="htmlprag" license="LGPL-2.1" author="Neil W. Van Dyke" description="A permissive HTML parser" major="4"/> |
---|
147 | |
---|
148 | <chickenegg name="phoghorn" license="BSD" author="Peter Bex" description="A thumbnail gallery library for spiffy" major="4"/> |
---|
149 | |
---|
150 | <chickenegg name="sxml-fu" license="BSD" author="Peter Bex" description="SXML transformations ruleset library" major="4"/> |
---|
151 | |
---|
152 | <chickenegg name="uri-common" license="BSD" author="Peter Bex" description="Parser for common URI schemes" major="4"/> |
---|
153 | |
---|
154 | <chickenegg name="uri-generic" license="BSD" author="Ivan Raikov" description="URI generic syntax (RFC 3986) parsing and manipulation." major="4"/> |
---|
155 | |
---|
156 | |
---|
157 | </table> |
---|
158 | |
---|
159 | ==== XML processing |
---|
160 | |
---|
161 | <table> |
---|
162 | |
---|
163 | <chickenegg name="doctype" license="Public Domain" author="Jim Ursetto" description="Exports strings corresponding to standard XML (XHTML, HTML) doctypes" major="4"/> |
---|
164 | |
---|
165 | <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" major="4"/> |
---|
166 | |
---|
167 | <chickenegg name="sxpath" license="Public Domain" author="Oleg Kiselyov, Kirill Lisovsky, Dmitry Lizorkin" description="The sxpath bits of sxml-tools from the SSAX project at Sourceforge" major="4"/> |
---|
168 | |
---|
169 | |
---|
170 | </table> |
---|
171 | |
---|
172 | ==== Documentation tools |
---|
173 | |
---|
174 | <table> |
---|
175 | |
---|
176 | |
---|
177 | </table> |
---|
178 | |
---|
179 | ==== Egg tools |
---|
180 | |
---|
181 | <table> |
---|
182 | |
---|
183 | |
---|
184 | </table> |
---|
185 | |
---|
186 | ==== Mathematical libraries |
---|
187 | |
---|
188 | <table> |
---|
189 | |
---|
190 | <chickenegg name="number-limits" license="BSD" author="[[kon lovett]]" description="Limit constants for numbers" major="4"/> |
---|
191 | |
---|
192 | <chickenegg name="numbers" license="BSD" author="felix winkelmann" description="Full numeric tower support" major="4"/> |
---|
193 | |
---|
194 | |
---|
195 | </table> |
---|
196 | |
---|
197 | ==== Object-oriented programming |
---|
198 | |
---|
199 | <table> |
---|
200 | |
---|
201 | <chickenegg name="prometheus" license="GPL-2" author="Jorgen Schaefer" description="The Prometheus prototype-based object system" major="4"/> |
---|
202 | |
---|
203 | <chickenegg name="protobj" license="LGPL-2.1" author="Neil van Dyke" description="A prototype-delegation object model" major="4"/> |
---|
204 | |
---|
205 | |
---|
206 | </table> |
---|
207 | |
---|
208 | ==== Algorithms and data-structures |
---|
209 | |
---|
210 | <table> |
---|
211 | |
---|
212 | <chickenegg name="amb" license="BSD" author="[[thomas chust]]" description="The non-deterministic backtracking ambivalence operator" major="4"/> |
---|
213 | |
---|
214 | <chickenegg name="box" license="BSD" author="[[kon lovett]]" description="Boxing" major="4"/> |
---|
215 | |
---|
216 | <chickenegg name="defstruct" license="BSD" author="Dorai Sitaram" description="A more convenient form of define-record" major="4"/> |
---|
217 | |
---|
218 | <chickenegg name="iset" license="BSD" author="Alex Shinn" description="Integer sets" major="4"/> |
---|
219 | |
---|
220 | <chickenegg name="lru-cache" license="BSD" author="Jim Ursetto" description="LRU cache" major="4"/> |
---|
221 | |
---|
222 | <chickenegg name="records" license="Public Domain" author="David Carlton, Aubrey Jaffer" description="Procedural record-type interface" major="4"/> |
---|
223 | |
---|
224 | <chickenegg name="stack" license="BSD" author="[[kon lovett]]" description="Provides LIFO queue (stack) operations" major="4"/> |
---|
225 | |
---|
226 | <chickenegg name="vector-lib" license="BSD" author="Taylor Campbell" description="Port of the SRFI-43 reference implementation" major="4"/> |
---|
227 | |
---|
228 | |
---|
229 | </table> |
---|
230 | |
---|
231 | ==== Data formats and parsing |
---|
232 | |
---|
233 | <table> |
---|
234 | |
---|
235 | <chickenegg name="silex" license="BSD" author="Danny Dubé" description="An efficient and powerful lexer generator" major="4"/> |
---|
236 | |
---|
237 | |
---|
238 | </table> |
---|
239 | |
---|
240 | ==== Tools |
---|
241 | |
---|
242 | <table> |
---|
243 | |
---|
244 | |
---|
245 | </table> |
---|
246 | |
---|
247 | ==== Sound |
---|
248 | |
---|
249 | <table> |
---|
250 | |
---|
251 | |
---|
252 | </table> |
---|
253 | |
---|
254 | ==== Unit-testing |
---|
255 | |
---|
256 | <table> |
---|
257 | |
---|
258 | <chickenegg name="test" license="BSD" author="Alex Shinn" description="Yet Another Testing Utility" major="4"/> |
---|
259 | |
---|
260 | <chickenegg name="testeez" license="LGPL-2.1" author="Neil van Dyke" description="Simple Test Mechanism for Scheme" major="4"/> |
---|
261 | |
---|
262 | |
---|
263 | </table> |
---|
264 | |
---|
265 | ==== Cryptography |
---|
266 | |
---|
267 | <table> |
---|
268 | |
---|
269 | |
---|
270 | </table> |
---|
271 | |
---|
272 | ==== User interface toolkits |
---|
273 | |
---|
274 | <table> |
---|
275 | |
---|
276 | |
---|
277 | </table> |
---|
278 | |
---|
279 | ==== Code generation |
---|
280 | |
---|
281 | <table> |
---|
282 | |
---|
283 | <chickenegg name="sassy" license="LGPL-2.1" author="Jonathan Kraut" description="A portable 32-bit assembler for x86 processors" major="4"/> |
---|
284 | |
---|
285 | |
---|
286 | </table> |
---|
287 | |
---|
288 | ==== Macros and meta-syntax |
---|
289 | |
---|
290 | <table> |
---|
291 | |
---|
292 | |
---|
293 | </table> |
---|
294 | |
---|
295 | ==== Miscellaneous |
---|
296 | |
---|
297 | <table> |
---|
298 | |
---|
299 | <chickenegg name="apropos" license="BSD" author="[[kon lovett]]" description="Chicken apropos" major="4"/> |
---|
300 | |
---|
301 | <chickenegg name="combinators" license="Public Domain" author="[[kon lovett]]" description="Combinators" major="4"/> |
---|
302 | |
---|
303 | <chickenegg name="expand-full" license="BSD" author="[[kon lovett]]" description="Full macro expansion" major="4"/> |
---|
304 | |
---|
305 | <chickenegg name="mathh" license="Public Domain" author="[[kon lovett]] and [[john cowan]]" description="ISO C math functions and constants" major="4"/> |
---|
306 | |
---|
307 | <chickenegg name="peep" license="BSD" author="felix winkelmann" description="Explore the compiler's symbol database" major="4"/> |
---|
308 | |
---|
309 | <chickenegg name="setup-helper" license="BSD" author="[[kon lovett]]" description="Installation/Setup Shortcut Routines" major="4"/> |
---|
310 | |
---|
311 | <chickenegg name="tabexpand" license="LGPL-2.1" author="Neil W. van Dyke" description="Tab Character Expansion in Scheme" major="4"/> |
---|
312 | |
---|
313 | |
---|
314 | </table> |
---|
315 | |
---|
316 | ==== Concurrency and parallelism |
---|
317 | |
---|
318 | <table> |
---|
319 | |
---|
320 | <chickenegg name="mailbox" license="BSD" author="[[felix winkelman]] and [[kon lovett]]" description="Thread-safe queues with timeout" major="4"/> |
---|
321 | |
---|
322 | <chickenegg name="synch" license="BSD" author="[[kon lovett]]" description="Synchronization Forms" major="4"/> |
---|
323 | |
---|
324 | |
---|
325 | </table> |
---|
326 | |
---|
327 | ==== Unsupported or redundant |
---|
328 | |
---|
329 | <table> |
---|
330 | |
---|
331 | |
---|
332 | </table> |
---|