<?xml version='1.0'?>

<rss version="2.0">
<channel>
<title>Eggs Unlimited (release branch 4)</title>
<link>//wiki.call-cc.org/chicken-projects/egg-rss-feed-4.xml</link>
<description>RSS feed for publishing latest CHICKEN extensions</description>
<language>en-us</language>
<copyright>(c)2024 The CHICKEN Team</copyright>
<pubDate>Sat Mar  7 04:15:02 2026</pubDate>
<lastBuildDate>Sat Mar  7 04:15:02 2026</lastBuildDate>
<item>
<title>json 1.7 (Data formats and parsing)</title>
<guid isPermaLink="false">json</guid>
<link>//wiki.call-cc.org/eggref/4/json</link>
<description>A JSON library</description>
<author>Tony Garnock-Jones</author></item>
<item>
<title>format-textdiff 1.14 (Input/Output)</title>
<guid isPermaLink="false">format-textdiff</guid>
<link>//wiki.call-cc.org/eggref/4/format-textdiff</link>
<description>Output text diff scripts in different formats</description>
<author>Ivan Raikov</author></item>
<item>
<title>suffix-tree 2.0 (Algorithms and data-structures)</title>
<guid isPermaLink="false">suffix-tree</guid>
<link>//wiki.call-cc.org/eggref/4/suffix-tree</link>
<description>An implementation of the suffix tree data structure.</description>
<author>Ivan Raikov</author></item>
<item>
<title>memoize 0.3 (Miscellaneous)</title>
<guid isPermaLink="false">memoize</guid>
<link>//wiki.call-cc.org/eggref/4/memoize</link>
<description>Procedures memoization</description>
<author>Arthur Maciel</author></item>
<item>
<title>gather-egg-information 1.0.0 (Egg tools)</title>
<guid isPermaLink="false">gather-egg-information</guid>
<link>//wiki.call-cc.org/eggref/4/gather-egg-information</link>
<description>A replacement for CHICKEN core's gather-egg-information which works with both old and new henrietta-cache cache formats</description>
<author>The CHICKEN Team</author></item>
<item>
<title>srfi-101 0.0.2 (Language extensions)</title>
<guid isPermaLink="false">srfi-101</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-101</link>
<description>SRFI 101</description>
<author>David Van Horn, for Chicken by [[kon lovett]]</author></item>
<item>
<title>s11n4j 0.1 (Input/Output)</title>
<guid isPermaLink="false">s11n4j</guid>
<link>//wiki.call-cc.org/eggref/4/s11n4j</link>
<description>Deserialization of Java Serialized Objects.</description>
<author>Andy Bennett &lt;andyjpb@skipjaq.com&gt;</author></item>
<item>
<title>kalaha 0.2 (Miscellaneous)</title>
<guid isPermaLink="false">kalaha</guid>
<link>//wiki.call-cc.org/eggref/4/kalaha</link>
<description>An implementation of the board game Kalah</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>stb-image 0.5 (Graphics)</title>
<guid isPermaLink="false">stb-image</guid>
<link>//wiki.call-cc.org/eggref/4/stb-image</link>
<description>read png/jpg/tga/bmp/psd/gif/hdr/pic/pnm into pixels</description>
<author>Kristian Lein-Mathisen</author></item>
<item>
<title>sdl2-image 0.2.0 (Graphics)</title>
<guid isPermaLink="false">sdl2-image</guid>
<link>//wiki.call-cc.org/eggref/4/sdl2-image</link>
<description>Bindings to SDL_image 2</description>
<author>John Croisant</author></item>
<item>
<title>sdbm 0.1.1 (Databases)</title>
<guid isPermaLink="false">sdbm</guid>
<link>//wiki.call-cc.org/eggref/4/sdbm</link>
<description>SDBM clone</description>
<author>Jim Ursetto</author></item>
<item>
<title>describe-coops 0.1.1 (Miscellaneous)</title>
<guid isPermaLink="false">describe-coops</guid>
<link>//wiki.call-cc.org/eggref/4/describe-coops</link>
<description>Describe coops (and regular) objects in detail</description>
<author>Jim Ursetto</author></item>
<item>
<title>list-of 0.1 (Language extensions)</title>
<guid isPermaLink="false">list-of</guid>
<link>//wiki.call-cc.org/eggref/4/list-of</link>
<description>Simple list-comprehensions</description>
<author>Phil Bewig</author></item>
<item>
<title>free-gettext 1.5.1 (Miscellaneous)</title>
<guid isPermaLink="false">free-gettext</guid>
<link>//wiki.call-cc.org/eggref/4/free-gettext</link>
<description>Binary-compatible flexible gettext reimplementation</description>
<author>Alex Shinn</author></item>
<item>
<title>spiffy-sexpr-log 0.3.2 (Web programming)</title>
<guid isPermaLink="false">spiffy-sexpr-log</guid>
<link>//wiki.call-cc.org/eggref/4/spiffy-sexpr-log</link>
<description>Symbolic expression log format for Spiffy</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>tiny-prolog 2.0 (Logic programming)</title>
<guid isPermaLink="false">tiny-prolog</guid>
<link>//wiki.call-cc.org/eggref/4/tiny-prolog</link>
<description>Tiny PROLOG interpreter.</description>
<author>Nils M Holm</author></item>
<item>
<title>tiger-hash 3.2.0 (Cryptography)</title>
<guid isPermaLink="false">tiger-hash</guid>
<link>//wiki.call-cc.org/eggref/4/tiger-hash</link>
<description>Tiger/192 Message Digest</description>
<author>[[kon lovett]]</author></item>
<item>
<title>sublevel 4.0.0 (Databases)</title>
<guid isPermaLink="false">sublevel</guid>
<link>//wiki.call-cc.org/eggref/4/sublevel</link>
<description>Namespaced access to leveldb implementations</description>
<author>Caolan McMahon</author></item>
<item>
<title>sicp 0.14 (Algorithms and data-structures)</title>
<guid isPermaLink="false">sicp</guid>
<link>//wiki.call-cc.org/eggref/4/sicp</link>
<description>Support for SICP</description>
<author>Peter Danenberg</author></item>
<item>
<title>regex 1.0 (Miscellaneous)</title>
<guid isPermaLink="false">regex</guid>
<link>//wiki.call-cc.org/eggref/4/regex</link>
<description>Compatibility library for old regular expression API</description>
<author>unknown</author></item>
<item>
<title>lzma 1.4 (Algorithms and data-structures)</title>
<guid isPermaLink="false">lzma</guid>
<link>//wiki.call-cc.org/eggref/4/lzma</link>
<description>A wrapper for the liblzma library, providing the excellent LZMA compression algorithm</description>
<author>Alaric Snell-Pym</author></item>
<item>
<title>leveldb 4.0.0 (Databases)</title>
<guid isPermaLink="false">leveldb</guid>
<link>//wiki.call-cc.org/eggref/4/leveldb</link>
<description>Bindings to LevelDB, a key/value database library by Google</description>
<author>Caolan McMahon</author></item>
<item>
<title>expand-full 1.0.5 (Miscellaneous)</title>
<guid isPermaLink="false">expand-full</guid>
<link>//wiki.call-cc.org/eggref/4/expand-full</link>
<description>Full macro expansion</description>
<author>[[kon lovett]]</author></item>
<item>
<title>mat5-lib 2.5 (Algorithms and data-structures)</title>
<guid isPermaLink="false">mat5-lib</guid>
<link>//wiki.call-cc.org/eggref/4/mat5-lib</link>
<description>Reading and writing Level 5 MAT-File format.</description>
<author>Ivan Raikov</author></item>
<item>
<title>waffle 0.1 (Web programming)</title>
<guid isPermaLink="false">waffle</guid>
<link>//wiki.call-cc.org/eggref/4/waffle</link>
<description>A toolkit for building HTML and other XML based pages.</description>
<author>Andy Bennett &lt;andyjpb@knodium.com&gt;</author></item>
<item>
<title>magic 0.0.2 (Data formats and parsing)</title>
<guid isPermaLink="false">magic</guid>
<link>//wiki.call-cc.org/eggref/4/magic</link>
<description>libmagic bindings</description>
<author>Evan Hanson</author></item>
<item>
<title>datatypes 1.3.3 (Language extensions)</title>
<guid isPermaLink="false">datatypes</guid>
<link>//wiki.call-cc.org/eggref/4/datatypes</link>
<description>Creating concrete-, abstract- and object-types</description>
<author>[[Juergen Lorenz]]</author></item>
<item>
<title>random-swb 1.12 (Algorithms and data-structures)</title>
<guid isPermaLink="false">random-swb</guid>
<link>//wiki.call-cc.org/eggref/4/random-swb</link>
<description>A random number generator based on the subtract-with-borrow (SWB) method.</description>
<author>Ivan Raikov</author></item>
<item>
<title>send-grid 3.0.0 (Web programming)</title>
<guid isPermaLink="false">send-grid</guid>
<link>//wiki.call-cc.org/eggref/4/send-grid</link>
<description>Provides a simple interface to the SendGrid mailer service.</description>
<author>Thomas Hintz</author></item>
<item>
<title>spiffy-request-vars 0.20 (Web programming)</title>
<guid isPermaLink="false">spiffy-request-vars</guid>
<link>//wiki.call-cc.org/eggref/4/spiffy-request-vars</link>
<description>Provides easy access to variables from HTTP requests</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>soil 1.5.0 (Input/Output)</title>
<guid isPermaLink="false">soil</guid>
<link>//wiki.call-cc.org/eggref/4/soil</link>
<description>Lightweight, simple library for loading image files into OpenGL-friendly format.</description>
<author>Daniel J. Leslie</author></item>
<item>
<title>glut 1.18 (Graphics)</title>
<guid isPermaLink="false">glut</guid>
<link>//wiki.call-cc.org/eggref/4/glut</link>
<description>GLUT bindings</description>
<author>felix winkelmann</author></item>
<item>
<title>xml-rpc 2.1 (Web programming)</title>
<guid isPermaLink="false">xml-rpc</guid>
<link>//wiki.call-cc.org/eggref/4/xml-rpc</link>
<description>XML-RPC client/server</description>
<author>Peter Bex</author></item>
<item>
<title>xosd 1.7 (User interface toolkits)</title>
<guid isPermaLink="false">xosd</guid>
<link>//wiki.call-cc.org/eggref/4/xosd</link>
<description>An interface to the XOSD (On Screen Display) library</description>
<author>felix winkelmann</author></item>
<item>
<title>neo4j 0.1.3 (Databases)</title>
<guid isPermaLink="false">neo4j</guid>
<link>//wiki.call-cc.org/eggref/4/neo4j</link>
<description>neo4j REST client</description>
<author>Peter Danenberg</author></item>
<item>
<title>c3 1.5 (Object-oriented programming)</title>
<guid isPermaLink="false">c3</guid>
<link>//wiki.call-cc.org/eggref/4/c3</link>
<description>Implements C3 class linearization for TinyCLOS</description>
<author>Alex Shinn</author></item>
<item>
<title>specialized-io 1.5 (Input/Output)</title>
<guid isPermaLink="false">specialized-io</guid>
<link>//wiki.call-cc.org/eggref/4/specialized-io</link>
<description>Fast I/O procedures specialized for different types</description>
<author>Jeronimo C. Pellegrini</author></item>
<item>
<title>glpk 1.6 (Mathematical libraries)</title>
<guid isPermaLink="false">glpk</guid>
<link>//wiki.call-cc.org/eggref/4/glpk</link>
<description>An interface to the GNU Linear Programming Kit.</description>
<author>Ivan Raikov</author></item>
<item>
<title>basic-sequences 2.2 (Language extensions)</title>
<guid isPermaLink="false">basic-sequences</guid>
<link>//wiki.call-cc.org/eggref/4/basic-sequences</link>
<description>Basic sequence procedures</description>
<author>Juergen Lorenz</author></item>
<item>
<title>miniML 1.11 (Code generation)</title>
<guid isPermaLink="false">miniML</guid>
<link>//wiki.call-cc.org/eggref/4/miniML</link>
<description>Interpreter for a simple ML-like language.</description>
<author>Ivan Raikov</author></item>
<item>
<title>hen 0.7 (Networking)</title>
<guid isPermaLink="false">hen</guid>
<link>//wiki.call-cc.org/eggref/4/hen</link>
<description>A beanstalk client</description>
<author>Joseph Gay</author></item>
<item>
<title>simple-timer 0.1.2 (Concurrency and parallelism)</title>
<guid isPermaLink="false">simple-timer</guid>
<link>//wiki.call-cc.org/eggref/4/simple-timer</link>
<description>Simple, cancel-able, efficient timer API</description>
<author>Jörg F. Wittenberger</author></item>
<item>
<title>srfi-193 0.1.3 (OS interface)</title>
<guid isPermaLink="false">srfi-193</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-193</link>
<description>SRFI 193: Command line</description>
<author>Lassi Kortela</author></item>
<item>
<title>type-extensions 0.0.1 (Language extensions)</title>
<guid isPermaLink="false">type-extensions</guid>
<link>//wiki.call-cc.org/eggref/4/type-extensions</link>
<description>Type system extensions</description>
<author>Evan Hanson</author></item>
<item>
<title>macosx 2.2.0 (OS interface)</title>
<guid isPermaLink="false">macosx</guid>
<link>//wiki.call-cc.org/eggref/4/macosx</link>
<description>MacOS X Utilities</description>
<author>[[/users/kon-lovett]]</author></item>
<item>
<title>pigeon-hole 0.2.8 (Concurrency and parallelism)</title>
<guid isPermaLink="false">pigeon-hole</guid>
<link>//wiki.call-cc.org/eggref/4/pigeon-hole</link>
<description>A mailbox constrained by capacity.</description>
<author>Jörg F. Wittenberger</author></item>
<item>
<title>monad 4.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">monad</guid>
<link>//wiki.call-cc.org/eggref/4/monad</link>
<description>Monads</description>
<author>Daniel J. Leslie</author></item>
<item>
<title>embedded-test 17018.2 (Unit-testing)</title>
<guid isPermaLink="false">embedded-test</guid>
<link>//wiki.call-cc.org/eggref/4/embedded-test</link>
<description>A simple framework for unit tests that allows them to be embedded directly in programs' code.</description>
<author>Alejandro Forero Cuervo</author></item>
<item>
<title>modular-arithmetic 1.0.2 (Mathematical libraries)</title>
<guid isPermaLink="false">modular-arithmetic</guid>
<link>//wiki.call-cc.org/eggref/4/modular-arithmetic</link>
<description>Modular Arithmetic on Finite Fields</description>
<author>Thomas Chust</author></item>
<item>
<title>suspension 0.5 (Language extensions)</title>
<guid isPermaLink="false">suspension</guid>
<link>//wiki.call-cc.org/eggref/4/suspension</link>
<description>Serialized limited continuations</description>
<author>felix</author></item>
<item>
<title>slatex 20090928.1 (Documentation tools)</title>
<guid isPermaLink="false">slatex</guid>
<link>//wiki.call-cc.org/eggref/4/slatex</link>
<description>Typesetting Scheme code from (La)TeX</description>
<author>Dorai Sitaram</author></item>
<item>
<title>sandbox 1.8 (Language extensions)</title>
<guid isPermaLink="false">sandbox</guid>
<link>//wiki.call-cc.org/eggref/4/sandbox</link>
<description>A safe evaluation environment</description>
<author>felix winkelmann</author></item>
<item>
<title>sysexits 0.1.1 (OS interface)</title>
<guid isPermaLink="false">sysexits</guid>
<link>//wiki.call-cc.org/eggref/4/sysexits</link>
<description>Preferable exit codes</description>
<author>Evan Hanson</author></item>
<item>
<title>feature-test 0.2.0 (Language extensions)</title>
<guid isPermaLink="false">feature-test</guid>
<link>//wiki.call-cc.org/eggref/4/feature-test</link>
<description>Foreign feature testing</description>
<author>Jim Ursetto</author></item>
<item>
<title>awful-static-pages 0.1.6 (Web programming)</title>
<guid isPermaLink="false">awful-static-pages</guid>
<link>//wiki.call-cc.org/eggref/4/awful-static-pages</link>
<description>Tool to generate static pages out of awful applications</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>posix-semaphore 0.5.1 (Input/Output)</title>
<guid isPermaLink="false">posix-semaphore</guid>
<link>//wiki.call-cc.org/eggref/4/posix-semaphore</link>
<description>POSIX Semaphores</description>
<author>Daniel J. Leslie</author></item>
<item>
<title>random-mtzig 4.0 (Algorithms and data-structures)</title>
<guid isPermaLink="false">random-mtzig</guid>
<link>//wiki.call-cc.org/eggref/4/random-mtzig</link>
<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.</description>
<author>Ivan Raikov</author></item>
<item>
<title>bindings 7.2 (Language extensions)</title>
<guid isPermaLink="false">bindings</guid>
<link>//wiki.call-cc.org/eggref/4/bindings</link>
<description>Pattern matching with destructuring bindings</description>
<author>Juergen Lorenz</author></item>
<item>
<title>gl-utils 0.7.2 (Graphics)</title>
<guid isPermaLink="false">gl-utils</guid>
<link>//wiki.call-cc.org/eggref/4/gl-utils</link>
<description>High(er) level tools for OpenGL</description>
<author>Alex Charlton</author></item>
<item>
<title>glls 0.11.3 (Graphics)</title>
<guid isPermaLink="false">glls</guid>
<link>//wiki.call-cc.org/eggref/4/glls</link>
<description>A compiler for a Scheme-like language targeting the GLSL</description>
<author>Alex Charlton</author></item>
<item>
<title>debug 0.3.16 (Debugging tools)</title>
<guid isPermaLink="false">debug</guid>
<link>//wiki.call-cc.org/eggref/4/debug</link>
<description>Some trivial debugging macros</description>
<author>Peter Danenberg</author></item>
<item>
<title>intarweb 1.7.1 (Web programming)</title>
<guid isPermaLink="false">intarweb</guid>
<link>//wiki.call-cc.org/eggref/4/intarweb</link>
<description>A more convenient HTTP library</description>
<author>Peter Bex</author></item>
<item>
<title>fuse 0.0.16 (OS interface)</title>
<guid isPermaLink="false">fuse</guid>
<link>//wiki.call-cc.org/eggref/4/fuse</link>
<description>Filesystems in Userspace</description>
<author>Evan Hanson</author></item>
<item>
<title>msgpack 0.4 (Data formats and parsing)</title>
<guid isPermaLink="false">msgpack</guid>
<link>//wiki.call-cc.org/eggref/4/msgpack</link>
<description>MessagePack implementation for CHICKEN</description>
<author>Hugo Arregui</author></item>
<item>
<title>mysql-client 0.9 (Databases)</title>
<guid isPermaLink="false">mysql-client</guid>
<link>//wiki.call-cc.org/eggref/4/mysql-client</link>
<description>A MySQL client library.</description>
<author>A. Carl Douglas</author></item>
<item>
<title>refdb 1.08 (Databases)</title>
<guid isPermaLink="false">refdb</guid>
<link>//wiki.call-cc.org/eggref/4/refdb</link>
<description>Tool for converting and maintaining a gnumeric spreadsheet as a set of flat text files.</description>
<author>Matthew Welland</author></item>
<item>
<title>rest-bind 0.6 (Web programming)</title>
<guid isPermaLink="false">rest-bind</guid>
<link>//wiki.call-cc.org/eggref/4/rest-bind</link>
<description>Generates wrappers to REST-like HTTP APIs.</description>
<author>Andy Bennett &lt;andyjpb@knodium.com&gt;</author></item>
<item>
<title>stack 2.3.0 (Algorithms and data-structures)</title>
<guid isPermaLink="false">stack</guid>
<link>//wiki.call-cc.org/eggref/4/stack</link>
<description>Provides LIFO queue (stack) operations</description>
<author>[[kon lovett]]</author></item>
<item>
<title>ethernet 0.3 (Networking)</title>
<guid isPermaLink="false">ethernet</guid>
<link>//wiki.call-cc.org/eggref/4/ethernet</link>
<description>A library to parse and unparse Ethernet frames</description>
<author>Omar Shorbaji</author></item>
<item>
<title>autocompile 1.1 (Tools)</title>
<guid isPermaLink="false">autocompile</guid>
<link>//wiki.call-cc.org/eggref/4/autocompile</link>
<description>Automatically compile Scheme scripts on demand</description>
<author>felix winkelmann</author></item>
<item>
<title>html-utils 0.10 (Web programming)</title>
<guid isPermaLink="false">html-utils</guid>
<link>//wiki.call-cc.org/eggref/4/html-utils</link>
<description>Procedures to ease the generation of some frequently used [X]HTML/SXML structures</description>
<author>&lt;a href=&quot;http://wiki.call-cc.org/users/mario-domenech-goulart&quot;&gt;Mario Domenech Goulart&lt;/a&gt;</author></item>
<item>
<title>awful-path-matchers 0.0.2 (Web programming)</title>
<guid isPermaLink="false">awful-path-matchers</guid>
<link>//wiki.call-cc.org/eggref/4/awful-path-matchers</link>
<description>Path matchers for awful</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>sexp-diff 0.2.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">sexp-diff</guid>
<link>//wiki.call-cc.org/eggref/4/sexp-diff</link>
<description>S-Expression diff algorithm</description>
<author>Michael Weber and Vincent St-Amour</author></item>
<item>
<title>interval-digraph 4.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">interval-digraph</guid>
<link>//wiki.call-cc.org/eggref/4/interval-digraph</link>
<description>Directed graph based on adjacency intervals.</description>
<author>Ivan Raikov</author></item>
<item>
<title>endian-blob 1.7 (Algorithms and data-structures)</title>
<guid isPermaLink="false">endian-blob</guid>
<link>//wiki.call-cc.org/eggref/4/endian-blob</link>
<description>Endian-specific procedures for converting blobs to numeric values and vectors.</description>
<author>Ivan Raikov</author></item>
<item>
<title>parametric-curve 1.13 (Mathematical libraries)</title>
<guid isPermaLink="false">parametric-curve</guid>
<link>//wiki.call-cc.org/eggref/4/parametric-curve</link>
<description>Parametric curves.</description>
<author>Ivan Raikov</author></item>
<item>
<title>json-abnf 6.0 (Data formats and parsing)</title>
<guid isPermaLink="false">json-abnf</guid>
<link>//wiki.call-cc.org/eggref/4/json-abnf</link>
<description>Parser combinators for JavaScript Object Notation (JSON).</description>
<author>Ivan Raikov</author></item>
<item>
<title>record-variants 0.5.1 (Language extensions)</title>
<guid isPermaLink="false">record-variants</guid>
<link>//wiki.call-cc.org/eggref/4/record-variants</link>
<description>Optimized record access</description>
<author>Jim Ursetto</author></item>
<item>
<title>yaml 0.2.2 (Networking)</title>
<guid isPermaLink="false">yaml</guid>
<link>//wiki.call-cc.org/eggref/4/yaml</link>
<description>Bindings to libyaml</description>
<author>Aaron Patterson</author></item>
<item>
<title>uri-common 1.4 (Web programming)</title>
<guid isPermaLink="false">uri-common</guid>
<link>//wiki.call-cc.org/eggref/4/uri-common</link>
<description>Parser for common URI schemes</description>
<author>Peter Bex</author></item>
<item>
<title>stalin 0.11.9 (Miscellaneous)</title>
<guid isPermaLink="false">stalin</guid>
<link>//wiki.call-cc.org/eggref/4/stalin</link>
<description>An aggressively optimizing Scheme-&gt;C compiler</description>
<author>Jeffrey Mark Siskind, ported to CHICKEN by felix winkelmann</author></item>
<item>
<title>datatype 1.4 (Language extensions)</title>
<guid isPermaLink="false">datatype</guid>
<link>//wiki.call-cc.org/eggref/4/datatype</link>
<description>A facility for creating and deconstructing variant records (from EOPL)</description>
<author>[[felix winkelmann]]</author></item>
<item>
<title>cryptlib 3.0.0 (Cryptography)</title>
<guid isPermaLink="false">cryptlib</guid>
<link>//wiki.call-cc.org/eggref/4/cryptlib</link>
<description>Bindings to cryptlib</description>
<author>Thomas Chust</author></item>
<item>
<title>scbib 1.5 (Algorithms and data-structures)</title>
<guid isPermaLink="false">scbib</guid>
<link>//wiki.call-cc.org/eggref/4/scbib</link>
<description>Scientific bibliography management.</description>
<author>Satoru Takabayashi</author></item>
<item>
<title>call-with-environment-variables 0.1.7 (OS interface)</title>
<guid isPermaLink="false">call-with-environment-variables</guid>
<link>//wiki.call-cc.org/eggref/4/call-with-environment-variables</link>
<description>Set up and take down environment vars</description>
<author>Peter Danenberg</author></item>
<item>
<title>raspberry-pi-gpio 1.1.0 (Input/Output)</title>
<guid isPermaLink="false">raspberry-pi-gpio</guid>
<link>//wiki.call-cc.org/eggref/4/raspberry-pi-gpio</link>
<description>Raspberry Pi GPIO library</description>
<author>Caolan McMahon, Jörg F. Wittenberger</author></item>
<item>
<title>nomads 1.6 (Databases)</title>
<guid isPermaLink="false">nomads</guid>
<link>//wiki.call-cc.org/eggref/4/nomads</link>
<description>Simple database migrations</description>
<author>David Krentzlin</author></item>
<item>
<title>sparse-vectors 0.4 (Algorithms and data-structures)</title>
<guid isPermaLink="false">sparse-vectors</guid>
<link>//wiki.call-cc.org/eggref/4/sparse-vectors</link>
<description>Arbitrarily large vectors</description>
<author>Richard Kelsey and Jonathan Rees</author></item>
<item>
<title>win32-msgbox 1.1 (User interface toolkits)</title>
<guid isPermaLink="false">win32-msgbox</guid>
<link>//wiki.call-cc.org/eggref/4/win32-msgbox</link>
<description>Win32 MessageBox function</description>
<author>Michele La Monaca</author></item>
<item>
<title>statistics 0.8 (Mathematical libraries)</title>
<guid isPermaLink="false">statistics</guid>
<link>//wiki.call-cc.org/eggref/4/statistics</link>
<description>Statistics library</description>
<author>Peter Lane</author></item>
<item>
<title>civet 0.3.6 (Web programming)</title>
<guid isPermaLink="false">civet</guid>
<link>//wiki.call-cc.org/eggref/4/civet</link>
<description>An XML-based template processor.</description>
<author>Matt Gushee</author></item>
<item>
<title>date-literals 1.1.1 (Language extensions)</title>
<guid isPermaLink="false">date-literals</guid>
<link>//wiki.call-cc.org/eggref/4/date-literals</link>
<description>A reader extension providing SRFI-19 date/time literals of the form &lt;code&gt;#@2007-12-31T23:59:59Z&lt;/code&gt;</description>
<author>Arto Bendiken</author></item>
<item>
<title>srfi-95 1.4 (Algorithms and data-structures)</title>
<guid isPermaLink="false">srfi-95</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-95</link>
<description>Sorting and merging</description>
<author>Richard A. O'Keefe, ported to hygienic Chicken with test suite by Peter Danenberg</author></item>
<item>
<title>dbc 1.0.4 (Unsupported or redundant)</title>
<guid isPermaLink="false">dbc</guid>
<link>//wiki.call-cc.org/eggref/4/dbc</link>
<description>Design by contract</description>
<author>Juergen Lorenz</author></item>
<item>
<title>sxml-serializer 0.4 (XML processing)</title>
<guid isPermaLink="false">sxml-serializer</guid>
<link>//wiki.call-cc.org/eggref/4/sxml-serializer</link>
<description>Serialize SXML to XML and HTML</description>
<author>Dmitry Lizorkin</author></item>
<item>
<title>ephem 2.2 (Miscellaneous)</title>
<guid isPermaLink="false">ephem</guid>
<link>//wiki.call-cc.org/eggref/4/ephem</link>
<description>Chicken scheme bindings to the libnova astrometry library</description>
<author>Rob Altenburg</author></item>
<item>
<title>srfi-4-utils 1.13 (Algorithms and data-structures)</title>
<guid isPermaLink="false">srfi-4-utils</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-4-utils</link>
<description>Utility functions for SRFI-4 vectors.</description>
<author>Ivan Raikov</author></item>
<item>
<title>punycode 1.0.0 (Web programming)</title>
<guid isPermaLink="false">punycode</guid>
<link>//wiki.call-cc.org/eggref/4/punycode</link>
<description>Represents unicode with the limited ASCII subset supported by DNS (RFC3492)</description>
<author>Caolan McMahon</author></item>
<item>
<title>smsmatrix 0.1 (Miscellaneous)</title>
<guid isPermaLink="false">smsmatrix</guid>
<link>//wiki.call-cc.org/eggref/4/smsmatrix</link>
<description>Library for using the SMSMatrix gateway services for sending SMS and fax messages</description>
<author>Peter Bex</author></item>
<item>
<title>uuid-lib 1.5.0 (Networking)</title>
<guid isPermaLink="false">uuid-lib</guid>
<link>//wiki.call-cc.org/eggref/4/uuid-lib</link>
<description>OSF DCE 1.1 UUID</description>
<author>Kon Lovett</author></item>
<item>
<title>graph-ssa 1.3 (Algorithms and data-structures)</title>
<guid isPermaLink="false">graph-ssa</guid>
<link>//wiki.call-cc.org/eggref/4/graph-ssa</link>
<description>Compute static single assignment form of a graph.</description>
<author>Richard Kelsey</author></item>
<item>
<title>leptonica 0.3 (Graphics)</title>
<guid isPermaLink="false">leptonica</guid>
<link>//wiki.call-cc.org/eggref/4/leptonica</link>
<description>CHICKEN bindings for leptonica image processing library</description>
<author>Peter Lane</author></item>
<item>
<title>simple-md5 0.0.1 (Cryptography)</title>
<guid isPermaLink="false">simple-md5</guid>
<link>//wiki.call-cc.org/eggref/4/simple-md5</link>
<description>Computes MD5 (RFC1321) checksums, without dependencies</description>
<author>Colin Plumb, packaged for Chicken by Peter Bex</author></item>
<item>
<title>ftl 0.8 (Algorithms and data-structures)</title>
<guid isPermaLink="false">ftl</guid>
<link>//wiki.call-cc.org/eggref/4/ftl</link>
<description>Interface based sequence library</description>
<author>Sergei Egorov, partially reimplemented by felix winkelmann</author></item>
<item>
<title>combinators 1.2.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">combinators</guid>
<link>//wiki.call-cc.org/eggref/4/combinators</link>
<description>Combinators</description>
<author>[[kon lovett]]</author></item>
<item>
<title>srfi-127 1.2 (Algorithms and data-structures)</title>
<guid isPermaLink="false">srfi-127</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-127</link>
<description>SRFI-127: Lazy Sequences</description>
<author>John Cowan</author></item>
<item>
<title>defstruct 1.7 (Algorithms and data-structures)</title>
<guid isPermaLink="false">defstruct</guid>
<link>//wiki.call-cc.org/eggref/4/defstruct</link>
<description>A more convenient form of define-record</description>
<author>Dorai Sitaram</author></item>
<item>
<title>genturfahi 1.0.4 (Data formats and parsing)</title>
<guid isPermaLink="false">genturfahi</guid>
<link>//wiki.call-cc.org/eggref/4/genturfahi</link>
<description>lo ke pe'a jajgau ratcu ke'e genturfa'i</description>
<author>&quot;.alyn.post.&quot; &lt;alyn.post@lodockikumazvati.org&gt;</author></item>
<item>
<title>mojo 0.0.1 (User interface toolkits)</title>
<guid isPermaLink="false">mojo</guid>
<link>//wiki.call-cc.org/eggref/4/mojo</link>
<description>Curses for lazy people</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>lmdb 2.4 (Databases)</title>
<guid isPermaLink="false">lmdb</guid>
<link>//wiki.call-cc.org/eggref/4/lmdb</link>
<description>Bindings to the LMDB key value database</description>
<author>Lambda Native</author></item>
<item>
<title>breadcrumbs 1.2 (Web programming)</title>
<guid isPermaLink="false">breadcrumbs</guid>
<link>//wiki.call-cc.org/eggref/4/breadcrumbs</link>
<description>Breadcrumbs for web pages</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>couchdb 0.3.5 (Databases)</title>
<guid isPermaLink="false">couchdb</guid>
<link>//wiki.call-cc.org/eggref/4/couchdb</link>
<description>Apache CouchDB client library</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>ck-macros 0.3.1 (Macros and meta-syntax)</title>
<guid isPermaLink="false">ck-macros</guid>
<link>//wiki.call-cc.org/eggref/4/ck-macros</link>
<description>Composable macros based on the CK abstract machine</description>
<author>John Croisant, based on work by Oleg Kiselyov</author></item>
<item>
<title>ugarit 2.0 (Algorithms and data-structures)</title>
<guid isPermaLink="false">ugarit</guid>
<link>//wiki.call-cc.org/eggref/4/ugarit</link>
<description>A backup/archival system based on content-addressed storage</description>
<author>Alaric Snell-Pym and Christian Kellermann</author></item>
<item>
<title>callable-data-structures 1.0.3 (Algorithms and data-structures)</title>
<guid isPermaLink="false">callable-data-structures</guid>
<link>//wiki.call-cc.org/eggref/4/callable-data-structures</link>
<description>&quot;Callable&quot; data structures</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>srfi-128 0.11 (Algorithms and data-structures)</title>
<guid isPermaLink="false">srfi-128</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-128</link>
<description>SRFI-128: Comparators (reduced)</description>
<author>John Cowan</author></item>
<item>
<title>trace 1.0 (Tools)</title>
<guid isPermaLink="false">trace</guid>
<link>//wiki.call-cc.org/eggref/4/trace</link>
<description>tracing and breakpoints</description>
<author>felix winkelmann</author></item>
<item>
<title>postgresql 3.9.4 (Databases)</title>
<guid isPermaLink="false">postgresql</guid>
<link>//wiki.call-cc.org/eggref/4/postgresql</link>
<description>Bindings for PostgreSQL's C-api</description>
<author>Johannes Groedem</author></item>
<item>
<title>usb 0.1.3 (Input/Output)</title>
<guid isPermaLink="false">usb</guid>
<link>//wiki.call-cc.org/eggref/4/usb</link>
<description>Bindings to libusb</description>
<author>Aaron Patterson</author></item>
<item>
<title>format 3.1.6 (Input/Output)</title>
<guid isPermaLink="false">format</guid>
<link>//wiki.call-cc.org/eggref/4/format</link>
<description>Common-Lisp style formatted output</description>
<author>Dirk Lutzebeck</author></item>
<item>
<title>sdl-gfx 0.3 (Graphics)</title>
<guid isPermaLink="false">sdl-gfx</guid>
<link>//wiki.call-cc.org/eggref/4/sdl-gfx</link>
<description>Basic SDL-gfx support</description>
<author>Christian Kelllermann</author></item>
<item>
<title>srfi-78 1.0 (Unit-testing)</title>
<guid isPermaLink="false">srfi-78</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-78</link>
<description>SRFI-78: Lightweight testing</description>
<author>Sebastian Egner</author></item>
<item>
<title>zmq 0.1.4 (Networking)</title>
<guid isPermaLink="false">zmq</guid>
<link>//wiki.call-cc.org/eggref/4/zmq</link>
<description>Bindings for the ZeroMQ API</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>imperative-command-line-a 0.5.0 (Miscellaneous)</title>
<guid isPermaLink="false">imperative-command-line-a</guid>
<link>//wiki.call-cc.org/eggref/4/imperative-command-line-a</link>
<description>A simple, imperative-style command-line parser</description>
<author>John J. Foerch</author></item>
<item>
<title>continuations 1.4.1 (Language extensions)</title>
<guid isPermaLink="false">continuations</guid>
<link>//wiki.call-cc.org/eggref/4/continuations</link>
<description>Continuations as a separate datatype</description>
<author>Juergen Lorenz</author></item>
<item>
<title>qobischeme-ui 1.1 (User interface toolkits)</title>
<guid isPermaLink="false">qobischeme-ui</guid>
<link>//wiki.call-cc.org/eggref/4/qobischeme-ui</link>
<description>A port of the QobiScheme UI library</description>
<author>Jeffrey Mark Siskind</author></item>
<item>
<title>ffmpeg-video 1.1 (Mathematical libraries)</title>
<guid isPermaLink="false">ffmpeg-video</guid>
<link>//wiki.call-cc.org/eggref/4/ffmpeg-video</link>
<description>ffmpeg bindings for computer vision applications</description>
<author>Andrei Barbu</author></item>
<item>
<title>fancypants 0.4.1 (Web programming)</title>
<guid isPermaLink="false">fancypants</guid>
<link>//wiki.call-cc.org/eggref/4/fancypants</link>
<description>Automatic ASCII smart quotes and ligature handling for SXML</description>
<author>Peter Bex</author></item>
<item>
<title>ansi-escape-sequences 0.6 (Input/Output)</title>
<guid isPermaLink="false">ansi-escape-sequences</guid>
<link>//wiki.call-cc.org/eggref/4/ansi-escape-sequences</link>
<description>Procedures to generate ANSI escape sequences</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>llrb-syntax 0.2 (Algorithms and data-structures)</title>
<guid isPermaLink="false">llrb-syntax</guid>
<link>//wiki.call-cc.org/eggref/4/llrb-syntax</link>
<description>Expands LLRB code customized to data structures.  Pure and mutating versions.</description>
<author>Jörg F. Wittenberger</author></item>
<item>
<title>qt 0.100.3 (Unsupported or redundant)</title>
<guid isPermaLink="false">qt</guid>
<link>//wiki.call-cc.org/eggref/4/qt</link>
<description>A basic Qt 4 interface</description>
<author>felix winkelmann and Andrei Barbu</author></item>
<item>
<title>input-classes 1.0 (Data formats and parsing)</title>
<guid isPermaLink="false">input-classes</guid>
<link>//wiki.call-cc.org/eggref/4/input-classes</link>
<description>Type classes and transformer functions for input streams used by lexgen/abnf and related libraries.</description>
<author>Ivan Raikov</author></item>
<item>
<title>gdbm 1.4 (Databases)</title>
<guid isPermaLink="false">gdbm</guid>
<link>//wiki.call-cc.org/eggref/4/gdbm</link>
<description>GNU DBM interface</description>
<author>Alex Shinn</author></item>
<item>
<title>ploticus 1.3 (Graphics)</title>
<guid isPermaLink="false">ploticus</guid>
<link>//wiki.call-cc.org/eggref/4/ploticus</link>
<description>An interface to ploticus, a library for producing plots, charts, and graphics from data.</description>
<author>Ivan Raikov</author></item>
<item>
<title>error-utils 1.2.0 (Miscellaneous)</title>
<guid isPermaLink="false">error-utils</guid>
<link>//wiki.call-cc.org/eggref/4/error-utils</link>
<description>Error Utilities</description>
<author>[[kon lovett]]</author></item>
<item>
<title>uri-dispatch 1.2 (Web programming)</title>
<guid isPermaLink="false">uri-dispatch</guid>
<link>//wiki.call-cc.org/eggref/4/uri-dispatch</link>
<description>Simple dispatch based on the supplied uri</description>
<author>David Krentzlin</author></item>
<item>
<title>sxml-informal 0.4 (Web programming)</title>
<guid isPermaLink="false">sxml-informal</guid>
<link>//wiki.call-cc.org/eggref/4/sxml-informal</link>
<description>SXML ruleset for HTML forms</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>chicken-doc-html 0.3.0 (Documentation tools)</title>
<guid isPermaLink="false">chicken-doc-html</guid>
<link>//wiki.call-cc.org/eggref/4/chicken-doc-html</link>
<description>Generate HTML from (svn)wiki SXML</description>
<author>Jim Ursetto</author></item>
<item>
<title>clojurian 3 (Language extensions)</title>
<guid isPermaLink="false">clojurian</guid>
<link>//wiki.call-cc.org/eggref/4/clojurian</link>
<description>Syntax and utility functions inspired by Clojure</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>condition-utils 1.5.1 (Miscellaneous)</title>
<guid isPermaLink="false">condition-utils</guid>
<link>//wiki.call-cc.org/eggref/4/condition-utils</link>
<description>SRFI 12 Condition Utilities</description>
<author>[[kon lovett]]</author></item>
<item>
<title>loopy-loop 0.5.4 (Language extensions)</title>
<guid isPermaLink="false">loopy-loop</guid>
<link>//wiki.call-cc.org/eggref/4/loopy-loop</link>
<description>Alex Shinn's LOOP macro</description>
<author>Alex Shinn</author></item>
<item>
<title>animation 0.3.3 (Graphics)</title>
<guid isPermaLink="false">animation</guid>
<link>//wiki.call-cc.org/eggref/4/animation</link>
<description>Utility for creating animations from a series of images</description>
<author>Peter Danenberg</author></item>
<item>
<title>autoload 3.0 (Language extensions)</title>
<guid isPermaLink="false">autoload</guid>
<link>//wiki.call-cc.org/eggref/4/autoload</link>
<description>Load modules lazily</description>
<author>Alex Shinn</author></item>
<item>
<title>xlib 1.2 (Graphics)</title>
<guid isPermaLink="false">xlib</guid>
<link>//wiki.call-cc.org/eggref/4/xlib</link>
<description>Xlib bindings</description>
<author>Richard Mann</author></item>
<item>
<title>typed-records 0.6 (Miscellaneous)</title>
<guid isPermaLink="false">typed-records</guid>
<link>//wiki.call-cc.org/eggref/4/typed-records</link>
<description>Typed variants of various record-definition macros</description>
<author>felix winkelmann</author></item>
<item>
<title>tabexpand 1.7 (Miscellaneous)</title>
<guid isPermaLink="false">tabexpand</guid>
<link>//wiki.call-cc.org/eggref/4/tabexpand</link>
<description>Tab Character Expansion in Scheme</description>
<author>Neil W. van Dyke</author></item>
<item>
<title>canvas-draw 1.1.1 (Graphics)</title>
<guid isPermaLink="false">canvas-draw</guid>
<link>//wiki.call-cc.org/eggref/4/canvas-draw</link>
<description>Bindings to the CD graphics library</description>
<author>Thomas Chust</author></item>
<item>
<title>bb 1.32 (User interface toolkits)</title>
<guid isPermaLink="false">bb</guid>
<link>//wiki.call-cc.org/eggref/4/bb</link>
<description>An easy-to-use GUI toolkit based on FLTK</description>
<author>felix winkelmann</author></item>
<item>
<title>flsim 4.0 (Code generation)</title>
<guid isPermaLink="false">flsim</guid>
<link>//wiki.call-cc.org/eggref/4/flsim</link>
<description>Definition and code generators for a simple applicative language for numerical simulation.</description>
<author>Ivan Raikov</author></item>
<item>
<title>chickadee 0.12.2 (Documentation tools)</title>
<guid isPermaLink="false">chickadee</guid>
<link>//wiki.call-cc.org/eggref/4/chickadee</link>
<description>chicken-doc web server</description>
<author>Jim Ursetto</author></item>
<item>
<title>neuromorpho 1.12 (Tools)</title>
<guid isPermaLink="false">neuromorpho</guid>
<link>//wiki.call-cc.org/eggref/4/neuromorpho</link>
<description>Access the NeuroMorpho database.</description>
<author>Ivan Raikov</author></item>
<item>
<title>fps 1.1.4 (Graphics)</title>
<guid isPermaLink="false">fps</guid>
<link>//wiki.call-cc.org/eggref/4/fps</link>
<description>Functional PostScript</description>
<author>Wandy Sae-Tan and Olin Shivers</author></item>
<item>
<title>base64 3.3.1 (Data formats and parsing)</title>
<guid isPermaLink="false">base64</guid>
<link>//wiki.call-cc.org/eggref/4/base64</link>
<description>Encoding and decoding of base64 strings</description>
<author>James Bailey, Jim Ursetto</author></item>
<item>
<title>mpfi 0.2 (Mathematical libraries)</title>
<guid isPermaLink="false">mpfi</guid>
<link>//wiki.call-cc.org/eggref/4/mpfi</link>
<description>Bindings for part of the MPFI interval arithmetic library</description>
<author>Jeronimo C. Pellegrini</author></item>
<item>
<title>ncurses 1.6 (User interface toolkits)</title>
<guid isPermaLink="false">ncurses</guid>
<link>//wiki.call-cc.org/eggref/4/ncurses</link>
<description>An interface to the UNIX ncurses package</description>
<author>felix winkelmann</author></item>
<item>
<title>char-set-literals 0.3 (Language extensions)</title>
<guid isPermaLink="false">char-set-literals</guid>
<link>//wiki.call-cc.org/eggref/4/char-set-literals</link>
<description>A reader extension providing Gauche style literals for SRFI-14 char-sets</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>probdist 1.7 (Mathematical libraries)</title>
<guid isPermaLink="false">probdist</guid>
<link>//wiki.call-cc.org/eggref/4/probdist</link>
<description>Probability distributions.</description>
<author>Ivan Raikov</author></item>
<item>
<title>sqlite3pth 0.2.6 (Databases)</title>
<guid isPermaLink="false">sqlite3pth</guid>
<link>//wiki.call-cc.org/eggref/4/sqlite3pth</link>
<description>Run SQLite queries asynchronously in pthreads.  Supports calling Scheme from SQLite's VFS to supply database block storage.</description>
<author>Jörg F. Wittenberger</author></item>
<item>
<title>R 0.3.14 (Interfacing to other languages)</title>
<guid isPermaLink="false">R</guid>
<link>//wiki.call-cc.org/eggref/4/R</link>
<description>Interface to R</description>
<author>Peter Danenberg</author></item>
<item>
<title>hypergiant 0.4.6 (Graphics)</title>
<guid isPermaLink="false">hypergiant</guid>
<link>//wiki.call-cc.org/eggref/4/hypergiant</link>
<description>Game library</description>
<author>Alex Charlton</author></item>
<item>
<title>medea 4 (Data formats and parsing)</title>
<guid isPermaLink="false">medea</guid>
<link>//wiki.call-cc.org/eggref/4/medea</link>
<description>A JSON parser (and emitter) built with comparse</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>messages 0.1 (Language extensions)</title>
<guid isPermaLink="false">messages</guid>
<link>//wiki.call-cc.org/eggref/4/messages</link>
<description>an implementation of messages as specialized generic procedures</description>
<author>Juergen Lorenz</author></item>
<item>
<title>strictly-pretty 1.4 (Input/Output)</title>
<guid isPermaLink="false">strictly-pretty</guid>
<link>//wiki.call-cc.org/eggref/4/strictly-pretty</link>
<description>Algebraic pretty printer.</description>
<author>Ivan Raikov</author></item>
<item>
<title>ugarit-manifest-maker 0.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">ugarit-manifest-maker</guid>
<link>//wiki.call-cc.org/eggref/4/ugarit-manifest-maker</link>
<description>A tool to generate manifests for Ugarit archival mode</description>
<author>Alaric Snell-Pym</author></item>
<item>
<title>format-compiler 17017.1 (Input/Output)</title>
<guid isPermaLink="false">format-compiler</guid>
<link>//wiki.call-cc.org/eggref/4/format-compiler</link>
<description>Format procedures to generate output based on format strings.</description>
<author>Alejandro Forero Cuervo</author></item>
<item>
<title>cluckcheck 0.0 (Unit-testing)</title>
<guid isPermaLink="false">cluckcheck</guid>
<link>//wiki.call-cc.org/eggref/4/cluckcheck</link>
<description>A Chicken Scheme port of the QuickCheck unit test framework</description>
<author>Andrew Pennebaker</author></item>
<item>
<title>packedobjects 0.78 (Data formats and parsing)</title>
<guid isPermaLink="false">packedobjects</guid>
<link>//wiki.call-cc.org/eggref/4/packedobjects</link>
<description>cross platform bit-stuffing based on Packed Encoding Rules</description>
<author>John P. T. Moore</author></item>
<item>
<title>fast-loop 0.4 (Language extensions)</title>
<guid isPermaLink="false">fast-loop</guid>
<link>//wiki.call-cc.org/eggref/4/fast-loop</link>
<description>Fast extensible looping macros</description>
<author>Alex Shinn</author></item>
<item>
<title>twilio 0.2.5 (Networking)</title>
<guid isPermaLink="false">twilio</guid>
<link>//wiki.call-cc.org/eggref/4/twilio</link>
<description>Bindings to the Twilio API</description>
<author>Peter Danenberg</author></item>
<item>
<title>i3 0.4 (OS interface)</title>
<guid isPermaLink="false">i3</guid>
<link>//wiki.call-cc.org/eggref/4/i3</link>
<description>Extends the i3 window manager via its IPC interface.</description>
<author>Michael Stapelberg</author></item>
<item>
<title>sqdb 0.0.3 (Databases)</title>
<guid isPermaLink="false">sqdb</guid>
<link>//wiki.call-cc.org/eggref/4/sqdb</link>
<description>Simple key-value store on top of SQLite</description>
<author>Jim Ursetto</author></item>
<item>
<title>dummy-user 0.1 (Unit-testing)</title>
<guid isPermaLink="false">dummy-user</guid>
<link>//wiki.call-cc.org/eggref/4/dummy-user</link>
<description>Simulates user input for testing interactive command-line applications.</description>
<author>Matt Gushee</author></item>
<item>
<title>getopt-long 1.17 (Miscellaneous)</title>
<guid isPermaLink="false">getopt-long</guid>
<link>//wiki.call-cc.org/eggref/4/getopt-long</link>
<description>Command line option parsing.</description>
<author>Ivan Raikov</author></item>
<item>
<title>uri-generic 2.46 (Web programming)</title>
<guid isPermaLink="false">uri-generic</guid>
<link>//wiki.call-cc.org/eggref/4/uri-generic</link>
<description>URI generic syntax (RFC 3986) parsing and manipulation.</description>
<author>Ivan Raikov, Peter Bex, Seth Alves</author></item>
<item>
<title>ezxdisp 2.9 (Graphics)</title>
<guid isPermaLink="false">ezxdisp</guid>
<link>//wiki.call-cc.org/eggref/4/ezxdisp</link>
<description>A simple 2D and 3D graphics library for X11</description>
<author>n-sibata and Morihiko Tamai</author></item>
<item>
<title>pbkdf2 1.2 (Cryptography)</title>
<guid isPermaLink="false">pbkdf2</guid>
<link>//wiki.call-cc.org/eggref/4/pbkdf2</link>
<description>Password-Based Key Derivation Function as defined in RFC2898</description>
<author>Tobias Heilig</author></item>
<item>
<title>fastcgi 1.1.2 (Web programming)</title>
<guid isPermaLink="false">fastcgi</guid>
<link>//wiki.call-cc.org/eggref/4/fastcgi</link>
<description>Bindings for the FCGX API of libfcgi</description>
<author>Alex Drummond &lt;a.d.drummond@gmail.com&gt;</author></item>
<item>
<title>graph-scc 1.11 (Algorithms and data-structures)</title>
<guid isPermaLink="false">graph-scc</guid>
<link>//wiki.call-cc.org/eggref/4/graph-scc</link>
<description>Compute strongly-connected components (SCC) of a graph.</description>
<author>Ivan Raikov</author></item>
<item>
<title>hexgrid 0.1.3 (Graphics)</title>
<guid isPermaLink="false">hexgrid</guid>
<link>//wiki.call-cc.org/eggref/4/hexgrid</link>
<description>Functions to work with hexagonal grids (e.g. for wargames).</description>
<author>Estevo U. C. Castro</author></item>
<item>
<title>scheme2c-compatibility 1.8 (Miscellaneous)</title>
<guid isPermaLink="false">scheme2c-compatibility</guid>
<link>//wiki.call-cc.org/eggref/4/scheme2c-compatibility</link>
<description>Scheme-&gt;c compatibility package</description>
<author>Andrei Barbu</author></item>
<item>
<title>inline 1.9 (Code generation)</title>
<guid isPermaLink="false">inline</guid>
<link>//wiki.call-cc.org/eggref/4/inline</link>
<description>Use compiled code inside interpreter scripts</description>
<author>felix winkelmann</author></item>
<item>
<title>inotify 1.1 (Input/Output)</title>
<guid isPermaLink="false">inotify</guid>
<link>//wiki.call-cc.org/eggref/4/inotify</link>
<description>Bindings to inotify</description>
<author>Vasilij Schneidermann</author></item>
<item>
<title>srfi-117 1.4 (Algorithms and data-structures)</title>
<guid isPermaLink="false">srfi-117</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-117</link>
<description>List Queues.</description>
<author>John Cowan</author></item>
<item>
<title>pyffi 4.0 (Interfacing to other languages)</title>
<guid isPermaLink="false">pyffi</guid>
<link>//wiki.call-cc.org/eggref/4/pyffi</link>
<description>An interface to the Python programming language.</description>
<author>Ivan Raikov</author></item>
<item>
<title>srfi-38 0.5 (Input/Output)</title>
<guid isPermaLink="false">srfi-38</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-38</link>
<description>A Chicken version of the SRFI-38 reference implementation</description>
<author>Alex Shinn</author></item>
<item>
<title>sedna 3.3.55 (Databases)</title>
<guid isPermaLink="false">sedna</guid>
<link>//wiki.call-cc.org/eggref/4/sedna</link>
<description>An interface to the Sedna XML database management system.</description>
<author>The Institute for System Programming of the Russian Academy of Sciences (ISP RAS)</author></item>
<item>
<title>socket 0.3.3 (Networking)</title>
<guid isPermaLink="false">socket</guid>
<link>//wiki.call-cc.org/eggref/4/socket</link>
<description>Interface to the BSD socket API</description>
<author>Jim Ursetto</author></item>
<item>
<title>simple-cells 1.3 (Algorithms and data-structures)</title>
<guid isPermaLink="false">simple-cells</guid>
<link>//wiki.call-cc.org/eggref/4/simple-cells</link>
<description>Implementation of typed simple-cells to replace general set! operators</description>
<author>Juergen Lorenz</author></item>
<item>
<title>simple-sha1 0.4 (Cryptography)</title>
<guid isPermaLink="false">simple-sha1</guid>
<link>//wiki.call-cc.org/eggref/4/simple-sha1</link>
<description>A fast and simple SHA1 implementation with minimal dependencies</description>
<author>Steve Reid and felix winkelmann</author></item>
<item>
<title>tween 1.2.0 (Mathematical libraries)</title>
<guid isPermaLink="false">tween</guid>
<link>//wiki.call-cc.org/eggref/4/tween</link>
<description>Tweens</description>
<author>Daniel J. Leslie</author></item>
<item>
<title>procedural-macros 2.1 (Language extensions)</title>
<guid isPermaLink="false">procedural-macros</guid>
<link>//wiki.call-cc.org/eggref/4/procedural-macros</link>
<description>Procedural-macros made easy</description>
<author>Juergen Lorenz</author></item>
<item>
<title>imlib2 0.18 (Graphics)</title>
<guid isPermaLink="false">imlib2</guid>
<link>//wiki.call-cc.org/eggref/4/imlib2</link>
<description>Chicken bindings for the Imlib2 image library</description>
<author>Peter Bex</author></item>
<item>
<title>locals 2.0 (Language extensions)</title>
<guid isPermaLink="false">locals</guid>
<link>//wiki.call-cc.org/eggref/4/locals</link>
<description>local declarations a la ML</description>
<author>[[Juergen Lorenz]]</author></item>
<item>
<title>progress-indicators 0.4 (Miscellaneous)</title>
<guid isPermaLink="false">progress-indicators</guid>
<link>//wiki.call-cc.org/eggref/4/progress-indicators</link>
<description>text-mode progress-indicators</description>
<author>felix winkelmann</author></item>
<item>
<title>define-record-and-printer 0.2.0 (Language extensions)</title>
<guid isPermaLink="false">define-record-and-printer</guid>
<link>//wiki.call-cc.org/eggref/4/define-record-and-printer</link>
<description>Trivial macro to define records and appropriate printers</description>
<author>Peter Danenberg</author></item>
<item>
<title>sndfile 0.0.2 (Sound)</title>
<guid isPermaLink="false">sndfile</guid>
<link>//wiki.call-cc.org/eggref/4/sndfile</link>
<description>Bindings to libsndfile</description>
<author>LemonBoy</author></item>
<item>
<title>md5 3.2.0 (Cryptography)</title>
<guid isPermaLink="false">md5</guid>
<link>//wiki.call-cc.org/eggref/4/md5</link>
<description>Computes MD5 (RFC1321) checksums</description>
<author>Colin Plumb, packaged for Chicken by Peter Bex</author></item>
<item>
<title>mowedline 3.3.0 (Miscellaneous)</title>
<guid isPermaLink="false">mowedline</guid>
<link>//wiki.call-cc.org/eggref/4/mowedline</link>
<description>an X status bar program</description>
<author>John J. Foerch</author></item>
<item>
<title>async-io 0.2.0 (Input/Output)</title>
<guid isPermaLink="false">async-io</guid>
<link>//wiki.call-cc.org/eggref/4/async-io</link>
<description>Asynchronous I/O</description>
<author>Robert Smiley</author></item>
<item>
<title>doodle 0.13 (Graphics)</title>
<guid isPermaLink="false">doodle</guid>
<link>//wiki.call-cc.org/eggref/4/doodle</link>
<description>A minimal game 'framework' inspired by loeve.</description>
<author>Christian Kellermann</author></item>
<item>
<title>geo-utils 0.5.0 (Mathematical libraries)</title>
<guid isPermaLink="false">geo-utils</guid>
<link>//wiki.call-cc.org/eggref/4/geo-utils</link>
<description>Geographic Utilities</description>
<author>[[kon lovett]]</author></item>
<item>
<title>redis-client 0.8 (Databases)</title>
<guid isPermaLink="false">redis-client</guid>
<link>//wiki.call-cc.org/eggref/4/redis-client</link>
<description>A redis client library.</description>
<author>A. Carl Douglas</author></item>
<item>
<title>abnf 7.0 (Data formats and parsing)</title>
<guid isPermaLink="false">abnf</guid>
<link>//wiki.call-cc.org/eggref/4/abnf</link>
<description>Parser combinators for Augmented BNF grammars (RFC 4234).</description>
<author>Ivan Raikov</author></item>
<item>
<title>speech-dispatcher-client 0.0.1 (Sound)</title>
<guid isPermaLink="false">speech-dispatcher-client</guid>
<link>//wiki.call-cc.org/eggref/4/speech-dispatcher-client</link>
<description>Implementation of Speech Dispatcher's SSIP protocol</description>
<author>O.S. Systems</author></item>
<item>
<title>websockets 0.1.6 (Web programming)</title>
<guid isPermaLink="false">websockets</guid>
<link>//wiki.call-cc.org/eggref/4/websockets</link>
<description>websockets provides a websocket API.</description>
<author>Thomas Hintz</author></item>
<item>
<title>json-rpc 0.1.7.1 (Web programming)</title>
<guid isPermaLink="false">json-rpc</guid>
<link>//wiki.call-cc.org/eggref/4/json-rpc</link>
<description>JSON RPC client/server implementation</description>
<author>Tim van der Linden</author></item>
<item>
<title>protobuf 1.1.2 (Algorithms and data-structures)</title>
<guid isPermaLink="false">protobuf</guid>
<link>//wiki.call-cc.org/eggref/4/protobuf</link>
<description>Protocol buffer serialization</description>
<author>Thomas Chust</author></item>
<item>
<title>hfs+ 0.3 (OS interface)</title>
<guid isPermaLink="false">hfs+</guid>
<link>//wiki.call-cc.org/eggref/4/hfs+</link>
<description>HFS+ utilities for OS X</description>
<author>Jim Ursetto</author></item>
<item>
<title>graphs 0.4.5 (Algorithms and data-structures)</title>
<guid isPermaLink="false">graphs</guid>
<link>//wiki.call-cc.org/eggref/4/graphs</link>
<description>Provides combinatorial graphs, digraphs, multigraphs, and multidigraphs.</description>
<author>Jeremy Steward</author></item>
<item>
<title>freetds 0.1.9 (Databases)</title>
<guid isPermaLink="false">freetds</guid>
<link>//wiki.call-cc.org/eggref/4/freetds</link>
<description>Bindings for FreeTDS</description>
<author>Peter Danenberg</author></item>
<item>
<title>rb-tree 5.2 (Algorithms and data-structures)</title>
<guid isPermaLink="false">rb-tree</guid>
<link>//wiki.call-cc.org/eggref/4/rb-tree</link>
<description>A sorted dictionary data structure based on red-black trees.</description>
<author>Ivan Raikov</author></item>
<item>
<title>pathfinder 0.2 (OS interface)</title>
<guid isPermaLink="false">pathfinder</guid>
<link>//wiki.call-cc.org/eggref/4/pathfinder</link>
<description>Find files in search path</description>
<author>Jim Ursetto</author></item>
<item>
<title>multi-methods 2.0.3 (Unsupported or redundant)</title>
<guid isPermaLink="false">multi-methods</guid>
<link>//wiki.call-cc.org/eggref/4/multi-methods</link>
<description>Multi-methods as a simple variant of generic functions</description>
<author>unknown</author></item>
<item>
<title>llrb-tree 0.3.8 (Algorithms and data-structures)</title>
<guid isPermaLink="false">llrb-tree</guid>
<link>//wiki.call-cc.org/eggref/4/llrb-tree</link>
<description>LLRB tree general and customized to key types.</description>
<author>Jörg F. Wittenberger</author></item>
<item>
<title>endian-port 3.0.2 (Input/Output)</title>
<guid isPermaLink="false">endian-port</guid>
<link>//wiki.call-cc.org/eggref/4/endian-port</link>
<description>An I/O port that supports different endian formats.</description>
<author>Ivan Raikov, partially reimplemented by Shawn Rutledge</author></item>
<item>
<title>charplot 0.5 (Graphics)</title>
<guid isPermaLink="false">charplot</guid>
<link>//wiki.call-cc.org/eggref/4/charplot</link>
<description>The SLIB character plotting library</description>
<author>Aubrey Jaffer</author></item>
<item>
<title>srfi-102 1.0.3 (Miscellaneous)</title>
<guid isPermaLink="false">srfi-102</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-102</link>
<description>Procedure Introspection (From Draft SRFI 102)</description>
<author>David Van Horn, for Chicken by [[kon lovett]]</author></item>
<item>
<title>srfi-99 1.4.4 (Algorithms and data-structures)</title>
<guid isPermaLink="false">srfi-99</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-99</link>
<description>SRFI-99 record types</description>
<author>Thomas Chust</author></item>
<item>
<title>gap-buffer 1.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">gap-buffer</guid>
<link>//wiki.call-cc.org/eggref/4/gap-buffer</link>
<description>Gap buffer.</description>
<author>Thien-Thi Nguyen</author></item>
<item>
<title>dropbox 0.2 (Web programming)</title>
<guid isPermaLink="false">dropbox</guid>
<link>//wiki.call-cc.org/eggref/4/dropbox</link>
<description>Bindings to the Dropbox REST-like API and a basic Dropbox client.</description>
<author>Andy Bennett &lt;andyjpb@knodium.com&gt;</author></item>
<item>
<title>number-limits 2.1.0 (Mathematical libraries)</title>
<guid isPermaLink="false">number-limits</guid>
<link>//wiki.call-cc.org/eggref/4/number-limits</link>
<description>Limit constants for numbers</description>
<author>[[kon lovett]]</author></item>
<item>
<title>rope 0.0.6 (Algorithms and data-structures)</title>
<guid isPermaLink="false">rope</guid>
<link>//wiki.call-cc.org/eggref/4/rope</link>
<description>Heavyweight alternative to strings</description>
<author>Evan Hanson</author></item>
<item>
<title>fast-generic 0.4 (Language extensions)</title>
<guid isPermaLink="false">fast-generic</guid>
<link>//wiki.call-cc.org/eggref/4/fast-generic</link>
<description>fast-generic functions</description>
<author>felix winkelmann</author></item>
<item>
<title>rabbit v1.1 (Cryptography)</title>
<guid isPermaLink="false">rabbit</guid>
<link>//wiki.call-cc.org/eggref/4/rabbit</link>
<description>Rabbit stream cipher</description>
<author>Martin Boesgaard, Mette Vesterager, Thomas Christensen and Erik Zenner</author></item>
<item>
<title>sxml-templates 0.2.2 (XML processing)</title>
<guid isPermaLink="false">sxml-templates</guid>
<link>//wiki.call-cc.org/eggref/4/sxml-templates</link>
<description>A simple facility for subtituting values into SXML expressions</description>
<author>Moe Aboulkheir, ported to hygienic chicken with test suite by Peter Danenberg</author></item>
<item>
<title>iconv 2.0 (Data formats and parsing)</title>
<guid isPermaLink="false">iconv</guid>
<link>//wiki.call-cc.org/eggref/4/iconv</link>
<description>Character-set conversions</description>
<author>Alejandro Forero Cuervo</author></item>
<item>
<title>unitconv 2.8 (Mathematical libraries)</title>
<guid isPermaLink="false">unitconv</guid>
<link>//wiki.call-cc.org/eggref/4/unitconv</link>
<description>Conversion of units of measurement</description>
<author>Ivan Raikov</author></item>
<item>
<title>git 0.0.39 (Miscellaneous)</title>
<guid isPermaLink="false">git</guid>
<link>//wiki.call-cc.org/eggref/4/git</link>
<description>libgit2 bindings</description>
<author>Evan Hanson</author></item>
<item>
<title>dict 2.8.0 (Networking)</title>
<guid isPermaLink="false">dict</guid>
<link>//wiki.call-cc.org/eggref/4/dict</link>
<description>rfc2229 client api</description>
<author>David Krentzlin</author></item>
<item>
<title>mpd-client 1.13 (Sound)</title>
<guid isPermaLink="false">mpd-client</guid>
<link>//wiki.call-cc.org/eggref/4/mpd-client</link>
<description>Interface to Music Player Daemon</description>
<author>Hans Bulfone</author></item>
<item>
<title>srfi-63 0.4 (Algorithms and data-structures)</title>
<guid isPermaLink="false">srfi-63</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-63</link>
<description>Homogeneous and heterogeneous arrays</description>
<author>Aubrey Jaffer, ported to hygienic Chicken with test suite by Peter Danenberg</author></item>
<item>
<title>sql-de-lite 0.10.1 (Databases)</title>
<guid isPermaLink="false">sql-de-lite</guid>
<link>//wiki.call-cc.org/eggref/4/sql-de-lite</link>
<description>SQLite 3 interface</description>
<author>Jim Ursetto</author></item>
<item>
<title>npdiff 1.16 (Algorithms and data-structures)</title>
<guid isPermaLink="false">npdiff</guid>
<link>//wiki.call-cc.org/eggref/4/npdiff</link>
<description>Compute the longest common subsequence of two sequences</description>
<author>Ivan Raikov</author></item>
<item>
<title>pop3 1.5 (Networking)</title>
<guid isPermaLink="false">pop3</guid>
<link>//wiki.call-cc.org/eggref/4/pop3</link>
<description>Mail retrieval via the POP3 protocol</description>
<author>felix winkelmann</author></item>
<item>
<title>awful-sql-de-lite 0.7.1 (Web programming)</title>
<guid isPermaLink="false">awful-sql-de-lite</guid>
<link>//wiki.call-cc.org/eggref/4/awful-sql-de-lite</link>
<description>sql-de-lite support for awful</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>snowdigest 1.0.1 (Data formats and parsing)</title>
<guid isPermaLink="false">snowdigest</guid>
<link>//wiki.call-cc.org/eggref/4/snowdigest</link>
<description>Computation of message digests (CRC32, MD5, SHA-1, ...)</description>
<author>Marc Feeley</author></item>
<item>
<title>html-tags 0.11 (Web programming)</title>
<guid isPermaLink="false">html-tags</guid>
<link>//wiki.call-cc.org/eggref/4/html-tags</link>
<description>Procedures to generate [X]HTML code</description>
<author>&lt;a href=&quot;http://chicken.wiki.br/users/mario-domenech-goulart&quot;&gt;Mario Domenech Goulart&lt;/a&gt;</author></item>
<item>
<title>silex 1.4 (Data formats and parsing)</title>
<guid isPermaLink="false">silex</guid>
<link>//wiki.call-cc.org/eggref/4/silex</link>
<description>An efficient and powerful lexer generator</description>
<author>Danny Dub&amp;eacute;</author></item>
<item>
<title>amazon-s3 13 (Web programming)</title>
<guid isPermaLink="false">amazon-s3</guid>
<link>//wiki.call-cc.org/eggref/4/amazon-s3</link>
<description>Provides an interface to the Amazon S3 service.</description>
<author>Thomas Hintz</author></item>
<item>
<title>srfi-34 0.6 (Miscellaneous)</title>
<guid isPermaLink="false">srfi-34</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-34</link>
<description>SRFI-34: Exception Handling for Programs</description>
<author>ben</author></item>
<item>
<title>hardwood 0.5 (Concurrency and parallelism)</title>
<guid isPermaLink="false">hardwood</guid>
<link>//wiki.call-cc.org/eggref/4/hardwood</link>
<description>An actor model library, inspired by Erlang</description>
<author>Adrien Ramos</author></item>
<item>
<title>graph-dominators 1.5 (Algorithms and data-structures)</title>
<guid isPermaLink="false">graph-dominators</guid>
<link>//wiki.call-cc.org/eggref/4/graph-dominators</link>
<description>Find immediate dominators in a directed graph.</description>
<author>Richard Kelsey</author></item>
<item>
<title>bloom-filter 1.2.2 (Algorithms and data-structures)</title>
<guid isPermaLink="false">bloom-filter</guid>
<link>//wiki.call-cc.org/eggref/4/bloom-filter</link>
<description>Bloom Filter</description>
<author>[[kon lovett]]</author></item>
<item>
<title>graphviz 0.8.2 (Graphics)</title>
<guid isPermaLink="false">graphviz</guid>
<link>//wiki.call-cc.org/eggref/4/graphviz</link>
<description>Some Graphviz abstractions</description>
<author>Peter Danenberg</author></item>
<item>
<title>simple-configuration 0.3 (Miscellaneous)</title>
<guid isPermaLink="false">simple-configuration</guid>
<link>//wiki.call-cc.org/eggref/4/simple-configuration</link>
<description>Configurations made easy</description>
<author>David Krentzlin</author></item>
<item>
<title>irc 1.9.8 (Networking)</title>
<guid isPermaLink="false">irc</guid>
<link>//wiki.call-cc.org/eggref/4/irc</link>
<description>A simple IRC client</description>
<author>felix winkelmann</author></item>
<item>
<title>yasos 1.4 (Object-oriented programming)</title>
<guid isPermaLink="false">yasos</guid>
<link>//wiki.call-cc.org/eggref/4/yasos</link>
<description>A very simple OOP system</description>
<author>Kenneth Dickey</author></item>
<item>
<title>gopher 1.0 (Web programming)</title>
<guid isPermaLink="false">gopher</guid>
<link>//wiki.call-cc.org/eggref/4/gopher</link>
<description>Basic Gopher protocol interface</description>
<author>Jim Ursetto</author></item>
<item>
<title>parley 1.0.1 (Input/Output)</title>
<guid isPermaLink="false">parley</guid>
<link>//wiki.call-cc.org/eggref/4/parley</link>
<description>A readline replacement written in scheme based on linenoise.</description>
<author>Christian Kellermann</author></item>
<item>
<title>atlas-lapack 3.2 (Mathematical libraries)</title>
<guid isPermaLink="false">atlas-lapack</guid>
<link>//wiki.call-cc.org/eggref/4/atlas-lapack</link>
<description>An interface to the LAPACK routines implemented in ATLAS.</description>
<author>Ivan Raikov, Jeremy Steward</author></item>
<item>
<title>webgate 1.0.0 (Networking)</title>
<guid isPermaLink="false">webgate</guid>
<link>//wiki.call-cc.org/eggref/4/webgate</link>
<description>(S)CGI web application framework</description>
<author>Thomas Chust</author></item>
<item>
<title>fpio 1.6 (Input/Output)</title>
<guid isPermaLink="false">fpio</guid>
<link>//wiki.call-cc.org/eggref/4/fpio</link>
<description>Conversion of floating point numbers between binary and decimal representation.</description>
<author>Ivan Raikov</author></item>
<item>
<title>srfi-123 0.2.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">srfi-123</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-123</link>
<description>SRFI-123 - Generic accessor and modifier operations</description>
<author>Taylan Ulrich Bayırlı/Kammer</author></item>
<item>
<title>mini-kanren 1.3.2 (Logic programming)</title>
<guid isPermaLink="false">mini-kanren</guid>
<link>//wiki.call-cc.org/eggref/4/mini-kanren</link>
<description>Packages the canonical miniKanren implementation for CHICKEN Scheme.</description>
<author>William Byrd, Dan Friedman, Oleg Kiselyov</author></item>
<item>
<title>sass 0.2 (Web programming)</title>
<guid isPermaLink="false">sass</guid>
<link>//wiki.call-cc.org/eggref/4/sass</link>
<description>A wrapper for the CSS preprocessing library libsass.</description>
<author>Matt Gushee</author></item>
<item>
<title>define-structure 2.2 (Language extensions)</title>
<guid isPermaLink="false">define-structure</guid>
<link>//wiki.call-cc.org/eggref/4/define-structure</link>
<description>QobiScheme-compatible define-structure</description>
<author>Andrei Barbu</author></item>
<item>
<title>generics 0.2.1 (Language extensions)</title>
<guid isPermaLink="false">generics</guid>
<link>//wiki.call-cc.org/eggref/4/generics</link>
<description>an implementation of generic procedures</description>
<author>Juergen Lorenz</author></item>
<item>
<title>numbers 4.6.3 (Mathematical libraries)</title>
<guid isPermaLink="false">numbers</guid>
<link>//wiki.call-cc.org/eggref/4/numbers</link>
<description>Full numeric tower support</description>
<author>[[felix winkelmann]]</author></item>
<item>
<title>versions 1.15 (Egg tools)</title>
<guid isPermaLink="false">versions</guid>
<link>//wiki.call-cc.org/eggref/4/versions</link>
<description>Procedures for extraction and comparison of version strings</description>
<author>elf</author></item>
<item>
<title>spiffy-cgi-handlers 0.7 (Web programming)</title>
<guid isPermaLink="false">spiffy-cgi-handlers</guid>
<link>//wiki.call-cc.org/eggref/4/spiffy-cgi-handlers</link>
<description>CGI and FastCGI handlers for a small but powerful web server.</description>
<author>Felix Winkelmann, Peter Bex &amp; Andy Bennett</author></item>
<item>
<title>patch 1.14 (Algorithms and data-structures)</title>
<guid isPermaLink="false">patch</guid>
<link>//wiki.call-cc.org/eggref/4/patch</link>
<description>Simple source patch utility</description>
<author>Tony Sidaway</author></item>
<item>
<title>xlib-utils 1.1.0 (Graphics)</title>
<guid isPermaLink="false">xlib-utils</guid>
<link>//wiki.call-cc.org/eggref/4/xlib-utils</link>
<description>utils for xlib programming</description>
<author>John J. Foerch</author></item>
<item>
<title>termbox v0.11 (User interface toolkits)</title>
<guid isPermaLink="false">termbox</guid>
<link>//wiki.call-cc.org/eggref/4/termbox</link>
<description>Library for writing text-based user interfaces</description>
<author>Richard van Roy</author></item>
<item>
<title>alut 0.9 (Sound)</title>
<guid isPermaLink="false">alut</guid>
<link>//wiki.call-cc.org/eggref/4/alut</link>
<description>OpenAL 1.1 (ALUT) bindings</description>
<author>felix winkelmann</author></item>
<item>
<title>address-info 1.0.1 (Networking)</title>
<guid isPermaLink="false">address-info</guid>
<link>//wiki.call-cc.org/eggref/4/address-info</link>
<description>Network address information access</description>
<author>Thomas Chust</author></item>
<item>
<title>disjoint-set 1.0 (Algorithms and data-structures)</title>
<guid isPermaLink="false">disjoint-set</guid>
<link>//wiki.call-cc.org/eggref/4/disjoint-set</link>
<description>Disjoint set datastructure</description>
<author>Peter Lane</author></item>
<item>
<title>channel 0.0.3 (Algorithms and data-structures)</title>
<guid isPermaLink="false">channel</guid>
<link>//wiki.call-cc.org/eggref/4/channel</link>
<description>A reactive channel implementation inspired by lamina for Clojure (https://github.com/ztellman/lamina)</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>xft 0.1 (Graphics)</title>
<guid isPermaLink="false">xft</guid>
<link>//wiki.call-cc.org/eggref/4/xft</link>
<description>Bindings for xft</description>
<author>John J. Foerch</author></item>
<item>
<title>crc 1.0.2 (Cryptography)</title>
<guid isPermaLink="false">crc</guid>
<link>//wiki.call-cc.org/eggref/4/crc</link>
<description>Computes CRC checksum</description>
<author>[[Daishi Kato]]</author></item>
<item>
<title>buffer-ports 0.8 (Input/Output)</title>
<guid isPermaLink="false">buffer-ports</guid>
<link>//wiki.call-cc.org/eggref/4/buffer-ports</link>
<description>Ports on arbitrary memory buffers</description>
<author>felix winkelmann</author></item>
<item>
<title>cjson 0.2 (Data formats and parsing)</title>
<guid isPermaLink="false">cjson</guid>
<link>//wiki.call-cc.org/eggref/4/cjson</link>
<description>JSON parsing done in C. Sometimes a good idea.</description>
<author>Adellica</author></item>
<item>
<title>loop 1.4 (Language extensions)</title>
<guid isPermaLink="false">loop</guid>
<link>//wiki.call-cc.org/eggref/4/loop</link>
<description>The Common Lisp LOOP macro</description>
<author>Heinrich Taube</author></item>
<item>
<title>schematic 0.2.1 (Documentation tools)</title>
<guid isPermaLink="false">schematic</guid>
<link>//wiki.call-cc.org/eggref/4/schematic</link>
<description>Tools for Scheme development</description>
<author>Evan Hanson</author></item>
<item>
<title>tinyclos 1.8.6 (Object-oriented programming)</title>
<guid isPermaLink="false">tinyclos</guid>
<link>//wiki.call-cc.org/eggref/4/tinyclos</link>
<description>Gregor Kiczales TinyCLOS object system</description>
<author>Gregor Kiczales (ported to CHICKEN by felix, kon and tony)</author></item>
<item>
<title>spatial-trees 2.11 (Algorithms and data-structures)</title>
<guid isPermaLink="false">spatial-trees</guid>
<link>//wiki.call-cc.org/eggref/4/spatial-trees</link>
<description>Various spatial tree implementations.</description>
<author>Ivan Raikov</author></item>
<item>
<title>octave 0.4 (Graphics)</title>
<guid isPermaLink="false">octave</guid>
<link>//wiki.call-cc.org/eggref/4/octave</link>
<description>Interface to GNU/Octave</description>
<author>Pierre-Alexandre Fournier</author></item>
<item>
<title>blob-utils 1.2.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">blob-utils</guid>
<link>//wiki.call-cc.org/eggref/4/blob-utils</link>
<description>Blob Utilities</description>
<author>[[kon lovett]]</author></item>
<item>
<title>isbn 0.8 (Web programming)</title>
<guid isPermaLink="false">isbn</guid>
<link>//wiki.call-cc.org/eggref/4/isbn</link>
<description>ISBN lib for handling book identifier numbers and public isbn databases</description>
<author>Christian Kellermann</author></item>
<item>
<title>rfc822 1.7 (Data formats and parsing)</title>
<guid isPermaLink="false">rfc822</guid>
<link>//wiki.call-cc.org/eggref/4/rfc822</link>
<description>Parse Internet Message Format</description>
<author>Reed Sheridan &lt;rsheridan6@gmail.com&gt;</author></item>
<item>
<title>cmark 0.0.1 (Data formats and parsing)</title>
<guid isPermaLink="false">cmark</guid>
<link>//wiki.call-cc.org/eggref/4/cmark</link>
<description>parser for CommonMark (a more highly specified Markdown) - uses cmark C library</description>
<author>Caolan McMahon</author></item>
<item>
<title>uri-match 0.7 (Web programming)</title>
<guid isPermaLink="false">uri-match</guid>
<link>//wiki.call-cc.org/eggref/4/uri-match</link>
<description>A flexible URI matcher</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>lazy-ffi 1.8.6 (Interfacing to other languages)</title>
<guid isPermaLink="false">lazy-ffi</guid>
<link>//wiki.call-cc.org/eggref/4/lazy-ffi</link>
<description>A foreign function interface for lazy programmers</description>
<author>felix</author></item>
<item>
<title>linear-algebra 1.4 (Mathematical libraries)</title>
<guid isPermaLink="false">linear-algebra</guid>
<link>//wiki.call-cc.org/eggref/4/linear-algebra</link>
<description>Basic linear algebra: vectors, matrices, and sparse matrices along with related operations</description>
<author>Jeffrey Mark Siskind</author></item>
<item>
<title>mw-core 0.2.3 (Web programming)</title>
<guid isPermaLink="false">mw-core</guid>
<link>//wiki.call-cc.org/eggref/4/mw-core</link>
<description>Core interface to Mediawiki API</description>
<author>Tony Sidaway &lt;tonysidaway@gmail.com&gt;</author></item>
<item>
<title>html-parser 0.6.1 (Web programming)</title>
<guid isPermaLink="false">html-parser</guid>
<link>//wiki.call-cc.org/eggref/4/html-parser</link>
<description>A permissive, scalable HTML parser.</description>
<author>Alex Shinn</author></item>
<item>
<title>moremacros 1.5.1 (Language extensions)</title>
<guid isPermaLink="false">moremacros</guid>
<link>//wiki.call-cc.org/eggref/4/moremacros</link>
<description>More misc macros</description>
<author>[[kon lovett]]</author></item>
<item>
<title>foof-loop 8.1 (Language extensions)</title>
<guid isPermaLink="false">foof-loop</guid>
<link>//wiki.call-cc.org/eggref/4/foof-loop</link>
<description>Extensible looping macros (originally based on Alex Shinn's)</description>
<author>Taylor R Campbell; test suite by Peter Danenberg</author></item>
<item>
<title>gnuplot-pipe 0.3 (Graphics)</title>
<guid isPermaLink="false">gnuplot-pipe</guid>
<link>//wiki.call-cc.org/eggref/4/gnuplot-pipe</link>
<description>A simple interface to Gnuplot</description>
<author>Francesco Montanari</author></item>
<item>
<title>combinator-birds 0.3 (Logic programming)</title>
<guid isPermaLink="false">combinator-birds</guid>
<link>//wiki.call-cc.org/eggref/4/combinator-birds</link>
<description>Raymond Smullyan's combinator birds</description>
<author>Evan Hanson</author></item>
<item>
<title>eggdoc 1.3.1 (Documentation tools)</title>
<guid isPermaLink="false">eggdoc</guid>
<link>//wiki.call-cc.org/eggref/4/eggdoc</link>
<description>An egg documentation tool</description>
<author>Jim Ursetto</author></item>
<item>
<title>mw 0.2.2 (Web programming)</title>
<guid isPermaLink="false">mw</guid>
<link>//wiki.call-cc.org/eggref/4/mw</link>
<description>Expanded Mediawiki API interface</description>
<author>Tony Sidaway &lt;tonysidaway@gmail.com&gt;</author></item>
<item>
<title>s11n 0.9.7 (Data formats and parsing)</title>
<guid isPermaLink="false">s11n</guid>
<link>//wiki.call-cc.org/eggref/4/s11n</link>
<description>Serialization of arbitrary data.</description>
<author>felix</author></item>
<item>
<title>holes 1.4 (Language extensions)</title>
<guid isPermaLink="false">holes</guid>
<link>//wiki.call-cc.org/eggref/4/holes</link>
<description>partial expressions as procedures with named parameters</description>
<author>[[Juergen Lorenz]]</author></item>
<item>
<title>correios 0.1 (Web programming)</title>
<guid isPermaLink="false">correios</guid>
<link>//wiki.call-cc.org/eggref/4/correios</link>
<description>Correios post office shipping calculation library</description>
<author>Arthur Maciel</author></item>
<item>
<title>scss 3 (Web programming)</title>
<guid isPermaLink="false">scss</guid>
<link>//wiki.call-cc.org/eggref/4/scss</link>
<description>An SCSS emitter with extensions</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>posix-extras 0.1.6 (OS interface)</title>
<guid isPermaLink="false">posix-extras</guid>
<link>//wiki.call-cc.org/eggref/4/posix-extras</link>
<description>Things the posix unit forgot</description>
<author>Jim Ursetto</author></item>
<item>
<title>heap-o-rama 0.2 (Miscellaneous)</title>
<guid isPermaLink="false">heap-o-rama</guid>
<link>//wiki.call-cc.org/eggref/4/heap-o-rama</link>
<description>...</description>
<author>unknown</author></item>
<item>
<title>typed-modules 0.1 (Language extensions)</title>
<guid isPermaLink="false">typed-modules</guid>
<link>//wiki.call-cc.org/eggref/4/typed-modules</link>
<description>Modules with optional type signatures</description>
<author>felix winkelmann</author></item>
<item>
<title>treaps 0.1.2 (Algorithms and data-structures)</title>
<guid isPermaLink="false">treaps</guid>
<link>//wiki.call-cc.org/eggref/4/treaps</link>
<description>A functional interface to Oleg Kiselyov's and Ivan Raikov's treap egg</description>
<author>Juergen Lorenz</author></item>
<item>
<title>srfi-40 0.4 (Algorithms and data-structures)</title>
<guid isPermaLink="false">srfi-40</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-40</link>
<description>A library of streams</description>
<author>Philip L. Bewig, ported to hygienic Chicken with test suite by Peter Danenberg</author></item>
<item>
<title>iset 2.0 (Algorithms and data-structures)</title>
<guid isPermaLink="false">iset</guid>
<link>//wiki.call-cc.org/eggref/4/iset</link>
<description>Integer sets</description>
<author>Alex Shinn</author></item>
<item>
<title>ugarit-backend-s3 0.2 (Networking)</title>
<guid isPermaLink="false">ugarit-backend-s3</guid>
<link>//wiki.call-cc.org/eggref/4/ugarit-backend-s3</link>
<description>An Amazon S3 storage backend for Ugarit</description>
<author>Peter Bex</author></item>
<item>
<title>level-sexp 1.0.0 (Databases)</title>
<guid isPermaLink="false">level-sexp</guid>
<link>//wiki.call-cc.org/eggref/4/level-sexp</link>
<description>Automatically read and write s-expressions to a level implementation</description>
<author>Caolan McMahon</author></item>
<item>
<title>awful 1.0.4 (Web programming)</title>
<guid isPermaLink="false">awful</guid>
<link>//wiki.call-cc.org/eggref/4/awful</link>
<description>awful provides an application and an extension to ease the development of web-based applications.</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>mdcd 0.5 (Documentation tools)</title>
<guid isPermaLink="false">mdcd</guid>
<link>//wiki.call-cc.org/eggref/4/mdcd</link>
<description>Inline Markdown documentation for your code with REPL support and generated files for public export.</description>
<author>masukomi</author></item>
<item>
<title>epeg 2.4 (Graphics)</title>
<guid isPermaLink="false">epeg</guid>
<link>//wiki.call-cc.org/eggref/4/epeg</link>
<description>Chicken bindings for the JPEG thumbnail creation library epeg</description>
<author>Peter Bex</author></item>
<item>
<title>tk 1.9 (User interface toolkits)</title>
<guid isPermaLink="false">tk</guid>
<link>//wiki.call-cc.org/eggref/4/tk</link>
<description>An interface to the Tk GUI toolkit</description>
<author>Wolf-Dieter Busch</author></item>
<item>
<title>formular 5.2 (Data formats and parsing)</title>
<guid isPermaLink="false">formular</guid>
<link>//wiki.call-cc.org/eggref/4/formular</link>
<description>Process CGI email forms.</description>
<author>Ivan Raikov</author></item>
<item>
<title>list-utils 1.4.0 (Language extensions)</title>
<guid isPermaLink="false">list-utils</guid>
<link>//wiki.call-cc.org/eggref/4/list-utils</link>
<description>list-utils</description>
<author>[[kon lovett]]</author></item>
<item>
<title>netstring 0.0.4 (Data formats and parsing)</title>
<guid isPermaLink="false">netstring</guid>
<link>//wiki.call-cc.org/eggref/4/netstring</link>
<description>Parsing and writing &lt;a href=&quot;http://cr.yp.to/proto/netstrings.txt&quot;&gt;netstrings&lt;/a&gt;</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>lazy-lists 0.9 (Algorithms and data-structures)</title>
<guid isPermaLink="false">lazy-lists</guid>
<link>//wiki.call-cc.org/eggref/4/lazy-lists</link>
<description>implementation of lazy lists</description>
<author>Juergen Lorenz</author></item>
<item>
<title>awful-salmonella-tar 0.0.5 (Web programming)</title>
<guid isPermaLink="false">awful-salmonella-tar</guid>
<link>//wiki.call-cc.org/eggref/4/awful-salmonella-tar</link>
<description>Serve salmonella report files out of tar archives</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>mbox 4.0 (Data formats and parsing)</title>
<guid isPermaLink="false">mbox</guid>
<link>//wiki.call-cc.org/eggref/4/mbox</link>
<description>Routines for parsing Unix mbox files.</description>
<author>Ivan Raikov</author></item>
<item>
<title>install 1.0.1 (OS interface)</title>
<guid isPermaLink="false">install</guid>
<link>//wiki.call-cc.org/eggref/4/install</link>
<description>install utilities</description>
<author>Michele La Monaca</author></item>
<item>
<title>awk 1.8 (Language extensions)</title>
<guid isPermaLink="false">awk</guid>
<link>//wiki.call-cc.org/eggref/4/awk</link>
<description>The SCSH/PLT 'awk' macro</description>
<author>Olin Shivers, adapted to CHICKEN by [[felix winkelmann]]</author></item>
<item>
<title>autoform-postgresql 0.2 (Web programming)</title>
<guid isPermaLink="false">autoform-postgresql</guid>
<link>//wiki.call-cc.org/eggref/4/autoform-postgresql</link>
<description>Postgresql support for autoform</description>
<author>&lt;a href=&quot;http://wiki.call-cc.org/users/mario-domenech-goulart&quot;&gt;Mario Domenech Goulart&lt;/a&gt;</author></item>
<item>
<title>kiwi 1.0.2 (User interface toolkits)</title>
<guid isPermaLink="false">kiwi</guid>
<link>//wiki.call-cc.org/eggref/4/kiwi</link>
<description>Bindings to the KiWi library</description>
<author>Vasilij Schneidermann</author></item>
<item>
<title>spiffy-directory-listing 0.3 (Web programming)</title>
<guid isPermaLink="false">spiffy-directory-listing</guid>
<link>//wiki.call-cc.org/eggref/4/spiffy-directory-listing</link>
<description>Flexible directory listing for Spiffy</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>loops 1.0.4 (Language extensions)</title>
<guid isPermaLink="false">loops</guid>
<link>//wiki.call-cc.org/eggref/4/loops</link>
<description>Some simple looping macros</description>
<author>Juergen Lorenz</author></item>
<item>
<title>format-graph 1.8 (Input/Output)</title>
<guid isPermaLink="false">format-graph</guid>
<link>//wiki.call-cc.org/eggref/4/format-graph</link>
<description>Prints a graph in various formats.</description>
<author>Ivan Raikov</author></item>
<item>
<title>gl-type 0.3.0 (Graphics)</title>
<guid isPermaLink="false">gl-type</guid>
<link>//wiki.call-cc.org/eggref/4/gl-type</link>
<description>Freetype font rendering in OpenGL</description>
<author>Alex Charlton</author></item>
<item>
<title>libui 0.5 (User interface toolkits)</title>
<guid isPermaLink="false">libui</guid>
<link>//wiki.call-cc.org/eggref/4/libui</link>
<description>Bindings to the libui library</description>
<author>Vasilij Schneidermann</author></item>
<item>
<title>lz4 0.2 (Input/Output)</title>
<guid isPermaLink="false">lz4</guid>
<link>//wiki.call-cc.org/eggref/4/lz4</link>
<description>A wrapper around the LZ4 compression library.</description>
<author>Yann Collet</author></item>
<item>
<title>static-modules 1.8 (Language extensions)</title>
<guid isPermaLink="false">static-modules</guid>
<link>//wiki.call-cc.org/eggref/4/static-modules</link>
<description>ML-style module system for statically-typed languages.</description>
<author>Ivan Raikov</author></item>
<item>
<title>schemeweb 0.2 (Language extensions)</title>
<guid isPermaLink="false">schemeweb</guid>
<link>//wiki.call-cc.org/eggref/4/schemeweb</link>
<description>A literate programming processor for scheme, similar to CWEB</description>
<author>Philip L. Bewig</author></item>
<item>
<title>remote-mailbox 2.2.0 (Networking)</title>
<guid isPermaLink="false">remote-mailbox</guid>
<link>//wiki.call-cc.org/eggref/4/remote-mailbox</link>
<description>Remote Mailbox</description>
<author>[[kon lovett]]</author></item>
<item>
<title>oauth 0.3 (Web programming)</title>
<guid isPermaLink="false">oauth</guid>
<link>//wiki.call-cc.org/eggref/4/oauth</link>
<description>OAuth 1.0, 1.0a, RFC 5849</description>
<author>Andy Bennett &lt;andyjpb@knodium.com&gt;</author></item>
<item>
<title>combinatorics 0.4 (Algorithms and data-structures)</title>
<guid isPermaLink="false">combinatorics</guid>
<link>//wiki.call-cc.org/eggref/4/combinatorics</link>
<description>Combinatorics</description>
<author>Peter Danenberg</author></item>
<item>
<title>selenium 0.6 (Unit-testing)</title>
<guid isPermaLink="false">selenium</guid>
<link>//wiki.call-cc.org/eggref/4/selenium</link>
<description>Chicken bindings for selenium</description>
<author>&lt;a href=&quot;http://wiki.call-cc.org/users/mario-domenech-goulart&quot;&gt;Mario Domenech Goulart&lt;/a&gt;</author></item>
<item>
<title>vector-lib 1.2.2 (Algorithms and data-structures)</title>
<guid isPermaLink="false">vector-lib</guid>
<link>//wiki.call-cc.org/eggref/4/vector-lib</link>
<description>Port of the SRFI-43 reference implementation</description>
<author>Taylor Campbell</author></item>
<item>
<title>ola 0.4 (Input/Output)</title>
<guid isPermaLink="false">ola</guid>
<link>//wiki.call-cc.org/eggref/4/ola</link>
<description>bindings for libola</description>
<author>John J. Foerch</author></item>
<item>
<title>hyde 4 (Web programming)</title>
<guid isPermaLink="false">hyde</guid>
<link>//wiki.call-cc.org/eggref/4/hyde</link>
<description>A static website compiler</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>sp 0.3 (Data formats and parsing)</title>
<guid isPermaLink="false">sp</guid>
<link>//wiki.call-cc.org/eggref/4/sp</link>
<description>A simple parser generator</description>
<author>felix winkelmann</author></item>
<item>
<title>tree-rewrite 1.0 (Algorithms and data-structures)</title>
<guid isPermaLink="false">tree-rewrite</guid>
<link>//wiki.call-cc.org/eggref/4/tree-rewrite</link>
<description>Term rewriting for tree structures.</description>
<author>Oleg Kiselyov</author></item>
<item>
<title>zlib 0.5.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">zlib</guid>
<link>//wiki.call-cc.org/eggref/4/zlib</link>
<description>Bindings for zlib</description>
<author>Joseph Gay</author></item>
<item>
<title>scsh-process 1.6.0 (OS interface)</title>
<guid isPermaLink="false">scsh-process</guid>
<link>//wiki.call-cc.org/eggref/4/scsh-process</link>
<description>A reimplementation for CHICKEN of SCSH's process notation.</description>
<author>Peter Bex</author></item>
<item>
<title>nondeterminism 1.2 (Algorithms and data-structures)</title>
<guid isPermaLink="false">nondeterminism</guid>
<link>//wiki.call-cc.org/eggref/4/nondeterminism</link>
<description>Nondeterministic computations</description>
<author>Jeffrey Mark Siskind</author></item>
<item>
<title>test-new-egg 1.0.5 (Tools)</title>
<guid isPermaLink="false">test-new-egg</guid>
<link>//wiki.call-cc.org/eggref/4/test-new-egg</link>
<description>A tool to test new eggs before they are added to the official CHICKEN repository</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>x11-keysyms 0.2 (Miscellaneous)</title>
<guid isPermaLink="false">x11-keysyms</guid>
<link>//wiki.call-cc.org/eggref/4/x11-keysyms</link>
<description>Encoding and decoding of the most common X11 Keysym-names</description>
<author>felix winkelmann</author></item>
<item>
<title>syslog-port 0.1.1 (OS interface)</title>
<guid isPermaLink="false">syslog-port</guid>
<link>//wiki.call-cc.org/eggref/4/syslog-port</link>
<description>Port interface to syslog</description>
<author>Evan Hanson</author></item>
<item>
<title>udp 1.18 (Networking)</title>
<guid isPermaLink="false">udp</guid>
<link>//wiki.call-cc.org/eggref/4/udp</link>
<description>An interface to User Datagram Protocol sockets</description>
<author>Category 5</author></item>
<item>
<title>test-generative 0.0.4 (Unit-testing)</title>
<guid isPermaLink="false">test-generative</guid>
<link>//wiki.call-cc.org/eggref/4/test-generative</link>
<description>Allows quickcheck like testing for pure code with the test egg</description>
<author>David Krentzlin</author></item>
<item>
<title>token-substitution 0.2.2 (Data formats and parsing)</title>
<guid isPermaLink="false">token-substitution</guid>
<link>//wiki.call-cc.org/eggref/4/token-substitution</link>
<description>Token substitution</description>
<author>Peter Danenberg</author></item>
<item>
<title>sdl-ttf 0.2 (Graphics)</title>
<guid isPermaLink="false">sdl-ttf</guid>
<link>//wiki.call-cc.org/eggref/4/sdl-ttf</link>
<description>SDL-ttf support</description>
<author></author></item>
<item>
<title>variable-item 1.3.1 (Miscellaneous)</title>
<guid isPermaLink="false">variable-item</guid>
<link>//wiki.call-cc.org/eggref/4/variable-item</link>
<description>variable-item</description>
<author>[[kon lovett]]</author></item>
<item>
<title>memcached 1.3 (Networking)</title>
<guid isPermaLink="false">memcached</guid>
<link>//wiki.call-cc.org/eggref/4/memcached</link>
<description>Client interface to the Memcached protocol.</description>
<author>Ivan Raikov</author></item>
<item>
<title>honu 2.2 (Data formats and parsing)</title>
<guid isPermaLink="false">honu</guid>
<link>//wiki.call-cc.org/eggref/4/honu</link>
<description>A parser for `honu' syntax</description>
<author>felix winkelmann</author></item>
<item>
<title>sdl 0.5.8 (Graphics)</title>
<guid isPermaLink="false">sdl</guid>
<link>//wiki.call-cc.org/eggref/4/sdl</link>
<description>Basic SDL support</description>
<author>Tony Garnock-Jones</author></item>
<item>
<title>sdl-img 0.1 (Graphics)</title>
<guid isPermaLink="false">sdl-img</guid>
<link>//wiki.call-cc.org/eggref/4/sdl-img</link>
<description>SDL_Img support</description>
<author>Tony Garnock-Jones</author></item>
<item>
<title>hmac 7.2.0 (Cryptography)</title>
<guid isPermaLink="false">hmac</guid>
<link>//wiki.call-cc.org/eggref/4/hmac</link>
<description>HMAC provides a HMAC using the message-digest interface.</description>
<author>Thomas Hintz</author></item>
<item>
<title>phoghorn 2.3 (Web programming)</title>
<guid isPermaLink="false">phoghorn</guid>
<link>//wiki.call-cc.org/eggref/4/phoghorn</link>
<description>A thumbnail gallery library for spiffy</description>
<author>Peter Bex</author></item>
<item>
<title>random-bsd 0.2 (Algorithms and data-structures)</title>
<guid isPermaLink="false">random-bsd</guid>
<link>//wiki.call-cc.org/eggref/4/random-bsd</link>
<description>FreeBSD random number generator</description>
<author>Jim Ursetto</author></item>
<item>
<title>chicken-belt 0.0.10 (Tools)</title>
<guid isPermaLink="false">chicken-belt</guid>
<link>//wiki.call-cc.org/eggref/4/chicken-belt</link>
<description>A utility belt for managing your Chicken coop</description>
<author>Christian Kellermann, Moritz Heidkamp</author></item>
<item>
<title>image-dimensions 1.0.1 (Graphics)</title>
<guid isPermaLink="false">image-dimensions</guid>
<link>//wiki.call-cc.org/eggref/4/image-dimensions</link>
<description>Detect image dimensions for common formats</description>
<author>Vasilij Schneidermann</author></item>
<item>
<title>stb-image-write 0.3 (Graphics)</title>
<guid isPermaLink="false">stb-image-write</guid>
<link>//wiki.call-cc.org/eggref/4/stb-image-write</link>
<description>write png/jpg/tga/bmp images</description>
<author>Kristian Lein-Mathisen</author></item>
<item>
<title>http-client 0.18 (Networking)</title>
<guid isPermaLink="false">http-client</guid>
<link>//wiki.call-cc.org/eggref/4/http-client</link>
<description>High-level HTTP client library</description>
<author>Peter Bex</author></item>
<item>
<title>qwiki 2.0 (Web programming)</title>
<guid isPermaLink="false">qwiki</guid>
<link>//wiki.call-cc.org/eggref/4/qwiki</link>
<description>qwiki - the quick wiki</description>
<author>Peter Bex</author></item>
<item>
<title>berkeley-db 2.2.3 (Databases)</title>
<guid isPermaLink="false">berkeley-db</guid>
<link>//wiki.call-cc.org/eggref/4/berkeley-db</link>
<description>Bindings to BerkeleyDB</description>
<author>Thomas Chust</author></item>
<item>
<title>gts 1.4 (Graphics)</title>
<guid isPermaLink="false">gts</guid>
<link>//wiki.call-cc.org/eggref/4/gts</link>
<description>An interface to the GNU Triangulated Surface Library</description>
<author>Ivan Raikov</author></item>
<item>
<title>vandusen 0.14 (Networking)</title>
<guid isPermaLink="false">vandusen</guid>
<link>//wiki.call-cc.org/eggref/4/vandusen</link>
<description>A cheeky IRC bot</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>posix-utils 1.2.2 (Miscellaneous)</title>
<guid isPermaLink="false">posix-utils</guid>
<link>//wiki.call-cc.org/eggref/4/posix-utils</link>
<description>posix-utils</description>
<author>[[kon lovett]]</author></item>
<item>
<title>posix-shm 1.2 (OS interface)</title>
<guid isPermaLink="false">posix-shm</guid>
<link>//wiki.call-cc.org/eggref/4/posix-shm</link>
<description>POSIX Shared Memory API</description>
<author>Ivan Raikov</author></item>
<item>
<title>miscmacros 2.96 (Language extensions)</title>
<guid isPermaLink="false">miscmacros</guid>
<link>//wiki.call-cc.org/eggref/4/miscmacros</link>
<description>Various helper macros</description>
<author>[[felix winkelmann]]</author></item>
<item>
<title>matchable 3.7 (Language extensions)</title>
<guid isPermaLink="false">matchable</guid>
<link>//wiki.call-cc.org/eggref/4/matchable</link>
<description>Hygienic MATCH replacement</description>
<author>Alex Shinn</author></item>
<item>
<title>srfi-45 3.1.1 (Language extensions)</title>
<guid isPermaLink="false">srfi-45</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-45</link>
<description>Primitives for Expressing Iterative Lazy Algorithms</description>
<author>André van Tonder, for Chicken by [[kon lovett]]</author></item>
<item>
<title>awful-sqlite3 0.7.0 (Web programming)</title>
<guid isPermaLink="false">awful-sqlite3</guid>
<link>//wiki.call-cc.org/eggref/4/awful-sqlite3</link>
<description>Sqlite3 support for awful</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>egg-tarballs 1.1.0 (Tools)</title>
<guid isPermaLink="false">egg-tarballs</guid>
<link>//wiki.call-cc.org/eggref/4/egg-tarballs</link>
<description>Creates tarballs for eggs in henrietta cache</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>stfl 1.1 (User interface toolkits)</title>
<guid isPermaLink="false">stfl</guid>
<link>//wiki.call-cc.org/eggref/4/stfl</link>
<description>Bindings to the STFL curses widget library</description>
<author>Vasilij Schneidermann</author></item>
<item>
<title>hahn-utils 0.5.3 (Documentation tools)</title>
<guid isPermaLink="false">hahn-utils</guid>
<link>//wiki.call-cc.org/eggref/4/hahn-utils</link>
<description>Translates in-source documentation from [[hahn]] into
wiki.</description>
<author>Peter Danenberg</author></item>
<item>
<title>lognum 1.2 (Mathematical libraries)</title>
<guid isPermaLink="false">lognum</guid>
<link>//wiki.call-cc.org/eggref/4/lognum</link>
<description>Logarithmic number system.</description>
<author>Ivan Raikov</author></item>
<item>
<title>dissector 1.7.7 (Debugging tools)</title>
<guid isPermaLink="false">dissector</guid>
<link>//wiki.call-cc.org/eggref/4/dissector</link>
<description>An object inspector for Chicken</description>
<author>Taylor Campbell</author></item>
<item>
<title>cis 1.2 (Algorithms and data-structures)</title>
<guid isPermaLink="false">cis</guid>
<link>//wiki.call-cc.org/eggref/4/cis</link>
<description>Compact integer sets.</description>
<author>Ivan Raikov</author></item>
<item>
<title>interfaces 0.3 (Language extensions)</title>
<guid isPermaLink="false">interfaces</guid>
<link>//wiki.call-cc.org/eggref/4/interfaces</link>
<description>Simple interface/implementation abstraction</description>
<author>felix winkelmann</author></item>
<item>
<title>random-test 1.9 (Algorithms and data-structures)</title>
<guid isPermaLink="false">random-test</guid>
<link>//wiki.call-cc.org/eggref/4/random-test</link>
<description>Some simple randomness tests for a sequence of numbers.</description>
<author>Ivan Raikov</author></item>
<item>
<title>pool 0.3 (Algorithms and data-structures)</title>
<guid isPermaLink="false">pool</guid>
<link>//wiki.call-cc.org/eggref/4/pool</link>
<description>A set of functions to manage pools in a thread-safe manner</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>blowfish 1.1 (Cryptography)</title>
<guid isPermaLink="false">blowfish</guid>
<link>//wiki.call-cc.org/eggref/4/blowfish</link>
<description>Blowfish</description>
<author>rivo</author></item>
<item>
<title>kanren 5.505 (Logic programming)</title>
<guid isPermaLink="false">kanren</guid>
<link>//wiki.call-cc.org/eggref/4/kanren</link>
<description>A declarative applicative logic programming system.</description>
<author>Oleg Kiselyov and Dan Friedman</author></item>
<item>
<title>gl-math 0.8.2 (Mathematical libraries)</title>
<guid isPermaLink="false">gl-math</guid>
<link>//wiki.call-cc.org/eggref/4/gl-math</link>
<description>A small gamedev-oriented math library</description>
<author>Alex Charlton</author></item>
<item>
<title>glm 3.0 (Mathematical libraries)</title>
<guid isPermaLink="false">glm</guid>
<link>//wiki.call-cc.org/eggref/4/glm</link>
<description>Chicken bindings for GLM, a graphics-oriented math library</description>
<author>Kristian Lein-Mathisen</author></item>
<item>
<title>email-address 0.2 (Data formats and parsing)</title>
<guid isPermaLink="false">email-address</guid>
<link>//wiki.call-cc.org/eggref/4/email-address</link>
<description>eMail address handling procedures for reading and writing eMail addresses.</description>
<author>Andy Bennett &lt;andyjpb@knodium.com&gt;</author></item>
<item>
<title>stemmer 0.0.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">stemmer</guid>
<link>//wiki.call-cc.org/eggref/4/stemmer</link>
<description>Bindings for the Snowball project's libstemmer</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>nanovg 1.0.3 (Input/Output)</title>
<guid isPermaLink="false">nanovg</guid>
<link>//wiki.call-cc.org/eggref/4/nanovg</link>
<description>NanoVG</description>
<author>Daniel J. Leslie</author></item>
<item>
<title>linden-scheme 0.2.0 (Graphics)</title>
<guid isPermaLink="false">linden-scheme</guid>
<link>//wiki.call-cc.org/eggref/4/linden-scheme</link>
<description>Parametric 2L-systems</description>
<author>Alex Charlton</author></item>
<item>
<title>missbehave 0.20 (Unit-testing)</title>
<guid isPermaLink="false">missbehave</guid>
<link>//wiki.call-cc.org/eggref/4/missbehave</link>
<description>Behaviour Driven Scheme</description>
<author>David Krentzlin</author></item>
<item>
<title>srfi-41 1.2.4 (Algorithms and data-structures)</title>
<guid isPermaLink="false">srfi-41</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-41</link>
<description>SRFI 41 (Streams)</description>
<author>Philip L. Bewig, for Chicken by [[kon lovett]]</author></item>
<item>
<title>hyperscene 0.3.1 (Graphics)</title>
<guid isPermaLink="false">hyperscene</guid>
<link>//wiki.call-cc.org/eggref/4/hyperscene</link>
<description>Scene graph and spatial partitioning</description>
<author>Alex Charlton</author></item>
<item>
<title>salmonella 3.2.1 (Egg tools)</title>
<guid isPermaLink="false">salmonella</guid>
<link>//wiki.call-cc.org/eggref/4/salmonella</link>
<description>A tool for testing eggs</description>
<author>&lt;a href=&quot;http://wiki.call-cc.org/users/mario-domenech-goulart&quot;&gt;Mario Domenech Goulart&lt;/a&gt;</author></item>
<item>
<title>logpro 1.23 (Unit-testing)</title>
<guid isPermaLink="false">logpro</guid>
<link>//wiki.call-cc.org/eggref/4/logpro</link>
<description>Tool for analyzing log files to extract PASS/FAIL status</description>
<author>Matthew Welland</author></item>
<item>
<title>tagged-netstring 0.0.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">tagged-netstring</guid>
<link>//wiki.call-cc.org/eggref/4/tagged-netstring</link>
<description>Parsing and writing tagged netstrings (http://tnetstrings.org/)</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>F-operator 3.0.0 (Language extensions)</title>
<guid isPermaLink="false">F-operator</guid>
<link>//wiki.call-cc.org/eggref/4/F-operator</link>
<description>Shift/Reset Control Operators.</description>
<author>[[kon lovett]]</author></item>
<item>
<title>qrencode 0.1.1 (Graphics)</title>
<guid isPermaLink="false">qrencode</guid>
<link>//wiki.call-cc.org/eggref/4/qrencode</link>
<description>QR Code encoding - Bindings to libqrencode</description>
<author>Alex Charlton</author></item>
<item>
<title>r6rs-bytevectors 1.0.2 (Algorithms and data-structures)</title>
<guid isPermaLink="false">r6rs-bytevectors</guid>
<link>//wiki.call-cc.org/eggref/4/r6rs-bytevectors</link>
<description>R7RS implementation of R6RS Bytevectors</description>
<author>William D Clinger</author></item>
<item>
<title>isaac 0.1.1 (Cryptography)</title>
<guid isPermaLink="false">isaac</guid>
<link>//wiki.call-cc.org/eggref/4/isaac</link>
<description>Bindings to the ISAAC CSPRNG</description>
<author>Evan Hanson</author></item>
<item>
<title>setup-helper 2.1.1 (Miscellaneous)</title>
<guid isPermaLink="false">setup-helper</guid>
<link>//wiki.call-cc.org/eggref/4/setup-helper</link>
<description>Installation/Setup Shortcut Routines</description>
<author>[[/users/kon-lovett]]</author></item>
<item>
<title>cairo 0.1.16 (Graphics)</title>
<guid isPermaLink="false">cairo</guid>
<link>//wiki.call-cc.org/eggref/4/cairo</link>
<description>Chicken bindings for Cairo, a vector graphics library</description>
<author>Michael Bridgen and Tony Garnock-Jones</author></item>
<item>
<title>srfi-9-ext 1.0.4 (Miscellaneous)</title>
<guid isPermaLink="false">srfi-9-ext</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-9-ext</link>
<description>srfi-9-ext</description>
<author>[[kon lovett]]</author></item>
<item>
<title>sqlite3 3.7.0 (Databases)</title>
<guid isPermaLink="false">sqlite3</guid>
<link>//wiki.call-cc.org/eggref/4/sqlite3</link>
<description>Bindings to version 3.x of the SQLite API</description>
<author>Thomas Chust</author></item>
<item>
<title>hahn 0.10.1 (Documentation tools)</title>
<guid isPermaLink="false">hahn</guid>
<link>//wiki.call-cc.org/eggref/4/hahn</link>
<description>In-source documentation</description>
<author>Peter Danenberg</author></item>
<item>
<title>blob-record 1.2 (Algorithms and data-structures)</title>
<guid isPermaLink="false">blob-record</guid>
<link>//wiki.call-cc.org/eggref/4/blob-record</link>
<description>A facility for representing records as blobs.</description>
<author>Ivan Raikov</author></item>
<item>
<title>options 0.3 (Language extensions)</title>
<guid isPermaLink="false">options</guid>
<link>//wiki.call-cc.org/eggref/4/options</link>
<description>Options a la ML</description>
<author>Juergen Lorenz</author></item>
<item>
<title>spiffy 5.4.2 (Web programming)</title>
<guid isPermaLink="false">spiffy</guid>
<link>//wiki.call-cc.org/eggref/4/spiffy</link>
<description>A small but powerful web server</description>
<author>Felix Winkelmann</author></item>
<item>
<title>srfi-71 1.1 (Language extensions)</title>
<guid isPermaLink="false">srfi-71</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-71</link>
<description>SRFI-71: Extended LET-syntax for multiple values</description>
<author>Sebastian Egner</author></item>
<item>
<title>ersatz 1.25 (Data formats and parsing)</title>
<guid isPermaLink="false">ersatz</guid>
<link>//wiki.call-cc.org/eggref/4/ersatz</link>
<description>A template engine inspired by Jinja2 and Jingoo.</description>
<author>Ivan Raikov</author></item>
<item>
<title>persistent-hash-map 0.0.6 (Algorithms and data-structures)</title>
<guid isPermaLink="false">persistent-hash-map</guid>
<link>//wiki.call-cc.org/eggref/4/persistent-hash-map</link>
<description>A persistent (as in immutable) hash map implementation.</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>stargate 0.1 (Databases)</title>
<guid isPermaLink="false">stargate</guid>
<link>//wiki.call-cc.org/eggref/4/stargate</link>
<description>Provide access to HBase via the Stargate REST API</description>
<author>Andy Bennett &lt;andyjpb@skipjaq.com&gt;</author></item>
<item>
<title>string-utils 1.6.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">string-utils</guid>
<link>//wiki.call-cc.org/eggref/4/string-utils</link>
<description>String Utilities</description>
<author>[[kon lovett]]</author></item>
<item>
<title>srfi-133 1.6.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">srfi-133</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-133</link>
<description>SRFI-133: Vector Library (R7RS-compatible)</description>
<author>John Cowan, Taylor Campbell, Will Clinger</author></item>
<item>
<title>gumbo 0.2.0 (Web programming)</title>
<guid isPermaLink="false">gumbo</guid>
<link>//wiki.call-cc.org/eggref/4/gumbo</link>
<description>unknown</description>
<author>Caolan McMahon</author></item>
<item>
<title>signal-diagram 4.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">signal-diagram</guid>
<link>//wiki.call-cc.org/eggref/4/signal-diagram</link>
<description>Signal function combinators.</description>
<author>Ivan Raikov</author></item>
<item>
<title>anaphora 0.8 (Language extensions)</title>
<guid isPermaLink="false">anaphora</guid>
<link>//wiki.call-cc.org/eggref/4/anaphora</link>
<description>Unhygienic anaphoric macros and hygienic named macros</description>
<author>Juergen Lorenz</author></item>
<item>
<title>traversal 1.7 (Algorithms and data-structures)</title>
<guid isPermaLink="false">traversal</guid>
<link>//wiki.call-cc.org/eggref/4/traversal</link>
<description>Various list operations</description>
<author>Jeffrey Mark Siskind</author></item>
<item>
<title>eggdoc-svnwiki 0.3 (Documentation tools)</title>
<guid isPermaLink="false">eggdoc-svnwiki</guid>
<link>//wiki.call-cc.org/eggref/4/eggdoc-svnwiki</link>
<description>Render eggdoc source to svnwiki syntax</description>
<author>Jim Ursetto</author></item>
<item>
<title>micro-benchmark 0.2.1 (Miscellaneous)</title>
<guid isPermaLink="false">micro-benchmark</guid>
<link>//wiki.call-cc.org/eggref/4/micro-benchmark</link>
<description>easily create micro-benchmarks</description>
<author>David Krentzlin</author></item>
<item>
<title>estraier-client 0.3.2 (Databases)</title>
<guid isPermaLink="false">estraier-client</guid>
<link>//wiki.call-cc.org/eggref/4/estraier-client</link>
<description>A pure Scheme Hyper Estraier client library</description>
<author>Peter Bex</author></item>
<item>
<title>simple-units 1.2.5 (Algorithms and data-structures)</title>
<guid isPermaLink="false">simple-units</guid>
<link>//wiki.call-cc.org/eggref/4/simple-units</link>
<description>Simple Units</description>
<author>[[kon lovett]]</author></item>
<item>
<title>protobj 0.4 (Object-oriented programming)</title>
<guid isPermaLink="false">protobj</guid>
<link>//wiki.call-cc.org/eggref/4/protobj</link>
<description>A prototype-delegation object model</description>
<author>Neil van Dyke</author></item>
<item>
<title>dyn-vector 1.13 (Algorithms and data-structures)</title>
<guid isPermaLink="false">dyn-vector</guid>
<link>//wiki.call-cc.org/eggref/4/dyn-vector</link>
<description>Dynamic (dense) vectors based on SRFI-43.</description>
<author>Ivan Raikov</author></item>
<item>
<title>ldap-bind 0.0.1 (Databases)</title>
<guid isPermaLink="false">ldap-bind</guid>
<link>//wiki.call-cc.org/eggref/4/ldap-bind</link>
<description>Implements LDAP bind for authentication using OpenLDAP</description>
<author>Caolan McMahon</author></item>
<item>
<title>dsssl-utils 2.2.2 (Miscellaneous)</title>
<guid isPermaLink="false">dsssl-utils</guid>
<link>//wiki.call-cc.org/eggref/4/dsssl-utils</link>
<description>dsssl-utils</description>
<author>[[kon lovett]]</author></item>
<item>
<title>procedure-decoration 2.1.0 (Miscellaneous)</title>
<guid isPermaLink="false">procedure-decoration</guid>
<link>//wiki.call-cc.org/eggref/4/procedure-decoration</link>
<description>Procedure Decoration API</description>
<author>[[kon lovett]]</author></item>
<item>
<title>prcc 0.3 (Data formats and parsing)</title>
<guid isPermaLink="false">prcc</guid>
<link>//wiki.call-cc.org/eggref/4/prcc</link>
<description>Prcc is a PEG-like combinator parser library by packrat parsing</description>
<author>Wei Hu</author></item>
<item>
<title>er-macros 1.5.1 (Unsupported or redundant)</title>
<guid isPermaLink="false">er-macros</guid>
<link>//wiki.call-cc.org/eggref/4/er-macros</link>
<description>Explicit-renaming macros with pattern matching</description>
<author>Juergen Lorenz</author></item>
<item>
<title>ftp 1.4 (Networking)</title>
<guid isPermaLink="false">ftp</guid>
<link>//wiki.call-cc.org/eggref/4/ftp</link>
<description>Simple FTP client</description>
<author>felix winkelmann</author></item>
<item>
<title>dot-locking 0.2 (OS interface)</title>
<guid isPermaLink="false">dot-locking</guid>
<link>//wiki.call-cc.org/eggref/4/dot-locking</link>
<description>advisory locking mechanism based on standard file operations</description>
<author>Olin Shivers</author></item>
<item>
<title>coops-utils 1.1.0 (Object-oriented programming)</title>
<guid isPermaLink="false">coops-utils</guid>
<link>//wiki.call-cc.org/eggref/4/coops-utils</link>
<description>coops-utils</description>
<author>[[kon lovett]]</author></item>
<item>
<title>prometheus 2.0.2 (Object-oriented programming)</title>
<guid isPermaLink="false">prometheus</guid>
<link>//wiki.call-cc.org/eggref/4/prometheus</link>
<description>The Prometheus prototype-based object system</description>
<author>Jorgen Schaefer</author></item>
<item>
<title>markdown-svnwiki 0.3.1 (Documentation tools)</title>
<guid isPermaLink="false">markdown-svnwiki</guid>
<link>//wiki.call-cc.org/eggref/4/markdown-svnwiki</link>
<description>Convert Markdown to svnwiki</description>
<author>Alex Charlton</author></item>
<item>
<title>discount 0.1 (Data formats and parsing)</title>
<guid isPermaLink="false">discount</guid>
<link>//wiki.call-cc.org/eggref/4/discount</link>
<description>Bindings for the Discount Markdown parser</description>
<author>Stephen Pedrosa Eilert</author></item>
<item>
<title>lazy-seq 2 (Algorithms and data-structures)</title>
<guid isPermaLink="false">lazy-seq</guid>
<link>//wiki.call-cc.org/eggref/4/lazy-seq</link>
<description>Clojure-like lazy sequences</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>srfi-25 1.2 (Algorithms and data-structures)</title>
<guid isPermaLink="false">srfi-25</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-25</link>
<description>Multidimensional arrays</description>
<author>Jussi Piitulainen</author></item>
<item>
<title>udev 0.0.1 (OS interface)</title>
<guid isPermaLink="false">udev</guid>
<link>//wiki.call-cc.org/eggref/4/udev</link>
<description>libudev bindings</description>
<author>O.S. Systems</author></item>
<item>
<title>srfi-4-comprehensions 1.4 (Algorithms and data-structures)</title>
<guid isPermaLink="false">srfi-4-comprehensions</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-4-comprehensions</link>
<description>SRFI-42 Comprehensions for SRFI-4 Vectors</description>
<author>Will Farr</author></item>
<item>
<title>color 1.1 (Graphics)</title>
<guid isPermaLink="false">color</guid>
<link>//wiki.call-cc.org/eggref/4/color</link>
<description>The SLIB color library</description>
<author>Aubrey Jaffer</author></item>
<item>
<title>sixtyfive-oh-two 0.1.3 (Miscellaneous)</title>
<guid isPermaLink="false">sixtyfive-oh-two</guid>
<link>//wiki.call-cc.org/eggref/4/sixtyfive-oh-two</link>
<description>A 6502 CPU emulator</description>
<author>felix winkelmann</author></item>
<item>
<title>expat 1.4 (XML processing)</title>
<guid isPermaLink="false">expat</guid>
<link>//wiki.call-cc.org/eggref/4/expat</link>
<description>An interface to James Clark's Expat XML parser</description>
<author>&lt;a href=&quot;mailto:felix@call-with-current-continuation.org&quot;&gt;felix&lt;/a&gt;</author></item>
<item>
<title>magic-pipes 1.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">magic-pipes</guid>
<link>//wiki.call-cc.org/eggref/4/magic-pipes</link>
<description>Unix shell pipeline tools for working with s-expressions</description>
<author>Alaric Snell-Pym</author></item>
<item>
<title>pll v1.6.3 (Logic programming)</title>
<guid isPermaLink="false">pll</guid>
<link>//wiki.call-cc.org/eggref/4/pll</link>
<description>A simple Prolog implementation in Scheme, using the AMB operator</description>
<author>Jeronimo C. Pellegrini</author></item>
<item>
<title>crunch 0.7.9999 (Code generation)</title>
<guid isPermaLink="false">crunch</guid>
<link>//wiki.call-cc.org/eggref/4/crunch</link>
<description>A restricted statically typed subset of Scheme</description>
<author>felix winkelmann</author></item>
<item>
<title>list-bindings 1.9.2 (Unsupported or redundant)</title>
<guid isPermaLink="false">list-bindings</guid>
<link>//wiki.call-cc.org/eggref/4/list-bindings</link>
<description>Binding pattern variables to subexpressions of nested lists</description>
<author>Juergen Lorenz</author></item>
<item>
<title>lookup-table 1.14.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">lookup-table</guid>
<link>//wiki.call-cc.org/eggref/4/lookup-table</link>
<description>Simple Lookup Table</description>
<author>[[kon lovett]]</author></item>
<item>
<title>sendfile 1.11 (Networking)</title>
<guid isPermaLink="false">sendfile</guid>
<link>//wiki.call-cc.org/eggref/4/sendfile</link>
<description>Sending a file over the network</description>
<author>David Krentzlin</author></item>
<item>
<title>autoform 0.2 (Web programming)</title>
<guid isPermaLink="false">autoform</guid>
<link>//wiki.call-cc.org/eggref/4/autoform</link>
<description>Generates HTML forms out of database structures</description>
<author>&lt;a href=&quot;http://chicken.wiki.br/users/mario-domenech-goulart&quot;&gt;Mario Domenech Goulart&lt;/a&gt;</author></item>
<item>
<title>latch 0.2 (Miscellaneous)</title>
<guid isPermaLink="false">latch</guid>
<link>//wiki.call-cc.org/eggref/4/latch</link>
<description>evaluating expressions just once</description>
<author>unknown</author></item>
<item>
<title>agrep 1.5 (Algorithms and data-structures)</title>
<guid isPermaLink="false">agrep</guid>
<link>//wiki.call-cc.org/eggref/4/agrep</link>
<description>Approximate grep.</description>
<author>Ivan Raikov</author></item>
<item>
<title>coerce 2.1.0 (Algorithms and data-structures)</title>
<guid isPermaLink="false">coerce</guid>
<link>//wiki.call-cc.org/eggref/4/coerce</link>
<description>Type Identity &amp; Coercion</description>
<author>Aubrey Jaffer, for Chicken by [[[/users/kon-lovett]]]</author></item>
<item>
<title>readline 4.1.4 (Input/Output)</title>
<guid isPermaLink="false">readline</guid>
<link>//wiki.call-cc.org/eggref/4/readline</link>
<description>An interface to the GNU readline library</description>
<author>Tony Garnock-Jones</author></item>
<item>
<title>tun 0.1 (Networking)</title>
<guid isPermaLink="false">tun</guid>
<link>//wiki.call-cc.org/eggref/4/tun</link>
<description>library to set up Linux TUN/TAP interfaces</description>
<author>Omar Shorbaji</author></item>
<item>
<title>type-stubs 0.0.1 (Language extensions)</title>
<guid isPermaLink="false">type-stubs</guid>
<link>//wiki.call-cc.org/eggref/4/type-stubs</link>
<description>Type syntax stubs for Chicken &lt; 4.7.5</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>csv 5.3 (Data formats and parsing)</title>
<guid isPermaLink="false">csv</guid>
<link>//wiki.call-cc.org/eggref/4/csv</link>
<description>Parsing and formatting of comma-separated values (CSV).</description>
<author>Ivan Raikov</author></item>
<item>
<title>aes 1.5 (Cryptography)</title>
<guid isPermaLink="false">aes</guid>
<link>//wiki.call-cc.org/eggref/4/aes</link>
<description>A self-contained implementation of the AES / Rijndael encryption algorithm</description>
<author>Alaric Snell-Pym</author></item>
<item>
<title>box 2.4.0 (Algorithms and data-structures)</title>
<guid isPermaLink="false">box</guid>
<link>//wiki.call-cc.org/eggref/4/box</link>
<description>Boxing</description>
<author>[[kon lovett]]</author></item>
<item>
<title>blosc 1.0 (Algorithms and data-structures)</title>
<guid isPermaLink="false">blosc</guid>
<link>//wiki.call-cc.org/eggref/4/blosc</link>
<description>Bindings to the Blosc multi-threaded meta-compressor library</description>
<author>Ivan Raikov</author></item>
<item>
<title>server-test 0.7 (Unit-testing)</title>
<guid isPermaLink="false">server-test</guid>
<link>//wiki.call-cc.org/eggref/4/server-test</link>
<description>Utilities to help testing servers</description>
<author>&lt;a href=&quot;http://wiki.call-cc.org/users/mario-domenech-goulart&quot;&gt;Mario Domenech Goulart&lt;/a&gt;</author></item>
<item>
<title>crypto-tools 1.3 (Cryptography)</title>
<guid isPermaLink="false">crypto-tools</guid>
<link>//wiki.call-cc.org/eggref/4/crypto-tools</link>
<description>Useful cryptographic primitives</description>
<author>Alaric Snell-Pym</author></item>
<item>
<title>groc 1.3 (Graphics)</title>
<guid isPermaLink="false">groc</guid>
<link>//wiki.call-cc.org/eggref/4/groc</link>
<description>Generic interface for two-dimensional graphics output.</description>
<author>Ivan Raikov</author></item>
<item>
<title>udp6 0.2.0 (Networking)</title>
<guid isPermaLink="false">udp6</guid>
<link>//wiki.call-cc.org/eggref/4/udp6</link>
<description>An interface to UDP over IPv4 and IPv6</description>
<author>Jim Ursetto</author></item>
<item>
<title>bitcoin 0.0.4 (Unsupported or redundant)</title>
<guid isPermaLink="false">bitcoin</guid>
<link>//wiki.call-cc.org/eggref/4/bitcoin</link>
<description>bitcoind JSON-RPC API client</description>
<author>Evan Hanson</author></item>
<item>
<title>uuid-ossp 1.5.0 (Networking)</title>
<guid isPermaLink="false">uuid-ossp</guid>
<link>//wiki.call-cc.org/eggref/4/uuid-ossp</link>
<description>OSSP UUID</description>
<author>Kon Lovett</author></item>
<item>
<title>simple-contracts 1.4 (Language extensions)</title>
<guid isPermaLink="false">simple-contracts</guid>
<link>//wiki.call-cc.org/eggref/4/simple-contracts</link>
<description>Design by contract for procedures</description>
<author>Juergen Lorenz</author></item>
<item>
<title>easyffi 1.99.7 (Unsupported or redundant)</title>
<guid isPermaLink="false">easyffi</guid>
<link>//wiki.call-cc.org/eggref/4/easyffi</link>
<description>Generates bindings from C/C++ declarations</description>
<author>[[felix winkelmann]]</author></item>
<item>
<title>aima 0.9.14 (Algorithms and data-structures)</title>
<guid isPermaLink="false">aima</guid>
<link>//wiki.call-cc.org/eggref/4/aima</link>
<description>Support for Russell-Norvig's AIMA</description>
<author>Peter Danenberg</author></item>
<item>
<title>macaw 0.1.1 (Graphics)</title>
<guid isPermaLink="false">macaw</guid>
<link>//wiki.call-cc.org/eggref/4/macaw</link>
<description>Efficient color types and math</description>
<author>John Croisant</author></item>
<item>
<title>ir-macros 1.7.1 (Unsupported or redundant)</title>
<guid isPermaLink="false">ir-macros</guid>
<link>//wiki.call-cc.org/eggref/4/ir-macros</link>
<description>Implicit-renaming macros with pattern matching</description>
<author>Juergen Lorenz</author></item>
<item>
<title>low-level-macros 3.4.3 (Unsupported or redundant)</title>
<guid isPermaLink="false">low-level-macros</guid>
<link>//wiki.call-cc.org/eggref/4/low-level-macros</link>
<description>Low-level macros with pattern matching</description>
<author>Juergen Lorenz</author></item>
<item>
<title>scheme0-pe 1.0 (Code generation)</title>
<guid isPermaLink="false">scheme0-pe</guid>
<link>//wiki.call-cc.org/eggref/4/scheme0-pe</link>
<description>Partial evaluator for the Scheme0 language.</description>
<author>Peter Sestoft</author></item>
<item>
<title>lmdb-lolevel 1.1.1 (Databases)</title>
<guid isPermaLink="false">lmdb-lolevel</guid>
<link>//wiki.call-cc.org/eggref/4/lmdb-lolevel</link>
<description>Bindings to LMDB which closely follow C API</description>
<author>Caolan McMahon</author></item>
<item>
<title>manual-labor 0.1.1 (Documentation tools)</title>
<guid isPermaLink="false">manual-labor</guid>
<link>//wiki.call-cc.org/eggref/4/manual-labor</link>
<description>Generate static HTML manual from wiki docs</description>
<author>Jim Ursetto</author></item>
<item>
<title>sets 17015.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">sets</guid>
<link>//wiki.call-cc.org/eggref/4/sets</link>
<description>Functions useful for working with sets</description>
<author>Alejandro Forero Cuervo</author></item>
<item>
<title>null 0.1 (Miscellaneous)</title>
<guid isPermaLink="false">null</guid>
<link>//wiki.call-cc.org/eggref/4/null</link>
<description>The null egg</description>
<author>felix</author></item>
<item>
<title>jso 0.2 (Object-oriented programming)</title>
<guid isPermaLink="false">jso</guid>
<link>//wiki.call-cc.org/eggref/4/jso</link>
<description>A lightweight prototype object system</description>
<author>John Cowan</author></item>
<item>
<title>multidoc 2.3.2 (Unsupported or redundant)</title>
<guid isPermaLink="false">multidoc</guid>
<link>//wiki.call-cc.org/eggref/4/multidoc</link>
<description>Converts SXML to various document formats.</description>
<author>Ivan Raikov and Peter Bex</author></item>
<item>
<title>javahack 0.5 (Interfacing to other languages)</title>
<guid isPermaLink="false">javahack</guid>
<link>//wiki.call-cc.org/eggref/4/javahack</link>
<description>A simple interface to Java(tm)</description>
<author>felix winkelmann</author></item>
<item>
<title>matrix-utils 1.15 (Mathematical libraries)</title>
<guid isPermaLink="false">matrix-utils</guid>
<link>//wiki.call-cc.org/eggref/4/matrix-utils</link>
<description>Generation of special utility matrices.</description>
<author>Ivan Raikov</author></item>
<item>
<title>srfi-29 2.5.0 (Miscellaneous)</title>
<guid isPermaLink="false">srfi-29</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-29</link>
<description>Localization</description>
<author>Scott G. Miller (for Chicken by [[/users/kon-lovett]])</author></item>
<item>
<title>hashes 1.2.0 (Miscellaneous)</title>
<guid isPermaLink="false">hashes</guid>
<link>//wiki.call-cc.org/eggref/4/hashes</link>
<description>Miscellaneous Hash Functions</description>
<author>[[/users/kon-lovett|Kon Lovett]]</author></item>
<item>
<title>slice 1.3 (Algorithms and data-structures)</title>
<guid isPermaLink="false">slice</guid>
<link>//wiki.call-cc.org/eggref/4/slice</link>
<description>A slicer procedure for lists, strings and vectors</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>ssql-record 0.3 (Databases)</title>
<guid isPermaLink="false">ssql-record</guid>
<link>//wiki.call-cc.org/eggref/4/ssql-record</link>
<description>A simple egg to avoid SSQL boilerplate code when prototyping</description>
<author>Arthur Maciel</author></item>
<item>
<title>pstk 1.4.2 (User interface toolkits)</title>
<guid isPermaLink="false">pstk</guid>
<link>//wiki.call-cc.org/eggref/4/pstk</link>
<description>PS/Tk: Portable Scheme interface to Tk</description>
<author>W-D. Busch, N. Holm, K. Dickey</author></item>
<item>
<title>svn-client 0.23 (Miscellaneous)</title>
<guid isPermaLink="false">svn-client</guid>
<link>//wiki.call-cc.org/eggref/4/svn-client</link>
<description>A wrapper around Subversion's libsvn_client C library.</description>
<author>Alejandro Forero Cuervo</author></item>
<item>
<title>bind 1.5.3 (Interfacing to other languages)</title>
<guid isPermaLink="false">bind</guid>
<link>//wiki.call-cc.org/eggref/4/bind</link>
<description>Automatically generate bindings from C/C++ declarations</description>
<author>[[felix winkelmann]]</author></item>
<item>
<title>bencode 1.3.1 (Data formats and parsing)</title>
<guid isPermaLink="false">bencode</guid>
<link>//wiki.call-cc.org/eggref/4/bencode</link>
<description>Bencoding parser and serializer</description>
<author>Caolan McMahon</author></item>
<item>
<title>dbus2 0.95 (OS interface)</title>
<guid isPermaLink="false">dbus2</guid>
<link>//wiki.call-cc.org/eggref/4/dbus2</link>
<description>A binding for libdbus, the IPC mechanism</description>
<author>Shawn Rutledge</author></item>
<item>
<title>openal 0.91 (Sound)</title>
<guid isPermaLink="false">openal</guid>
<link>//wiki.call-cc.org/eggref/4/openal</link>
<description>OpenAL 1.1 bindings</description>
<author>felix winkelmann</author></item>
<item>
<title>input-parse 1.1 (Data formats and parsing)</title>
<guid isPermaLink="false">input-parse</guid>
<link>//wiki.call-cc.org/eggref/4/input-parse</link>
<description>input-stream tokenizing and parsing routines.</description>
<author>Oleg Kiselyov. Ported to chicken by Shawn Wagner.</author></item>
<item>
<title>tweetnacl 1.3.1 (Cryptography)</title>
<guid isPermaLink="false">tweetnacl</guid>
<link>//wiki.call-cc.org/eggref/4/tweetnacl</link>
<description>TweetNaCl cryptographic library</description>
<author>Thomas Chust</author></item>
<item>
<title>ini-file 0.3.4 (Data formats and parsing)</title>
<guid isPermaLink="false">ini-file</guid>
<link>//wiki.call-cc.org/eggref/4/ini-file</link>
<description>Read &amp; write INI configuration files</description>
<author>Evan Hanson</author></item>
<item>
<title>make 1.8 (Language extensions)</title>
<guid isPermaLink="false">make</guid>
<link>//wiki.call-cc.org/eggref/4/make</link>
<description>The PLT 'make' macro</description>
<author>PLT, adapted to CHICKEN by Felix Winkelmann</author></item>
<item>
<title>cells 2.1.3 (Unsupported or redundant)</title>
<guid isPermaLink="false">cells</guid>
<link>//wiki.call-cc.org/eggref/4/cells</link>
<description>Implementation of typed cells to replace general set! operators</description>
<author>Juergen Lorenz</author></item>
<item>
<title>yelp 1.0.4 (Web programming)</title>
<guid isPermaLink="false">yelp</guid>
<link>//wiki.call-cc.org/eggref/4/yelp</link>
<description>An interface to the (deprecated) Yelp v1.0 API</description>
<author>[[derrell piper]]</author></item>
<item>
<title>begin-syntax 0.0.1 (Language extensions)</title>
<guid isPermaLink="false">begin-syntax</guid>
<link>//wiki.call-cc.org/eggref/4/begin-syntax</link>
<description>Inline macro operations</description>
<author>Evan Hanson</author></item>
<item>
<title>php-s11n 1.0.3 (Data formats and parsing)</title>
<guid isPermaLink="false">php-s11n</guid>
<link>//wiki.call-cc.org/eggref/4/php-s11n</link>
<description>Serialization/unserialization of PHP data types.</description>
<author>Arto Bendiken</author></item>
<item>
<title>chunk-vector v0.1.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">chunk-vector</guid>
<link>//wiki.call-cc.org/eggref/4/chunk-vector</link>
<description>A dyn-vector like library capable of storing other srfi-4 vectors inside a dense array.</description>
<author>Richard van Roy</author></item>
<item>
<title>salmonella-diff 1.1.1 (Egg tools)</title>
<guid isPermaLink="false">salmonella-diff</guid>
<link>//wiki.call-cc.org/eggref/4/salmonella-diff</link>
<description>A tool to diff salmonella log files</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>quaternions 1.0 (Mathematical libraries)</title>
<guid isPermaLink="false">quaternions</guid>
<link>//wiki.call-cc.org/eggref/4/quaternions</link>
<description>Quaternions library</description>
<author>Dorai Sitaram</author></item>
<item>
<title>srfi-42 1.73 (Algorithms and data-structures)</title>
<guid isPermaLink="false">srfi-42</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-42</link>
<description>SRFI-42 (Eager comprehensions)</description>
<author>Sebastian Egner</author></item>
<item>
<title>utf8 3.4.5 (Data formats and parsing)</title>
<guid isPermaLink="false">utf8</guid>
<link>//wiki.call-cc.org/eggref/4/utf8</link>
<description>Unicode support</description>
<author>Alex Shinn</author></item>
<item>
<title>openssl 1.10.0 (Networking)</title>
<guid isPermaLink="false">openssl</guid>
<link>//wiki.call-cc.org/eggref/4/openssl</link>
<description>Bindings to the OpenSSL SSL/TLS library</description>
<author>Thomas Chust</author></item>
<item>
<title>edn 0.5.1 (Data formats and parsing)</title>
<guid isPermaLink="false">edn</guid>
<link>//wiki.call-cc.org/eggref/4/edn</link>
<description>EDN data reader/writer</description>
<author>Daniel Ziltener</author></item>
<item>
<title>xinerama 1.0.2 (Graphics)</title>
<guid isPermaLink="false">xinerama</guid>
<link>//wiki.call-cc.org/eggref/4/xinerama</link>
<description>Xinerama bindings</description>
<author>John J. Foerch</author></item>
<item>
<title>csv-xml 0.12.1 (Data formats and parsing)</title>
<guid isPermaLink="false">csv-xml</guid>
<link>//wiki.call-cc.org/eggref/4/csv-xml</link>
<description>Parsing comma-separated values</description>
<author>Neil van Dyke</author></item>
<item>
<title>mailbox 2.3.1 (Concurrency and parallelism)</title>
<guid isPermaLink="false">mailbox</guid>
<link>//wiki.call-cc.org/eggref/4/mailbox</link>
<description>Thread-safe queues with timeout</description>
<author>[[felix winkelman]] and [[kon lovett]]</author></item>
<item>
<title>peep 0.4.1 (Unsupported or redundant)</title>
<guid isPermaLink="false">peep</guid>
<link>//wiki.call-cc.org/eggref/4/peep</link>
<description>Explore the compiler's symbol database</description>
<author>felix winkelmann</author></item>
<item>
<title>exif 0.7 (Graphics)</title>
<guid isPermaLink="false">exif</guid>
<link>//wiki.call-cc.org/eggref/4/exif</link>
<description>Binding to libexif, reading EXIF meta data from digital camera images.</description>
<author>Christian Kellermann</author></item>
<item>
<title>pdf 1.0.3 (Graphics)</title>
<guid isPermaLink="false">pdf</guid>
<link>//wiki.call-cc.org/eggref/4/pdf</link>
<description>A library for PDF generation.</description>
<author>Marc Battyani and Bruce Butterfield</author></item>
<item>
<title>srfi-116 1.7 (Algorithms and data-structures)</title>
<guid isPermaLink="false">srfi-116</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-116</link>
<description>Immutable Lists.</description>
<author>John Cowan</author></item>
<item>
<title>autoform-jquery 0.1 (Web programming)</title>
<guid isPermaLink="false">autoform-jquery</guid>
<link>//wiki.call-cc.org/eggref/4/autoform-jquery</link>
<description>JQuery-based Javascript validators for autoform</description>
<author>&lt;a href=&quot;http://chicken.wiki.br/users/mario-domenech-goulart&quot;&gt;Mario Domenech Goulart&lt;/a&gt;</author></item>
<item>
<title>atom 0.1.5 (XML processing)</title>
<guid isPermaLink="false">atom</guid>
<link>//wiki.call-cc.org/eggref/4/atom</link>
<description>Atom 1.0 feed reader and writer</description>
<author>Jim Ursetto</author></item>
<item>
<title>byte-blob-stream 1.5 (Algorithms and data-structures)</title>
<guid isPermaLink="false">byte-blob-stream</guid>
<link>//wiki.call-cc.org/eggref/4/byte-blob-stream</link>
<description>Lazy byte blobs</description>
<author>Ivan Raikov</author></item>
<item>
<title>simple-graphics 0.2 (Graphics)</title>
<guid isPermaLink="false">simple-graphics</guid>
<link>//wiki.call-cc.org/eggref/4/simple-graphics</link>
<description>A simple graphics interface for education and fun</description>
<author>Alaric Snell-Pym</author></item>
<item>
<title>data-generators 3.2.0 (Algorithms and data-structures)</title>
<guid isPermaLink="false">data-generators</guid>
<link>//wiki.call-cc.org/eggref/4/data-generators</link>
<description>Automatic generation of sample data. Useful for testing or other occasions where you just need a way to quickly generate data</description>
<author>David Krentzlin</author></item>
<item>
<title>lexgen 7.1 (Data formats and parsing)</title>
<guid isPermaLink="false">lexgen</guid>
<link>//wiki.call-cc.org/eggref/4/lexgen</link>
<description>Lexer combinators.</description>
<author>Ivan Raikov</author></item>
<item>
<title>doctype 2.2 (XML processing)</title>
<guid isPermaLink="false">doctype</guid>
<link>//wiki.call-cc.org/eggref/4/doctype</link>
<description>Exports strings corresponding to standard XML (XHTML, HTML) doctypes</description>
<author>Jim Ursetto</author></item>
<item>
<title>templort 0.0.2 (Web programming)</title>
<guid isPermaLink="false">templort</guid>
<link>//wiki.call-cc.org/eggref/4/templort</link>
<description>barebones templating engine</description>
<author>Richo Healey</author></item>
<item>
<title>cooperative 0.1.1 (Concurrency and parallelism)</title>
<guid isPermaLink="false">cooperative</guid>
<link>//wiki.call-cc.org/eggref/4/cooperative</link>
<description>Coroutines and Finite State Machines</description>
<author>Robert Smiley</author></item>
<item>
<title>digraph 1.17 (Algorithms and data-structures)</title>
<guid isPermaLink="false">digraph</guid>
<link>//wiki.call-cc.org/eggref/4/digraph</link>
<description>Directed graph in adjacency list format.</description>
<author>Ivan Raikov</author></item>
<item>
<title>cock-utils 0.5.2 (Unsupported or redundant)</title>
<guid isPermaLink="false">cock-utils</guid>
<link>//wiki.call-cc.org/eggref/4/cock-utils</link>
<description>Translates in-source documentation from cock into wiki:
deprecated for hahn-utils</description>
<author>Peter Danenberg</author></item>
<item>
<title>log5scm 1.1.2 (Input/Output)</title>
<guid isPermaLink="false">log5scm</guid>
<link>//wiki.call-cc.org/eggref/4/log5scm</link>
<description>Logging library based on Common Lisp's log5</description>
<author>David Krentzlin</author></item>
<item>
<title>alist-lib 0.3.0 (Algorithms and data-structures)</title>
<guid isPermaLink="false">alist-lib</guid>
<link>//wiki.call-cc.org/eggref/4/alist-lib</link>
<description>SRFI-69-like library for alists</description>
<author>Peter Danenberg</author></item>
<item>
<title>opengl 1.20 (Graphics)</title>
<guid isPermaLink="false">opengl</guid>
<link>//wiki.call-cc.org/eggref/4/opengl</link>
<description>OpenGL bindings</description>
<author>[[felix winkelmann]]</author></item>
<item>
<title>sdl2-ttf 0.2.0 (Graphics)</title>
<guid isPermaLink="false">sdl2-ttf</guid>
<link>//wiki.call-cc.org/eggref/4/sdl2-ttf</link>
<description>Bindings to SDL_ttf 2</description>
<author>John Croisant</author></item>
<item>
<title>list-comprehensions 0.1 (Language extensions)</title>
<guid isPermaLink="false">list-comprehensions</guid>
<link>//wiki.call-cc.org/eggref/4/list-comprehensions</link>
<description>Some list-creating routines</description>
<author>Juergen Lorenz</author></item>
<item>
<title>easy-args 0.6.1 (Unsupported or redundant)</title>
<guid isPermaLink="false">easy-args</guid>
<link>//wiki.call-cc.org/eggref/4/easy-args</link>
<description>Handle command-line options as parameters</description>
<author>Evan Hanson</author></item>
<item>
<title>srfi-113 1.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">srfi-113</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-113</link>
<description>Sets and Bags.</description>
<author>John Cowan</author></item>
<item>
<title>testdrive 1.7 (Tools)</title>
<guid isPermaLink="false">testdrive</guid>
<link>//wiki.call-cc.org/eggref/4/testdrive</link>
<description>A simple driver program for continuous integration scripts.</description>
<author>Ivan Raikov</author></item>
<item>
<title>varsubst 1.4 (Algorithms and data-structures)</title>
<guid isPermaLink="false">varsubst</guid>
<link>//wiki.call-cc.org/eggref/4/varsubst</link>
<description>Parameterized variable substitution procedures.</description>
<author>Ivan Raikov</author></item>
<item>
<title>coq-au-vin 0.3.2 (Web programming)</title>
<guid isPermaLink="false">coq-au-vin</guid>
<link>//wiki.call-cc.org/eggref/4/coq-au-vin</link>
<description>A simple [?] blogging platform.</description>
<author>Matt Gushee</author></item>
<item>
<title>ripemd 1.3.0 (Cryptography)</title>
<guid isPermaLink="false">ripemd</guid>
<link>//wiki.call-cc.org/eggref/4/ripemd</link>
<description>RIPE Message Digest</description>
<author>[[kon lovett]]</author></item>
<item>
<title>srfi-modules 0.2 (Miscellaneous)</title>
<guid isPermaLink="false">srfi-modules</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-modules</link>
<description>Provides modules for SRFIs usually exported by the `chicken' module</description>
<author>felix winkelmann</author></item>
<item>
<title>awful-sse 0.2 (Web programming)</title>
<guid isPermaLink="false">awful-sse</guid>
<link>//wiki.call-cc.org/eggref/4/awful-sse</link>
<description>Server-Sent Events module for Awful</description>
<author>Arthur Maciel</author></item>
<item>
<title>schelog 3.6 (Logic programming)</title>
<guid isPermaLink="false">schelog</guid>
<link>//wiki.call-cc.org/eggref/4/schelog</link>
<description>Dorai Sitaram's embedding of logic programming into Scheme</description>
<author>Dorai Sitaram, substantially optimized by Brad Lucier, ported to CHICKEN by felix</author></item>
<item>
<title>graph-dfs 1.11 (Algorithms and data-structures)</title>
<guid isPermaLink="false">graph-dfs</guid>
<link>//wiki.call-cc.org/eggref/4/graph-dfs</link>
<description>Depth-first search in a graph.</description>
<author>Ivan Raikov</author></item>
<item>
<title>2d-primitives v0.2.4 (Mathematical libraries)</title>
<guid isPermaLink="false">2d-primitives</guid>
<link>//wiki.call-cc.org/eggref/4/2d-primitives</link>
<description>A collection of primitives and linear algebra common for 2D graphics and 2D games.</description>
<author>Richard van Roy</author></item>
<item>
<title>spiffy-uri-match 0.3 (Web programming)</title>
<guid isPermaLink="false">spiffy-uri-match</guid>
<link>//wiki.call-cc.org/eggref/4/spiffy-uri-match</link>
<description>uri-match integration for spiffy</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>banterpixra 0.1 (Graphics)</title>
<guid isPermaLink="false">banterpixra</guid>
<link>//wiki.call-cc.org/eggref/4/banterpixra</link>
<description>A tool to generate syntax diagrams (in SVG format) from BNF-esque grammars</description>
<author>Alaric Snell-Pym</author></item>
<item>
<title>connman 0.9 (Miscellaneous)</title>
<guid isPermaLink="false">connman</guid>
<link>//wiki.call-cc.org/eggref/4/connman</link>
<description>Manage ConnMan using the D-Bus API </description>
<author>O.S. Systems</author></item>
<item>
<title>libsvm 0.3 (Mathematical libraries)</title>
<guid isPermaLink="false">libsvm</guid>
<link>//wiki.call-cc.org/eggref/4/libsvm</link>
<description>CHICKEN bindings for libsvm</description>
<author>[[http://wiki.call-cc.org/users/peter lane|Peter Lane]]</author></item>
<item>
<title>smtp 4.0 (Networking)</title>
<guid isPermaLink="false">smtp</guid>
<link>//wiki.call-cc.org/eggref/4/smtp</link>
<description>Parser combinators and state machine for Simple Mail Transfer Protocol (RFC 5321).</description>
<author>Ivan Raikov</author></item>
<item>
<title>numspell 0.5 (Miscellaneous)</title>
<guid isPermaLink="false">numspell</guid>
<link>//wiki.call-cc.org/eggref/4/numspell</link>
<description>Spelling Numbers as English in Scheme</description>
<author>Neil van Dyke</author></item>
<item>
<title>yahoo-finance 0.2.1 (Unsupported or redundant)</title>
<guid isPermaLink="false">yahoo-finance</guid>
<link>//wiki.call-cc.org/eggref/4/yahoo-finance</link>
<description>Retrieve stock quotes from Yahoo! Finance</description>
<author>Evan Hanson</author></item>
<item>
<title>hpack 0.1 (Web programming)</title>
<guid isPermaLink="false">hpack</guid>
<link>//wiki.call-cc.org/eggref/4/hpack</link>
<description>A HTTP/2 header compression library for Chicken</description>
<author>Omar Shorbaji</author></item>
<item>
<title>blake2 0.0.5 (Cryptography)</title>
<guid isPermaLink="false">blake2</guid>
<link>//wiki.call-cc.org/eggref/4/blake2</link>
<description>BLAKE2 hashing algorithm</description>
<author>LemonBoy</author></item>
<item>
<title>srfi-19 3.7.0 (Algorithms and data-structures)</title>
<guid isPermaLink="false">srfi-19</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-19</link>
<description>Time Data Types and Procedures</description>
<author>Will Fitzgerald (for Chicken by [[/users/kon-lovett]])</author></item>
<item>
<title>call-with-sqlite3-connection 0.1.3 (Databases)</title>
<guid isPermaLink="false">call-with-sqlite3-connection</guid>
<link>//wiki.call-cc.org/eggref/4/call-with-sqlite3-connection</link>
<description>sqlite3 call-with-connection abstraction with timeout and finalizer</description>
<author>Peter Danenberg</author></item>
<item>
<title>egg-pack-sources 0.3.1 (Tools)</title>
<guid isPermaLink="false">egg-pack-sources</guid>
<link>//wiki.call-cc.org/eggref/4/egg-pack-sources</link>
<description>A tool to fetch eggs and dependencies sources</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>fnmatch 1.0.1 (OS interface)</title>
<guid isPermaLink="false">fnmatch</guid>
<link>//wiki.call-cc.org/eggref/4/fnmatch</link>
<description>Test filenames against shell wildcard patterns using fnmatch</description>
<author>Caolan McMahon</author></item>
<item>
<title>sxpath 0.2.1 (XML processing)</title>
<guid isPermaLink="false">sxpath</guid>
<link>//wiki.call-cc.org/eggref/4/sxpath</link>
<description>The sxpath bits of sxml-tools from the SSAX project at Sourceforge</description>
<author>Oleg Kiselyov, Kirill Lisovsky, Dmitry Lizorkin</author></item>
<item>
<title>rfc3339 0.1.1 (Data formats and parsing)</title>
<guid isPermaLink="false">rfc3339</guid>
<link>//wiki.call-cc.org/eggref/4/rfc3339</link>
<description>RFC3339 datetime parser</description>
<author>Jim Ursetto</author></item>
<item>
<title>proccpuinfo 0.1 (Miscellaneous)</title>
<guid isPermaLink="false">proccpuinfo</guid>
<link>//wiki.call-cc.org/eggref/4/proccpuinfo</link>
<description>Bindings for the libproccpuinfo C library, thoroughly documented, intended to be used as a tutorial.</description>
<author>Sergey Goldgaber, Moritz Heidkamp, Christian Kellermann</author></item>
<item>
<title>sdl2 0.4.1 (Graphics)</title>
<guid isPermaLink="false">sdl2</guid>
<link>//wiki.call-cc.org/eggref/4/sdl2</link>
<description>Bindings to Simple DirectMedia Layer 2 (SDL2)</description>
<author>John Croisant</author></item>
<item>
<title>g2 1.4 (Graphics)</title>
<guid isPermaLink="false">g2</guid>
<link>//wiki.call-cc.org/eggref/4/g2</link>
<description>Interface to the G2 graphics libary</description>
<author>&lt;a href=&quot;mailto:felix@call-with-current-continuation.org&quot;&gt;felix&lt;/a&gt;</author></item>
<item>
<title>lua 0.4 (Interfacing to other languages)</title>
<guid isPermaLink="false">lua</guid>
<link>//wiki.call-cc.org/eggref/4/lua</link>
<description>Embed Lua interpreter into Scheme applications</description>
<author>PUC Rio, Chicken interface by felix winkelmann</author></item>
<item>
<title>r7rs 0.0.6 (Language extensions)</title>
<guid isPermaLink="false">r7rs</guid>
<link>//wiki.call-cc.org/eggref/4/r7rs</link>
<description>R7RS compatibility</description>
<author>The Chicken Team</author></item>
<item>
<title>bvsp-spline 1.3 (Mathematical libraries)</title>
<guid isPermaLink="false">bvsp-spline</guid>
<link>//wiki.call-cc.org/eggref/4/bvsp-spline</link>
<description>An interface to the BVSPIS package (Boundary-Valued Shape-Preserving Interpolating Splines).</description>
<author>Ivan Raikov</author></item>
<item>
<title>system 0.7 (Tools)</title>
<guid isPermaLink="false">system</guid>
<link>//wiki.call-cc.org/eggref/4/system</link>
<description>load and compile groups of files</description>
<author>felix winkelmann</author></item>
<item>
<title>cock 0.9.3 (Unsupported or redundant)</title>
<guid isPermaLink="false">cock</guid>
<link>//wiki.call-cc.org/eggref/4/cock</link>
<description>In-source documentation: deprecated for hahn</description>
<author>Peter Danenberg</author></item>
<item>
<title>symbol-utils 1.2.0 (Algorithms and data-structures)</title>
<guid isPermaLink="false">symbol-utils</guid>
<link>//wiki.call-cc.org/eggref/4/symbol-utils</link>
<description>symbol-utils</description>
<author>[[kon lovett]]</author></item>
<item>
<title>nrepl 0.5 (Debugging tools)</title>
<guid isPermaLink="false">nrepl</guid>
<link>//wiki.call-cc.org/eggref/4/nrepl</link>
<description>Simple networked REPL over TCP</description>
<author>Kristian Lein-Mathisen</author></item>
<item>
<title>lowdown 3 (Data formats and parsing)</title>
<guid isPermaLink="false">lowdown</guid>
<link>//wiki.call-cc.org/eggref/4/lowdown</link>
<description>A pure Chicken Markdown parser</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>pseudo-meta-egg-info 1.2 (Egg tools)</title>
<guid isPermaLink="false">pseudo-meta-egg-info</guid>
<link>//wiki.call-cc.org/eggref/4/pseudo-meta-egg-info</link>
<description>Provide automatically generated release-info and a pseudo-&quot;meta&quot;-file for eggs in svn</description>
<author>Peter Bex</author></item>
<item>
<title>cgi 1.1 (Data formats and parsing)</title>
<guid isPermaLink="false">cgi</guid>
<link>//wiki.call-cc.org/eggref/4/cgi</link>
<description>An implementation of the CGI protocol as described in RFC 3875.</description>
<author>Ivan Raikov</author></item>
<item>
<title>synch 2.4.1 (Concurrency and parallelism)</title>
<guid isPermaLink="false">synch</guid>
<link>//wiki.call-cc.org/eggref/4/synch</link>
<description>Synchronization Forms</description>
<author>[[/users/kon-lovett]]</author></item>
<item>
<title>sql-null 1.1 (Databases)</title>
<guid isPermaLink="false">sql-null</guid>
<link>//wiki.call-cc.org/eggref/4/sql-null</link>
<description>A convenience extension for representing SQL NULL values</description>
<author>Ivan Shmakov</author></item>
<item>
<title>picnic 1.6 (Data formats and parsing)</title>
<guid isPermaLink="false">picnic</guid>
<link>//wiki.call-cc.org/eggref/4/picnic</link>
<description>A description language for neuroanatomical structures and geometric connectivity.</description>
<author>Ivan Raikov</author></item>
<item>
<title>introspect 0.2 (Language extensions)</title>
<guid isPermaLink="false">introspect</guid>
<link>//wiki.call-cc.org/eggref/4/introspect</link>
<description>Module introspection</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>simple-exceptions 0.6 (Language extensions)</title>
<guid isPermaLink="false">simple-exceptions</guid>
<link>//wiki.call-cc.org/eggref/4/simple-exceptions</link>
<description>Some user-friendly exception routines</description>
<author>Juergen Lorenz</author></item>
<item>
<title>pilgrim 0.0.4 (Web programming)</title>
<guid isPermaLink="false">pilgrim</guid>
<link>//wiki.call-cc.org/eggref/4/pilgrim</link>
<description>Barebones http kernel</description>
<author>Richo Healey</author></item>
<item>
<title>tokyocabinet 2.02 (Databases)</title>
<guid isPermaLink="false">tokyocabinet</guid>
<link>//wiki.call-cc.org/eggref/4/tokyocabinet</link>
<description>Tokyo Cabinet DBM interface</description>
<author>Alex Shinn</author></item>
<item>
<title>couchdb-view-server 0.5 (Unsupported or redundant)</title>
<guid isPermaLink="false">couchdb-view-server</guid>
<link>//wiki.call-cc.org/eggref/4/couchdb-view-server</link>
<description>A Scheme view server for Apache CouchDB</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>libxml2 0.4.2 (XML processing)</title>
<guid isPermaLink="false">libxml2</guid>
<link>//wiki.call-cc.org/eggref/4/libxml2</link>
<description>Libxml2 is a XML C parser and toolkit with DOM, SAX and text-reader APIs.</description>
<author>David Ireland</author></item>
<item>
<title>snowtar 1.0.1.1 (Data formats and parsing)</title>
<guid isPermaLink="false">snowtar</guid>
<link>//wiki.call-cc.org/eggref/4/snowtar</link>
<description>TAR file format packing and unpacking.</description>
<author>Marc Feeley</author></item>
<item>
<title>mpi 2.2 (Networking)</title>
<guid isPermaLink="false">mpi</guid>
<link>//wiki.call-cc.org/eggref/4/mpi</link>
<description>Message-passing Interface (MPI)</description>
<author>Ivan Raikov</author></item>
<item>
<title>graph-bfs 1.13 (Algorithms and data-structures)</title>
<guid isPermaLink="false">graph-bfs</guid>
<link>//wiki.call-cc.org/eggref/4/graph-bfs</link>
<description>Breadth-first search in a graph.</description>
<author>Ivan Raikov</author></item>
<item>
<title>web-colors 1.0.0 (Data formats and parsing)</title>
<guid isPermaLink="false">web-colors</guid>
<link>//wiki.call-cc.org/eggref/4/web-colors</link>
<description>Parse and write HTML/CSS color strings</description>
<author>John Croisant</author></item>
<item>
<title>fmt 0.808 (Input/Output)</title>
<guid isPermaLink="false">fmt</guid>
<link>//wiki.call-cc.org/eggref/4/fmt</link>
<description>Combinator Formatting</description>
<author>Alex Shinn</author></item>
<item>
<title>htmlprag 0.16.2 (Web programming)</title>
<guid isPermaLink="false">htmlprag</guid>
<link>//wiki.call-cc.org/eggref/4/htmlprag</link>
<description>A permissive HTML parser</description>
<author>Neil W. Van Dyke</author></item>
<item>
<title>vfs 0.2.0 (Input/Output)</title>
<guid isPermaLink="false">vfs</guid>
<link>//wiki.call-cc.org/eggref/4/vfs</link>
<description>TinyCLOS wrappers for file operations</description>
<author>[[felix winkelmann]]</author></item>
<item>
<title>opengl-glew 0.10.0 (Graphics)</title>
<guid isPermaLink="false">opengl-glew</guid>
<link>//wiki.call-cc.org/eggref/4/opengl-glew</link>
<description>Bindings to OpenGL core profile with extension loading with GLEW</description>
<author>Alex Charlton</author></item>
<item>
<title>neurolucida 1.16 (Tools)</title>
<guid isPermaLink="false">neurolucida</guid>
<link>//wiki.call-cc.org/eggref/4/neurolucida</link>
<description>Output Neurolucida XML files in various formats.</description>
<author>Ivan Raikov</author></item>
<item>
<title>html-form 1.5 (Web programming)</title>
<guid isPermaLink="false">html-form</guid>
<link>//wiki.call-cc.org/eggref/4/html-form</link>
<description>HTML form constructor.</description>
<author>Ivan Raikov</author></item>
<item>
<title>srfi-60 0.3 (Algorithms and data-structures)</title>
<guid isPermaLink="false">srfi-60</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-60</link>
<description>Integers as bits</description>
<author>Aubrey Jaffer, ported to hygienic Chicken with test suite by Peter Danenberg</author></item>
<item>
<title>mathh 3.4.2 (Mathematical libraries)</title>
<guid isPermaLink="false">mathh</guid>
<link>//wiki.call-cc.org/eggref/4/mathh</link>
<description>ISO C math functions and constants</description>
<author>[[kon lovett]] and [[john cowan]]</author></item>
<item>
<title>jsmin 2.2 (Web programming)</title>
<guid isPermaLink="false">jsmin</guid>
<link>//wiki.call-cc.org/eggref/4/jsmin</link>
<description>Implementation of Douglas Crockford's JavaScript minifier in CHICKEN Scheme</description>
<author>&lt;a href=&quot;http://wiki.call-cc.org/users/mario-domenech-goulart&quot;&gt;Mario Domenech Goulart&lt;/a&gt;</author></item>
<item>
<title>chicken-doc 0.7.0 (Documentation tools)</title>
<guid isPermaLink="false">chicken-doc</guid>
<link>//wiki.call-cc.org/eggref/4/chicken-doc</link>
<description>Explore Chicken documentation locally</description>
<author>Jim Ursetto</author></item>
<item>
<title>binary-heap 2.0 (Algorithms and data-structures)</title>
<guid isPermaLink="false">binary-heap</guid>
<link>//wiki.call-cc.org/eggref/4/binary-heap</link>
<description>Binary heap.</description>
<author>Ivan Raikov</author></item>
<item>
<title>striped-zebra 0.2 (Web programming)</title>
<guid isPermaLink="false">striped-zebra</guid>
<link>//wiki.call-cc.org/eggref/4/striped-zebra</link>
<description>An API for using the Stripe payment system.</description>
<author>Thomas Hintz</author></item>
<item>
<title>kd-tree 5.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">kd-tree</guid>
<link>//wiki.call-cc.org/eggref/4/kd-tree</link>
<description>K-D tree implementation.</description>
<author>Ivan Raikov</author></item>
<item>
<title>gochan 5.2.8 (Concurrency and parallelism)</title>
<guid isPermaLink="false">gochan</guid>
<link>//wiki.call-cc.org/eggref/4/gochan</link>
<description>golang channels in CHICKEN</description>
<author>Adellica AS</author></item>
<item>
<title>call-with-query 0.2.11 (Web programming)</title>
<guid isPermaLink="false">call-with-query</guid>
<link>//wiki.call-cc.org/eggref/4/call-with-query</link>
<description>A reasonable abstraction around e.g. fastcgi server-invocations: ports, environment, query</description>
<author>Peter Danenberg</author></item>
<item>
<title>http-session 2.11 (Web programming)</title>
<guid isPermaLink="false">http-session</guid>
<link>//wiki.call-cc.org/eggref/4/http-session</link>
<description>Facilities for managing HTTP sessions</description>
<author>&lt;a href=&quot;http://wiki.call-cc.org/users/mario-domenech-goulart&quot;&gt;Mario Domenech Goulart&lt;/a&gt;</author></item>
<item>
<title>contracts 2.0.5 (Unsupported or redundant)</title>
<guid isPermaLink="false">contracts</guid>
<link>//wiki.call-cc.org/eggref/4/contracts</link>
<description>Design by contract</description>
<author>Juergen Lorenz</author></item>
<item>
<title>syslog 1.2 (OS interface)</title>
<guid isPermaLink="false">syslog</guid>
<link>//wiki.call-cc.org/eggref/4/syslog</link>
<description>Interface to the syslog-functions</description>
<author>David Krentzlin</author></item>
<item>
<title>sxml-transforms 1.4.1 (XML processing)</title>
<guid isPermaLink="false">sxml-transforms</guid>
<link>//wiki.call-cc.org/eggref/4/sxml-transforms</link>
<description>The SXML transformations (to XML, SXML, and HTML) from the SSAX project at Sourceforge</description>
<author>Oleg Kiselyov</author></item>
<item>
<title>xbmc-api 0.1.1 (Miscellaneous)</title>
<guid isPermaLink="false">xbmc-api</guid>
<link>//wiki.call-cc.org/eggref/4/xbmc-api</link>
<description>Implementation of the JSON-RPC based API for XBMC</description>
<author>Tim van der Linden</author></item>
<item>
<title>dbi 0.5 (Databases)</title>
<guid isPermaLink="false">dbi</guid>
<link>//wiki.call-cc.org/eggref/4/dbi</link>
<description>An abstract database interface.</description>
<author>Matt Welland</author></item>
<item>
<title>xfixes 0.1.0 (Graphics)</title>
<guid isPermaLink="false">xfixes</guid>
<link>//wiki.call-cc.org/eggref/4/xfixes</link>
<description>XFixes bindings</description>
<author>John J. Foerch</author></item>
<item>
<title>sassy 0.2.4 (Code generation)</title>
<guid isPermaLink="false">sassy</guid>
<link>//wiki.call-cc.org/eggref/4/sassy</link>
<description>A portable 32-bit assembler for x86 processors</description>
<author>Jonathan Kraut</author></item>
<item>
<title>natural-sort 1.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">natural-sort</guid>
<link>//wiki.call-cc.org/eggref/4/natural-sort</link>
<description>Natural sorting procedures</description>
<author>Vasilij Schneidermann</author></item>
<item>
<title>arrays 0.3 (Language extensions)</title>
<guid isPermaLink="false">arrays</guid>
<link>//wiki.call-cc.org/eggref/4/arrays</link>
<description>Functional arrays and sets</description>
<author>Juergen Lorenz</author></item>
<item>
<title>debugger-protocol 0.2 (Debugging tools)</title>
<guid isPermaLink="false">debugger-protocol</guid>
<link>//wiki.call-cc.org/eggref/4/debugger-protocol</link>
<description>Low-level interface to debugger-protocol</description>
<author>[[felix winkelmann]]</author></item>
<item>
<title>iup 1.9.0 (User interface toolkits)</title>
<guid isPermaLink="false">iup</guid>
<link>//wiki.call-cc.org/eggref/4/iup</link>
<description>Bindings to the IUP GUI library</description>
<author>Thomas Chust</author></item>
<item>
<title>vlist 1.0 (Algorithms and data-structures)</title>
<guid isPermaLink="false">vlist</guid>
<link>//wiki.call-cc.org/eggref/4/vlist</link>
<description>An implementation of vlists, a functional list-like data structure.</description>
<author>Ludovic Courtès</author></item>
<item>
<title>iexpr 1.9 (Data formats and parsing)</title>
<guid isPermaLink="false">iexpr</guid>
<link>//wiki.call-cc.org/eggref/4/iexpr</link>
<description>Parser for I-expressions (SRFI-49).</description>
<author>Ivan Raikov</author></item>
<item>
<title>syn-param 0.2 (Language extensions)</title>
<guid isPermaLink="false">syn-param</guid>
<link>//wiki.call-cc.org/eggref/4/syn-param</link>
<description>Operators with Extended Parameter Syntax</description>
<author>Tayler Campbell</author></item>
<item>
<title>timed-resource 1.1.0 (Miscellaneous)</title>
<guid isPermaLink="false">timed-resource</guid>
<link>//wiki.call-cc.org/eggref/4/timed-resource</link>
<description>Resource w/ Timeout</description>
<author>[[kon lovett]]</author></item>
<item>
<title>henrietta-cache-git 0.0.1 (Tools)</title>
<guid isPermaLink="false">henrietta-cache-git</guid>
<link>//wiki.call-cc.org/eggref/4/henrietta-cache-git</link>
<description>A tool to convert and keep henrietta's cache in a git repository</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>sigma 2.5 (Tools)</title>
<guid isPermaLink="false">sigma</guid>
<link>//wiki.call-cc.org/eggref/4/sigma</link>
<description>An image gallery generator.</description>
<author>Ivan Raikov</author></item>
<item>
<title>bytestructures 0.0.6 (Algorithms and data-structures)</title>
<guid isPermaLink="false">bytestructures</guid>
<link>//wiki.call-cc.org/eggref/4/bytestructures</link>
<description>Structured access to bytevector contents</description>
<author>Taylan Ulrich Bayırlı/Kammer</author></item>
<item>
<title>byte-blob 1.19 (Algorithms and data-structures)</title>
<guid isPermaLink="false">byte-blob</guid>
<link>//wiki.call-cc.org/eggref/4/byte-blob</link>
<description>Byte array utility procedures for blobs.</description>
<author>Ivan Raikov</author></item>
<item>
<title>regex-case 1.2 (Language extensions)</title>
<guid isPermaLink="false">regex-case</guid>
<link>//wiki.call-cc.org/eggref/4/regex-case</link>
<description>Provides an easy to use &lt;code&gt;case&lt;/code&gt; construct for regular expression matching</description>
<author>[[felix winkelmann]]</author></item>
<item>
<title>lru-cache 0.5.3 (Algorithms and data-structures)</title>
<guid isPermaLink="false">lru-cache</guid>
<link>//wiki.call-cc.org/eggref/4/lru-cache</link>
<description>LRU cache</description>
<author>Jim Ursetto</author></item>
<item>
<title>henrietta-cache 1.8 (Egg tools)</title>
<guid isPermaLink="false">henrietta-cache</guid>
<link>//wiki.call-cc.org/eggref/4/henrietta-cache</link>
<description>Fetch and cache extensions from various sources for Henrietta to consume</description>
<author>Peter Bex</author></item>
<item>
<title>hopefully 0.2.3.1 (Concurrency and parallelism)</title>
<guid isPermaLink="false">hopefully</guid>
<link>//wiki.call-cc.org/eggref/4/hopefully</link>
<description>Simple software transactional memory.</description>
<author>Jörg F. Wittenberger</author></item>
<item>
<title>sequences 0.6 (Algorithms and data-structures)</title>
<guid isPermaLink="false">sequences</guid>
<link>//wiki.call-cc.org/eggref/4/sequences</link>
<description>Generic sequence operators</description>
<author>felix winkelmann</author></item>
<item>
<title>fann 0.3 (Mathematical libraries)</title>
<guid isPermaLink="false">fann</guid>
<link>//wiki.call-cc.org/eggref/4/fann</link>
<description>Chicken bindings for Fast Artificial Neural Network library</description>
<author>Kristian Lein-Mathisen</author></item>
<item>
<title>basic-macros 1.3 (Language extensions)</title>
<guid isPermaLink="false">basic-macros</guid>
<link>//wiki.call-cc.org/eggref/4/basic-macros</link>
<description>explicit and implicit renaming macros made easy</description>
<author>Juergen Lorenz</author></item>
<item>
<title>colorize 0.4.2 (Web programming)</title>
<guid isPermaLink="false">colorize</guid>
<link>//wiki.call-cc.org/eggref/4/colorize</link>
<description>Colorize programming code as HTML</description>
<author>Brian Mastenbrook, converted to Scheme by Peter Bex</author></item>
<item>
<title>stb-image-resize 0.3 (Graphics)</title>
<guid isPermaLink="false">stb-image-resize</guid>
<link>//wiki.call-cc.org/eggref/4/stb-image-resize</link>
<description>resize raw u8/u16/u32/f32-vector images</description>
<author>Kristian Lein-Mathisen</author></item>
<item>
<title>uuid 0.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">uuid</guid>
<link>//wiki.call-cc.org/eggref/4/uuid</link>
<description>A native implementation of UUID generation</description>
<author>David Sosby</author></item>
<item>
<title>xtypes 0.1a2 (Graphics)</title>
<guid isPermaLink="false">xtypes</guid>
<link>//wiki.call-cc.org/eggref/4/xtypes</link>
<description>Bindings for datatypes used by Xlib</description>
<author>John J. Foerch</author></item>
<item>
<title>matlab 1.3 (Interfacing to other languages)</title>
<guid isPermaLink="false">matlab</guid>
<link>//wiki.call-cc.org/eggref/4/matlab</link>
<description>Bindings for Matlab</description>
<author>Andrei Barbu</author></item>
<item>
<title>osxattr 0.1 (OS interface)</title>
<guid isPermaLink="false">osxattr</guid>
<link>//wiki.call-cc.org/eggref/4/osxattr</link>
<description>OS X extended attribute utilities</description>
<author>Jim Ursetto</author></item>
<item>
<title>graph-cycles 1.11 (Algorithms and data-structures)</title>
<guid isPermaLink="false">graph-cycles</guid>
<link>//wiki.call-cc.org/eggref/4/graph-cycles</link>
<description>Enumerate all simple cycles in a graph.</description>
<author>Ivan Raikov</author></item>
<item>
<title>records 1.3 (Algorithms and data-structures)</title>
<guid isPermaLink="false">records</guid>
<link>//wiki.call-cc.org/eggref/4/records</link>
<description>Procedural record-type interface</description>
<author>David Carlton, Aubrey Jaffer</author></item>
<item>
<title>9p 0.9 (Networking)</title>
<guid isPermaLink="false">9p</guid>
<link>//wiki.call-cc.org/eggref/4/9p</link>
<description>9p networked filesystem protocol implementation.  Includes high-level client and server code library</description>
<author>Peter Bex</author></item>
<item>
<title>srfi-121 1.8 (Algorithms and data-structures)</title>
<guid isPermaLink="false">srfi-121</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-121</link>
<description>SRFI-121: Generators</description>
<author>John Cowan</author></item>
<item>
<title>comparators 0.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">comparators</guid>
<link>//wiki.call-cc.org/eggref/4/comparators</link>
<description>SRFI-128: Comparators (reduced)</description>
<author>John Cowan, Egg by Jörg F. Wittenberger</author></item>
<item>
<title>chickumber 0.13 (Unit-testing)</title>
<guid isPermaLink="false">chickumber</guid>
<link>//wiki.call-cc.org/eggref/4/chickumber</link>
<description>A wire-server for cucumber</description>
<author>David Krentzlin</author></item>
<item>
<title>s 1.0 (Algorithms and data-structures)</title>
<guid isPermaLink="false">s</guid>
<link>//wiki.call-cc.org/eggref/4/s</link>
<description>Convenient string manipulations</description>
<author>Nicholas M. Van Horn</author></item>
<item>
<title>ssax 5.0.7 (XML processing)</title>
<guid isPermaLink="false">ssax</guid>
<link>//wiki.call-cc.org/eggref/4/ssax</link>
<description>Oleg Kiselyov's XML parser</description>
<author>Oleg Kiselyov, ported to CHICKEN by Kirill Lisovsky, packaged as an extension by &lt;a href=&quot;mailto:felix@call-with-current-continuation.org&quot;&gt;felix&lt;/a&gt;</author></item>
<item>
<title>scron 0.2 (Miscellaneous)</title>
<guid isPermaLink="false">scron</guid>
<link>//wiki.call-cc.org/eggref/4/scron</link>
<description>A very simple cron program</description>
<author>O.S. Systems</author></item>
<item>
<title>srfi-37 1.3.1 (Miscellaneous)</title>
<guid isPermaLink="false">srfi-37</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-37</link>
<description>A simple and flexible command-line option parsing facility</description>
<author>Anthony Carrico</author></item>
<item>
<title>shell 0.3 (Miscellaneous)</title>
<guid isPermaLink="false">shell</guid>
<link>//wiki.call-cc.org/eggref/4/shell</link>
<description>Convenient shell-command invocation</description>
<author>Felix Winkelmann</author></item>
<item>
<title>objc 0.5.1 (Interfacing to other languages)</title>
<guid isPermaLink="false">objc</guid>
<link>//wiki.call-cc.org/eggref/4/objc</link>
<description>An Objective-C interface</description>
<author>Zbigniew</author></item>
<item>
<title>nemo 9.2 (Data formats and parsing)</title>
<guid isPermaLink="false">nemo</guid>
<link>//wiki.call-cc.org/eggref/4/nemo</link>
<description>A description language for computational models of neuronal ionic currents.</description>
<author>Ivan Raikov</author></item>
<item>
<title>test 0.9.9.11 (Unit-testing)</title>
<guid isPermaLink="false">test</guid>
<link>//wiki.call-cc.org/eggref/4/test</link>
<description>Yet Another Testing Utility</description>
<author>Alex Shinn</author></item>
<item>
<title>tcp-server 1.4 (Networking)</title>
<guid isPermaLink="false">tcp-server</guid>
<link>//wiki.call-cc.org/eggref/4/tcp-server</link>
<description>A simple generic multithreaded tcp-server</description>
<author>felix</author></item>
<item>
<title>impromptu 0.1.6 (Tools)</title>
<guid isPermaLink="false">impromptu</guid>
<link>//wiki.call-cc.org/eggref/4/impromptu</link>
<description>Spawn $EDITOR to update association list for CLI scripts</description>
<author>Jason Felice</author></item>
<item>
<title>serial 0.7 (Algorithms and data-structures)</title>
<guid isPermaLink="false">serial</guid>
<link>//wiki.call-cc.org/eggref/4/serial</link>
<description>Serialnumber arithmetic as described in rfc1982</description>
<author>David Krentzlin</author></item>
<item>
<title>binary-parse 1.3 (Input/Output)</title>
<guid isPermaLink="false">binary-parse</guid>
<link>//wiki.call-cc.org/eggref/4/binary-parse</link>
<description>Reading variable number of bits from a sequential input stream</description>
<author>Oleg Kiselyov</author></item>
<item>
<title>args 1.6.2 (Miscellaneous)</title>
<guid isPermaLink="false">args</guid>
<link>//wiki.call-cc.org/eggref/4/args</link>
<description>Command-line argument handling, on top of SRFI 37</description>
<author>Jim Ursetto</author></item>
<item>
<title>elliptic-curves 1.0.2 (Mathematical libraries)</title>
<guid isPermaLink="false">elliptic-curves</guid>
<link>//wiki.call-cc.org/eggref/4/elliptic-curves</link>
<description>Arithmetic and Cryptography on Elliptic Curve Groups over Finite Fields</description>
<author>Thomas Chust</author></item>
<item>
<title>sxml-modifications 0.1.1 (XML processing)</title>
<guid isPermaLink="false">sxml-modifications</guid>
<link>//wiki.call-cc.org/eggref/4/sxml-modifications</link>
<description>The sxml-modification bits of sxml-tools from the SSAX project at Sourceforge</description>
<author>Dmitry Lizorkin</author></item>
<item>
<title>toml 1.0.1 (Data formats and parsing)</title>
<guid isPermaLink="false">toml</guid>
<link>//wiki.call-cc.org/eggref/4/toml</link>
<description>A TOML parser built with comparse</description>
<author>Caolan McMahon</author></item>
<item>
<title>xmkit 0.1.0 (Data formats and parsing)</title>
<guid isPermaLink="false">xmkit</guid>
<link>//wiki.call-cc.org/eggref/4/xmkit</link>
<description>a toolbox for parsing eXtended Modules</description>
<author>Michael Neidel</author></item>
<item>
<title>rfb 0.3 (Graphics)</title>
<guid isPermaLink="false">rfb</guid>
<link>//wiki.call-cc.org/eggref/4/rfb</link>
<description>Implementation of the Remote Frame Buffer protocol</description>
<author>felix winkelmann</author></item>
<item>
<title>comparse 3 (Data formats and parsing)</title>
<guid isPermaLink="false">comparse</guid>
<link>//wiki.call-cc.org/eggref/4/comparse</link>
<description>Schemely parser combinators</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>remote-mailbox-threads 0.0.3 (Concurrency and parallelism)</title>
<guid isPermaLink="false">remote-mailbox-threads</guid>
<link>//wiki.call-cc.org/eggref/4/remote-mailbox-threads</link>
<description>Enable mailbox-threads to be used across processes.</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>sdl-mixer 0.6 (Sound)</title>
<guid isPermaLink="false">sdl-mixer</guid>
<link>//wiki.call-cc.org/eggref/4/sdl-mixer</link>
<description>Basic SDL mixer support</description>
<author>Christian Kellermann</author></item>
<item>
<title>usage 0.1 (Tools)</title>
<guid isPermaLink="false">usage</guid>
<link>//wiki.call-cc.org/eggref/4/usage</link>
<description>A very small and simple helper to create usage messages</description>
<author>&lt;a href=&quot;http://wiki.call-cc.org/users/mario-domenech-goulart&quot;&gt;Mario Domenech Goulart&lt;/a&gt;</author></item>
<item>
<title>pwdb 1.3 (Cryptography)</title>
<guid isPermaLink="false">pwdb</guid>
<link>//wiki.call-cc.org/eggref/4/pwdb</link>
<description>A command-line-based password manager</description>
<author>Alaric Snell-Pym</author></item>
<item>
<title>internet-timestamp 3.3 (Data formats and parsing)</title>
<guid isPermaLink="false">internet-timestamp</guid>
<link>//wiki.call-cc.org/eggref/4/internet-timestamp</link>
<description>Parser combinators for internet timestamps (RFC 3339).</description>
<author>Ivan Raikov</author></item>
<item>
<title>svnwiki-sxml 0.2.13 (Documentation tools)</title>
<guid isPermaLink="false">svnwiki-sxml</guid>
<link>//wiki.call-cc.org/eggref/4/svnwiki-sxml</link>
<description>Parse svnwiki to sxml</description>
<author>Jim Ursetto</author></item>
<item>
<title>plot 1.2 (Graphics)</title>
<guid isPermaLink="false">plot</guid>
<link>//wiki.call-cc.org/eggref/4/plot</link>
<description>An interface to GNU libplot, a library for device-independent two-dimensional vector graphics.</description>
<author>Ivan Raikov</author></item>
<item>
<title>apropos 2.7.2 (Miscellaneous)</title>
<guid isPermaLink="false">apropos</guid>
<link>//wiki.call-cc.org/eggref/4/apropos</link>
<description>Chicken apropos</description>
<author>[[kon lovett]]</author></item>
<item>
<title>siphash 0.0.3 (Cryptography)</title>
<guid isPermaLink="false">siphash</guid>
<link>//wiki.call-cc.org/eggref/4/siphash</link>
<description>The SipHash family of hash functions</description>
<author>Evan Hanson</author></item>
<item>
<title>spiffy-dynamic-handlers 0.1 (Unsupported or redundant)</title>
<guid isPermaLink="false">spiffy-dynamic-handlers</guid>
<link>//wiki.call-cc.org/eggref/4/spiffy-dynamic-handlers</link>
<description>Deprecated Spiffy extensions for dynamically generating pages</description>
<author>Felix Winkelmann</author></item>
<item>
<title>random-access-lists 0.1.2 (Algorithms and data-structures)</title>
<guid isPermaLink="false">random-access-lists</guid>
<link>//wiki.call-cc.org/eggref/4/random-access-lists</link>
<description>Random access lists</description>
<author>Juergen Lorenz</author></item>
<item>
<title>charconv 1.3.6 (Data formats and parsing)</title>
<guid isPermaLink="false">charconv</guid>
<link>//wiki.call-cc.org/eggref/4/charconv</link>
<description>Character encoding utilities</description>
<author>Alex Shinn</author></item>
<item>
<title>interp1d 1.12 (Mathematical libraries)</title>
<guid isPermaLink="false">interp1d</guid>
<link>//wiki.call-cc.org/eggref/4/interp1d</link>
<description>One-dimensional numerical interpolation.</description>
<author>Ivan Raikov</author></item>
<item>
<title>message-digest 3.9.1 (Cryptography)</title>
<guid isPermaLink="false">message-digest</guid>
<link>//wiki.call-cc.org/eggref/4/message-digest</link>
<description>Message Digest Support</description>
<author>[[kon lovett]]</author></item>
<item>
<title>level 3.0.0 (Databases)</title>
<guid isPermaLink="false">level</guid>
<link>//wiki.call-cc.org/eggref/4/level</link>
<description>Provides a high-level API to leveldb implementations</description>
<author>Caolan McMahon</author></item>
<item>
<title>9ML-toolkit 3.25 (Tools)</title>
<guid isPermaLink="false">9ML-toolkit</guid>
<link>//wiki.call-cc.org/eggref/4/9ML-toolkit</link>
<description>A set of tools to support the NineML language.</description>
<author>Ivan Raikov</author></item>
<item>
<title>slime 1.2 (Tools)</title>
<guid isPermaLink="false">slime</guid>
<link>//wiki.call-cc.org/eggref/4/slime</link>
<description>SWANK server providing basic SLIME support.</description>
<author>Nick Gasson</author></item>
<item>
<title>salmonella-feeds 0.1.1 (Egg tools)</title>
<guid isPermaLink="false">salmonella-feeds</guid>
<link>//wiki.call-cc.org/eggref/4/salmonella-feeds</link>
<description>A tool to generate atom feeds out of salmonella log files</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>noise 0.1.5 (Graphics)</title>
<guid isPermaLink="false">noise</guid>
<link>//wiki.call-cc.org/eggref/4/noise</link>
<description>Noise generation functions on the GPU</description>
<author>Alex Charlton</author></item>
<item>
<title>awful-ssl 0.3 (Web programming)</title>
<guid isPermaLink="false">awful-ssl</guid>
<link>//wiki.call-cc.org/eggref/4/awful-ssl</link>
<description>SSL support for awful</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>locale 0.7.3 (OS interface)</title>
<guid isPermaLink="false">locale</guid>
<link>//wiki.call-cc.org/eggref/4/locale</link>
<description>Provides locale operations</description>
<author>[[kon lovett]]</author></item>
<item>
<title>sfht 3.0 (Algorithms and data-structures)</title>
<guid isPermaLink="false">sfht</guid>
<link>//wiki.call-cc.org/eggref/4/sfht</link>
<description>A dictionary data structure based on counting Bloom filters.</description>
<author>Ivan Raikov</author></item>
<item>
<title>bitstring 1.36 (Data formats and parsing)</title>
<guid isPermaLink="false">bitstring</guid>
<link>//wiki.call-cc.org/eggref/4/bitstring</link>
<description>Binary pattern matching</description>
<author>rivo</author></item>
<item>
<title>statvfs 1.1.0 (OS interface)</title>
<guid isPermaLink="false">statvfs</guid>
<link>//wiki.call-cc.org/eggref/4/statvfs</link>
<description>Wrapper for the statvfs C function.</description>
<author>Ozzi Lee</author></item>
<item>
<title>webkit 1.2.0 (User interface toolkits)</title>
<guid isPermaLink="false">webkit</guid>
<link>//wiki.call-cc.org/eggref/4/webkit</link>
<description>A Gtk+ WebKit binding with JavaScript / Scheme integration</description>
<author>Thomas Chust</author></item>
<item>
<title>git-egg-author 0.7 (Egg tools)</title>
<guid isPermaLink="false">git-egg-author</guid>
<link>//wiki.call-cc.org/eggref/4/git-egg-author</link>
<description>A small egg to make life easier for git-using authors of Chicken eggs</description>
<author>Peter Bex</author></item>
<item>
<title>AD 1.6 (Mathematical libraries)</title>
<guid isPermaLink="false">AD</guid>
<link>//wiki.call-cc.org/eggref/4/AD</link>
<description>Performs automatic differentiation</description>
<author>Jeffrey Mark Siskind</author></item>
<item>
<title>glfw3 0.6.3 (Graphics)</title>
<guid isPermaLink="false">glfw3</guid>
<link>//wiki.call-cc.org/eggref/4/glfw3</link>
<description>Bindings to the GLFW3 OpenGL window and event management library</description>
<author>Alex Charlton</author></item>
<item>
<title>agar 0.1.0 (User interface toolkits)</title>
<guid isPermaLink="false">agar</guid>
<link>//wiki.call-cc.org/eggref/4/agar</link>
<description>Bindings to the Agar GUI library</description>
<author>Thomas Chust</author></item>
<item>
<title>spiffy-cookies 1.3 (Web programming)</title>
<guid isPermaLink="false">spiffy-cookies</guid>
<link>//wiki.call-cc.org/eggref/4/spiffy-cookies</link>
<description>Procedures for managing cookies</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>glfw 0.0.3 (Graphics)</title>
<guid isPermaLink="false">glfw</guid>
<link>//wiki.call-cc.org/eggref/4/glfw</link>
<description>GLFW bindings</description>
<author>Evan Hanson</author></item>
<item>
<title>heap 0.4.12 (Algorithms and data-structures)</title>
<guid isPermaLink="false">heap</guid>
<link>//wiki.call-cc.org/eggref/4/heap</link>
<description>Mutable heap with priority-queue operations and O(1) membership-testing</description>
<author>Peter Danenberg</author></item>
<item>
<title>fluids 1.1 (Language extensions)</title>
<guid isPermaLink="false">fluids</guid>
<link>//wiki.call-cc.org/eggref/4/fluids</link>
<description>fluid variables - an alternative to SRFI-39</description>
<author>Joo ChurlSoo</author></item>
<item>
<title>sodium 0.3.0 (Cryptography)</title>
<guid isPermaLink="false">sodium</guid>
<link>//wiki.call-cc.org/eggref/4/sodium</link>
<description>Bindings to the Sodium crypto library (libsodium)</description>
<author>Caolan McMahon</author></item>
<item>
<title>fox 1.1 (Input/Output)</title>
<guid isPermaLink="false">fox</guid>
<link>//wiki.call-cc.org/eggref/4/fox</link>
<description>string formatting</description>
<author>Joo ChurlSoo</author></item>
<item>
<title>simple-logging 17005.3 (Unsupported or redundant)</title>
<guid isPermaLink="false">simple-logging</guid>
<link>//wiki.call-cc.org/eggref/4/simple-logging</link>
<description>Procedures for generating logs of run traces of programs</description>
<author>Alejandro Forero Cuervo</author></item>
<item>
<title>wmiirc 0.5 (OS interface)</title>
<guid isPermaLink="false">wmiirc</guid>
<link>//wiki.call-cc.org/eggref/4/wmiirc</link>
<description>A library for writing wmii configuration scripts</description>
<author>Peter Bex</author></item>
<item>
<title>redis 2.0 (Databases)</title>
<guid isPermaLink="false">redis</guid>
<link>//wiki.call-cc.org/eggref/4/redis</link>
<description>High-performance redis bindings using hiredis</description>
<author>Andrei Barbu</author></item>
<item>
<title>setup-helper-cock 0.3 (Unsupported or redundant)</title>
<guid isPermaLink="false">setup-helper-cock</guid>
<link>//wiki.call-cc.org/eggref/4/setup-helper-cock</link>
<description>Obsolete; cock suffices.</description>
<author>Peter Danenberg</author></item>
<item>
<title>module-declarations 0.0.3 (Language extensions)</title>
<guid isPermaLink="false">module-declarations</guid>
<link>//wiki.call-cc.org/eggref/4/module-declarations</link>
<description>Module declarations</description>
<author>Evan Hanson</author></item>
<item>
<title>sentence-split 0.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">sentence-split</guid>
<link>//wiki.call-cc.org/eggref/4/sentence-split</link>
<description>Extracts sentences as a list from a string of text.</description>
<author>David Ireland</author></item>
<item>
<title>foreigners 1.4.1 (Language extensions)</title>
<guid isPermaLink="false">foreigners</guid>
<link>//wiki.call-cc.org/eggref/4/foreigners</link>
<description>Foreign helper macros for Chicken 4</description>
<author>Jim Ursetto</author></item>
<item>
<title>henrietta 1.1 (Egg tools)</title>
<guid isPermaLink="false">henrietta</guid>
<link>//wiki.call-cc.org/eggref/4/henrietta</link>
<description>Serve extensions over HTTP</description>
<author>felix winkelmann</author></item>
<item>
<title>jni 0.5 (Language extensions)</title>
<guid isPermaLink="false">jni</guid>
<link>//wiki.call-cc.org/eggref/4/jni</link>
<description>JNI Bindings for Chicken Scheme</description>
<author>bevuta IT GmbH (Patrick Brauer)</author></item>
<item>
<title>protolk 0.5 (Object-oriented programming)</title>
<guid isPermaLink="false">protolk</guid>
<link>//wiki.call-cc.org/eggref/4/protolk</link>
<description>Flexible Scheme objects with message passing and prototypes</description>
<author>John Croisant &lt;john+protolk@croisant.net&gt;</author></item>
<item>
<title>simple-tests 2.6 (Unit-testing)</title>
<guid isPermaLink="false">simple-tests</guid>
<link>//wiki.call-cc.org/eggref/4/simple-tests</link>
<description>Some simple testing routines</description>
<author>Juergen Lorenz</author></item>
<item>
<title>hostinfo 1.4.1 (Networking)</title>
<guid isPermaLink="false">hostinfo</guid>
<link>//wiki.call-cc.org/eggref/4/hostinfo</link>
<description>Look up host, protocol, and service information</description>
<author>Jim Ursetto</author></item>
<item>
<title>trie 3 (Algorithms and data-structures)</title>
<guid isPermaLink="false">trie</guid>
<link>//wiki.call-cc.org/eggref/4/trie</link>
<description>A trie (prefix tree) implementation</description>
<author>Moritz Heidkamp</author></item>
<item>
<title>amb 2.3.0 (Algorithms and data-structures)</title>
<guid isPermaLink="false">amb</guid>
<link>//wiki.call-cc.org/eggref/4/amb</link>
<description>The non-deterministic backtracking ambivalence operator</description>
<author>[[thomas chust]]</author></item>
<item>
<title>3viewer 0.2 (Graphics)</title>
<guid isPermaLink="false">3viewer</guid>
<link>//wiki.call-cc.org/eggref/4/3viewer</link>
<description>A simple 3D viewer</description>
<author>felix winkelmann</author></item>
<item>
<title>tinyclos-xerox 0.0.4 (Object-oriented programming)</title>
<guid isPermaLink="false">tinyclos-xerox</guid>
<link>//wiki.call-cc.org/eggref/4/tinyclos-xerox</link>
<description>Experimental copy of the original Xerox PARC copy of tiny-clos</description>
<author>Gregor Kiczales, Tony Sidaway</author></item>
<item>
<title>phricken 1.2 (Web programming)</title>
<guid isPermaLink="false">phricken</guid>
<link>//wiki.call-cc.org/eggref/4/phricken</link>
<description>An extensible Gopher server</description>
<author>Jim Ursetto</author></item>
<item>
<title>svn-egg-author 0.1.4 (Egg tools)</title>
<guid isPermaLink="false">svn-egg-author</guid>
<link>//wiki.call-cc.org/eggref/4/svn-egg-author</link>
<description>A small egg to make life easier for svn-using authors of Chicken eggs</description>
<author>Peter Bex</author></item>
<item>
<title>minissh 1.0.0 (Networking)</title>
<guid isPermaLink="false">minissh</guid>
<link>//wiki.call-cc.org/eggref/4/minissh</link>
<description>unknown</description>
<author>Kristian Lein-Mathisen</author></item>
<item>
<title>eping 1.0 (Networking)</title>
<guid isPermaLink="false">eping</guid>
<link>//wiki.call-cc.org/eggref/4/eping</link>
<description>ICMP ping utility</description>
<author>Michele La Monaca</author></item>
<item>
<title>qt-light 0.991 (User interface toolkits)</title>
<guid isPermaLink="false">qt-light</guid>
<link>//wiki.call-cc.org/eggref/4/qt-light</link>
<description>A leightweight Qt 4 interface</description>
<author>felix winkelmann</author></item>
<item>
<title>object-graph 1.2 (Algorithms and data-structures)</title>
<guid isPermaLink="false">object-graph</guid>
<link>//wiki.call-cc.org/eggref/4/object-graph</link>
<description>Graph description generator for graphs of arbitrary objects.</description>
<author>Ivan Raikov</author></item>
<item>
<title>filepath 1.5 (Data formats and parsing)</title>
<guid isPermaLink="false">filepath</guid>
<link>//wiki.call-cc.org/eggref/4/filepath</link>
<description>Cross-platform file path manipulation.</description>
<author>Ivan Raikov</author></item>
<item>
<title>directory-utils 1.1.1 (Input/Output)</title>
<guid isPermaLink="false">directory-utils</guid>
<link>//wiki.call-cc.org/eggref/4/directory-utils</link>
<description>directory-utils</description>
<author>[[kon lovett]]</author></item>
<item>
<title>high-load-scheduler 0.2 (Unsupported or redundant)</title>
<guid isPermaLink="false">high-load-scheduler</guid>
<link>//wiki.call-cc.org/eggref/4/high-load-scheduler</link>
<description>enhanced scheduler</description>
<author>Joerg Wittenberger</author></item>
<item>
<title>nanomsg 1.0.0.6 (Networking)</title>
<guid isPermaLink="false">nanomsg</guid>
<link>//wiki.call-cc.org/eggref/4/nanomsg</link>
<description>unknown</description>
<author>Adellica AS</author></item>
<item>
<title>sundials 2.15 (Mathematical libraries)</title>
<guid isPermaLink="false">sundials</guid>
<link>//wiki.call-cc.org/eggref/4/sundials</link>
<description>An interface to SUNDIALS (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers).</description>
<author>Ivan Raikov</author></item>
<item>
<title>inclub 0.2 (Macros and meta-syntax)</title>
<guid isPermaLink="false">inclub</guid>
<link>//wiki.call-cc.org/eggref/4/inclub</link>
<description>Brute-force include for multi-file programs</description>
<author>John J. Foerch</author></item>
<item>
<title>crypt 0.4.3 (Cryptography)</title>
<guid isPermaLink="false">crypt</guid>
<link>//wiki.call-cc.org/eggref/4/crypt</link>
<description>Secure password hashing through the Unix crypt() function</description>
<author>Peter Bex, with code from many people</author></item>
<item>
<title>skiplists 1.1.5 (Algorithms and data-structures)</title>
<guid isPermaLink="false">skiplists</guid>
<link>//wiki.call-cc.org/eggref/4/skiplists</link>
<description>An implementation of skiplists</description>
<author>Juergen Lorenz</author></item>
<item>
<title>stty 0.2.6 (Input/Output)</title>
<guid isPermaLink="false">stty</guid>
<link>//wiki.call-cc.org/eggref/4/stty</link>
<description>stty-style interface to termios</description>
<author>Alex Shinn</author></item>
<item>
<title>blas 4.1 (Mathematical libraries)</title>
<guid isPermaLink="false">blas</guid>
<link>//wiki.call-cc.org/eggref/4/blas</link>
<description>An interface to level 1, 2 and 3 BLAS routines</description>
<author>felix</author></item>
<item>
<title>awful-ssql 0.1.0 (Databases)</title>
<guid isPermaLink="false">awful-ssql</guid>
<link>//wiki.call-cc.org/eggref/4/awful-ssql</link>
<description>Enable SSQL mode for awful's database-support eggs</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>awful-postgresql 0.7.0 (Web programming)</title>
<guid isPermaLink="false">awful-postgresql</guid>
<link>//wiki.call-cc.org/eggref/4/awful-postgresql</link>
<description>Postgresql support for awful</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>operations 0.5 (Object-oriented programming)</title>
<guid isPermaLink="false">operations</guid>
<link>//wiki.call-cc.org/eggref/4/operations</link>
<description>The object system used in T</description>
<author>felix winkelmann</author></item>
<item>
<title>sdl-base 0.1 (Graphics)</title>
<guid isPermaLink="false">sdl-base</guid>
<link>//wiki.call-cc.org/eggref/4/sdl-base</link>
<description>Basic SDL support</description>
<author></author></item>
<item>
<title>rpc 1.1.2 (Networking)</title>
<guid isPermaLink="false">rpc</guid>
<link>//wiki.call-cc.org/eggref/4/rpc</link>
<description>A flexible peer-to-peer RPC system.</description>
<author>Thomas Chust</author></item>
<item>
<title>concurrent-native-callbacks 0.8 (Concurrency and parallelism)</title>
<guid isPermaLink="false">concurrent-native-callbacks</guid>
<link>//wiki.call-cc.org/eggref/4/concurrent-native-callbacks</link>
<description>Invoke callbacks from other native threads</description>
<author>bevuta IT GmbH (Felix Winkelmann)</author></item>
<item>
<title>unix-sockets 1.9 (Networking)</title>
<guid isPermaLink="false">unix-sockets</guid>
<link>//wiki.call-cc.org/eggref/4/unix-sockets</link>
<description>UNIX domain sockets</description>
<author>felix winkelmann</author></item>
<item>
<title>dbus 0.97 (OS interface)</title>
<guid isPermaLink="false">dbus</guid>
<link>//wiki.call-cc.org/eggref/4/dbus</link>
<description>A binding for libdbus, the IPC mechanism</description>
<author>Shawn Rutledge</author></item>
<item>
<title>coops 1.93 (Object-oriented programming)</title>
<guid isPermaLink="false">coops</guid>
<link>//wiki.call-cc.org/eggref/4/coops</link>
<description>An featureful object system</description>
<author>Dorai Sitaram and felix winkelmann</author></item>
<item>
<title>treap 1.7 (Algorithms and data-structures)</title>
<guid isPermaLink="false">treap</guid>
<link>//wiki.call-cc.org/eggref/4/treap</link>
<description>A sorted dictionary data structure based on randomized search trees.</description>
<author>Oleg Kiselyov</author></item>
<item>
<title>z3 1.45 (Algorithms and data-structures)</title>
<guid isPermaLink="false">z3</guid>
<link>//wiki.call-cc.org/eggref/4/z3</link>
<description>A gzip (RFC1952) compression and decompression library</description>
<author>Oskar Schirmer and felix winkelmann</author></item>
<item>
<title>spock 0.098 (Web programming)</title>
<guid isPermaLink="false">spock</guid>
<link>//wiki.call-cc.org/eggref/4/spock</link>
<description>A compiler and runtime system for R5RS Scheme on top of JavaScript</description>
<author>felix winkelmann</author></item>
<item>
<title>linenoise 0.7 (Input/Output)</title>
<guid isPermaLink="false">linenoise</guid>
<link>//wiki.call-cc.org/eggref/4/linenoise</link>
<description>A minimal, zero-config, BSD licensed, readline replacement.</description>
<author>Salvatore Sanfilippo</author></item>
<item>
<title>image-processing 1.1 (Miscellaneous)</title>
<guid isPermaLink="false">image-processing</guid>
<link>//wiki.call-cc.org/eggref/4/image-processing</link>
<description>Image processing utilities</description>
<author>Purdue team</author></item>
<item>
<title>environments 1.54 (Unsupported or redundant)</title>
<guid isPermaLink="false">environments</guid>
<link>//wiki.call-cc.org/eggref/4/environments</link>
<description>User defined evaluation environments</description>
<author>felix</author></item>
<item>
<title>levenshtein 1.0.3 (Algorithms and data-structures)</title>
<guid isPermaLink="false">levenshtein</guid>
<link>//wiki.call-cc.org/eggref/4/levenshtein</link>
<description>Levenshtein edit distance</description>
<author>[[kon lovett]]</author></item>
<item>
<title>salmonella-html-report 1.7.2 (Egg tools)</title>
<guid isPermaLink="false">salmonella-html-report</guid>
<link>//wiki.call-cc.org/eggref/4/salmonella-html-report</link>
<description>A tool to generate HTML ouput out of salmonella log files</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>sha1 3.2.0 (Cryptography)</title>
<guid isPermaLink="false">sha1</guid>
<link>//wiki.call-cc.org/eggref/4/sha1</link>
<description>Computes SHA1 (FIPS-180-1) checksums</description>
<author>Steve Reid, packaged for Chicken by Peter Bex</author></item>
<item>
<title>seulex 1.2 (Mathematical libraries)</title>
<guid isPermaLink="false">seulex</guid>
<link>//wiki.call-cc.org/eggref/4/seulex</link>
<description>An interface to the SEULEX package for solving systems of stiff differential and differential-algebraic equations.</description>
<author>Ivan Raikov</author></item>
<item>
<title>link-grammar 1.6 (Algorithms and data-structures)</title>
<guid isPermaLink="false">link-grammar</guid>
<link>//wiki.call-cc.org/eggref/4/link-grammar</link>
<description>Bindings for the CMU link-grammar parser system.</description>
<author>David Ireland</author></item>
<item>
<title>forcible 0.3.8 (Concurrency and parallelism)</title>
<guid isPermaLink="false">forcible</guid>
<link>//wiki.call-cc.org/eggref/4/forcible</link>
<description>Thread- and exception aware, lazy-looking synchronization with timeouts - extending srfi-45</description>
<author>Jörg F. Wittenberger</author></item>
<item>
<title>describe 0.1 (Miscellaneous)</title>
<guid isPermaLink="false">describe</guid>
<link>//wiki.call-cc.org/eggref/4/describe</link>
<description>Describe objects in detail</description>
<author>Jim Ursetto</author></item>
<item>
<title>graph-separators 1.4 (Algorithms and data-structures)</title>
<guid isPermaLink="false">graph-separators</guid>
<link>//wiki.call-cc.org/eggref/4/graph-separators</link>
<description>Determine the separation vertices of a graph.</description>
<author>Richard Kelsey</author></item>
<item>
<title>mistie 1.5 (Data formats and parsing)</title>
<guid isPermaLink="false">mistie</guid>
<link>//wiki.call-cc.org/eggref/4/mistie</link>
<description>A programmable filter</description>
<author>Dorai Sitaram</author></item>
<item>
<title>imlib2-xlib 1.0.1 (Graphics)</title>
<guid isPermaLink="false">imlib2-xlib</guid>
<link>//wiki.call-cc.org/eggref/4/imlib2-xlib</link>
<description>Chicken bindings for the Imlib2 image library's Xlib API</description>
<author>John J. Foerch</author></item>
<item>
<title>dollar 2.0.4 (Interfacing to other languages)</title>
<guid isPermaLink="false">dollar</guid>
<link>//wiki.call-cc.org/eggref/4/dollar</link>
<description>FFI convenience macro</description>
<author>[[felix winkelmann]] and [[kon lovett]]</author></item>
<item>
<title>tcp6 0.2.1 (Networking)</title>
<guid isPermaLink="false">tcp6</guid>
<link>//wiki.call-cc.org/eggref/4/tcp6</link>
<description>Interface to TCP over IPv4 and IPv6</description>
<author>Jim Ursetto</author></item>
<item>
<title>special-case 0.1 (Language extensions)</title>
<guid isPermaLink="false">special-case</guid>
<link>//wiki.call-cc.org/eggref/4/special-case</link>
<description>Optimizing Special Cases Abstractly</description>
<author>Alex Shinn</author></item>
<item>
<title>bokbok 0.2 (unknown category: other)</title>
<guid isPermaLink="false">bokbok</guid>
<link>//wiki.call-cc.org/eggref/4/bokbok</link>
<description>unknown</description>
<author>Alaric Snell-Pym</author></item>
<item>
<title>ldif-sexpr 0.3.2 (Data formats and parsing)</title>
<guid isPermaLink="false">ldif-sexpr</guid>
<link>//wiki.call-cc.org/eggref/4/ldif-sexpr</link>
<description>Convert (parse&amp;write) LDIF, rfc4514 and LDAP filters (rfc2254) into S-expressions.</description>
<author>Jörg F. Wittenberger</author></item>
<item>
<title>s48-modules 0.4.1 (Miscellaneous)</title>
<guid isPermaLink="false">s48-modules</guid>
<link>//wiki.call-cc.org/eggref/4/s48-modules</link>
<description>basic Scheme48 module syntax</description>
<author>felix</author></item>
<item>
<title>ioctl 0.2 (Input/Output)</title>
<guid isPermaLink="false">ioctl</guid>
<link>//wiki.call-cc.org/eggref/4/ioctl</link>
<description>ioctl system call interface</description>
<author>Alex Shinn</author></item>
<item>
<title>internet-message 6.0 (Data formats and parsing)</title>
<guid isPermaLink="false">internet-message</guid>
<link>//wiki.call-cc.org/eggref/4/internet-message</link>
<description>Parser combinators for Internet Message Format (RFC 5322).</description>
<author>Ivan Raikov</author></item>
<item>
<title>physfs 2.2 (Input/Output)</title>
<guid isPermaLink="false">physfs</guid>
<link>//wiki.call-cc.org/eggref/4/physfs</link>
<description>Comprehensive library for transparently interfacing with archives and file systems of various formats and endian-ness</description>
<author>Daniel J. Leslie</author></item>
<item>
<title>cmaes 1.0 (Mathematical libraries)</title>
<guid isPermaLink="false">cmaes</guid>
<link>//wiki.call-cc.org/eggref/4/cmaes</link>
<description>The CMA-ES library for non-linear function minimization.</description>
<author>Ivan Raikov</author></item>
<item>
<title>big-chicken 0.4 (Miscellaneous)</title>
<guid isPermaLink="false">big-chicken</guid>
<link>//wiki.call-cc.org/eggref/4/big-chicken</link>
<description>A convenience module that re-exports most non-standard libraries</description>
<author>felix winkelmann</author></item>
<item>
<title>srfi-7 0.1 (Miscellaneous)</title>
<guid isPermaLink="false">srfi-7</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-7</link>
<description>SRFI-7: Feature based program configuration language</description>
<author>Richard Kelsey, packaged as egg by felix winkelmann</author></item>
<item>
<title>freetype 0.1 (Graphics)</title>
<guid isPermaLink="false">freetype</guid>
<link>//wiki.call-cc.org/eggref/4/freetype</link>
<description>Freetype2 Interface</description>
<author>Alex Shinn</author></item>
<item>
<title>tuples 1.2 (Algorithms and data-structures)</title>
<guid isPermaLink="false">tuples</guid>
<link>//wiki.call-cc.org/eggref/4/tuples</link>
<description>Immutable encapsulated tuples, triples and couples, mutable singles datatypes</description>
<author>Juergen Lorenz</author></item>
<item>
<title>srfi-27 3.4.1 (Algorithms and data-structures)</title>
<guid isPermaLink="false">srfi-27</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-27</link>
<description>Sources of Random Bits</description>
<author>Sebastian Egner, for Chicken by [[kon lovett]]</author></item>
<item>
<title>x11-colors 1.0 (Graphics)</title>
<guid isPermaLink="false">x11-colors</guid>
<link>//wiki.call-cc.org/eggref/4/x11-colors</link>
<description>named standard colors as available in X11</description>
<author>felix winkelmann</author></item>
<item>
<title>rss 1.6 (XML processing)</title>
<guid isPermaLink="false">rss</guid>
<link>//wiki.call-cc.org/eggref/4/rss</link>
<description>A RSS parser</description>
<author>felix winkelmann</author></item>
<item>
<title>ssql 0.2.4 (Databases)</title>
<guid isPermaLink="false">ssql</guid>
<link>//wiki.call-cc.org/eggref/4/ssql</link>
<description>SQL as S-expressions</description>
<author>Peter Bex, Moritz Heidkamp</author></item>
<item>
<title>testeez 0.3.1 (Unit-testing)</title>
<guid isPermaLink="false">testeez</guid>
<link>//wiki.call-cc.org/eggref/4/testeez</link>
<description>Simple Test Mechanism for Scheme</description>
<author>Neil van Dyke</author></item>
<item>
<title>pthreads 0.2 (Concurrency and parallelism)</title>
<guid isPermaLink="false">pthreads</guid>
<link>//wiki.call-cc.org/eggref/4/pthreads</link>
<description>Maintain and talk to a pthread pool.</description>
<author>Jörg F. Wittenberger</author></item>
<item>
<title>augeas 0.1.0 (Data formats and parsing)</title>
<guid isPermaLink="false">augeas</guid>
<link>//wiki.call-cc.org/eggref/4/augeas</link>
<description>Augeas configuration API bindings</description>
<author>Jim Ursetto</author></item>
<item>
<title>typed-lists 2.3 (Language extensions)</title>
<guid isPermaLink="false">typed-lists</guid>
<link>//wiki.call-cc.org/eggref/4/typed-lists</link>
<description>Immutable typed lists and sets</description>
<author>Juergen Lorenz</author></item>
<item>
<title>regex-literals 1.0.4 (Language extensions)</title>
<guid isPermaLink="false">regex-literals</guid>
<link>//wiki.call-cc.org/eggref/4/regex-literals</link>
<description>A reader extension providing precompiled regular expression literals of the form #/[a-z0-9]+/i</description>
<author>Arto Bendiken</author></item>
<item>
<title>multipart-form-data 0.2 (Web programming)</title>
<guid isPermaLink="false">multipart-form-data</guid>
<link>//wiki.call-cc.org/eggref/4/multipart-form-data</link>
<description>Reads &amp; decodes HTTP multipart/form-data requests.</description>
<author>Andy Bennett &lt;andyjpb@knodium.com&gt;</author></item>
<item>
<title>directory-tree 1.0 (OS interface)</title>
<guid isPermaLink="false">directory-tree</guid>
<link>//wiki.call-cc.org/eggref/4/directory-tree</link>
<description>Easy directory tree creation and check based on Gauche.</description>
<author>Peter Nagy</author></item>
<item>
<title>mailbox-threads 1.4 (Concurrency and parallelism)</title>
<guid isPermaLink="false">mailbox-threads</guid>
<link>//wiki.call-cc.org/eggref/4/mailbox-threads</link>
<description>An enhancement for srfi-18 that connects a mailbox to each thread.</description>
<author>Christian Kellermann</author></item>
<item>
<title>srfi-64 1.0.5 (Unit-testing)</title>
<guid isPermaLink="false">srfi-64</guid>
<link>//wiki.call-cc.org/eggref/4/srfi-64</link>
<description>SRFI 64:&quot;A Scheme API for test suites&quot; implementation</description>
<author>Sunjoong Lee</author></item>
<item>
<title>lalr 2.4.3 (Data formats and parsing)</title>
<guid isPermaLink="false">lalr</guid>
<link>//wiki.call-cc.org/eggref/4/lalr</link>
<description>An efficient LALR(1) parser generator</description>
<author>Dominique Boucher</author></item>
<item>
<title>sha2 3.2.0 (Cryptography)</title>
<guid isPermaLink="false">sha2</guid>
<link>//wiki.call-cc.org/eggref/4/sha2</link>
<description>Computes 256-, 385- and 512-bit SHA2 checksums</description>
<author>Aaron D. Gifford and Daishi Kato</author></item>
<item>
<title>efax 0.1 (Miscellaneous)</title>
<guid isPermaLink="false">efax</guid>
<link>//wiki.call-cc.org/eggref/4/efax</link>
<description>Library for using the eFax service to send faxes over the internet</description>
<author>Peter Bex</author></item>
<item>
<title>oblist 1.2 (Miscellaneous)</title>
<guid isPermaLink="false">oblist</guid>
<link>//wiki.call-cc.org/eggref/4/oblist</link>
<description>Obtain list of all interned symbols and variables</description>
<author>felix winkelmann</author></item>
<item>
<title>ssql-postgresql 0.1.2 (Databases)</title>
<guid isPermaLink="false">ssql-postgresql</guid>
<link>//wiki.call-cc.org/eggref/4/ssql-postgresql</link>
<description>SSQL translator for PostgreSQL</description>
<author>Peter Bex, Moritz Heidkamp</author></item>
<item>
<title>typeclass 1.3 (Language extensions)</title>
<guid isPermaLink="false">typeclass</guid>
<link>//wiki.call-cc.org/eggref/4/typeclass</link>
<description>Type classes</description>
<author>Andre van Tonder</author></item>
<item>
<title>advice 0.3 (Miscellaneous)</title>
<guid isPermaLink="false">advice</guid>
<link>//wiki.call-cc.org/eggref/4/advice</link>
<description>`advise' functionality</description>
<author>felix winkelmann</author></item>
<item>
<title>thread-utils 1.2.0 (Miscellaneous)</title>
<guid isPermaLink="false">thread-utils</guid>
<link>//wiki.call-cc.org/eggref/4/thread-utils</link>
<description>Thread Utilities</description>
<author>[[kon lovett]]</author></item>
<item>
<title>packrat 1.6 (Data formats and parsing)</title>
<guid isPermaLink="false">packrat</guid>
<link>//wiki.call-cc.org/eggref/4/packrat</link>
<description>A packrat parsing library</description>
<author>Tony Garnock-Jones</author></item>
<item>
<title>kvlists 1.0.6 (Algorithms and data-structures)</title>
<guid isPermaLink="false">kvlists</guid>
<link>//wiki.call-cc.org/eggref/4/kvlists</link>
<description>Provides keyword/value list (or key-value list, for short) operations.</description>
<author>Arto Bendiken</author></item>
<item>
<title>sxml-fu 0.3.1 (Web programming)</title>
<guid isPermaLink="false">sxml-fu</guid>
<link>//wiki.call-cc.org/eggref/4/sxml-fu</link>
<description>SXML transformations ruleset library</description>
<author>Peter Bex</author></item>
<item>
<title>with-current-directory 0.1.0 (Language extensions)</title>
<guid isPermaLink="false">with-current-directory</guid>
<link>//wiki.call-cc.org/eggref/4/with-current-directory</link>
<description>Convenience procedure for changing directories</description>
<author>Evan Hanson</author></item>
<item>
<title>clucker 0.12 (Web programming)</title>
<guid isPermaLink="false">clucker</guid>
<link>//wiki.call-cc.org/eggref/4/clucker</link>
<description>Twitter API for Chicken Scheme</description>
<author>Nicholas M. Van Horn</author></item>
<item>
<title>nuklear 0.1 (User interface toolkits)</title>
<guid isPermaLink="false">nuklear</guid>
<link>//wiki.call-cc.org/eggref/4/nuklear</link>
<description>Bindings to the nuklear library</description>
<author>Vasilij Schneidermann</author></item>
<item>
<title>pastiche 0.33 (Web programming)</title>
<guid isPermaLink="false">pastiche</guid>
<link>//wiki.call-cc.org/eggref/4/pastiche</link>
<description>A small awful app implementing a pastebin service</description>
<author>Christian Kellermann</author></item>
<item>
<title>salt 0.25 (Algorithms and data-structures)</title>
<guid isPermaLink="false">salt</guid>
<link>//wiki.call-cc.org/eggref/4/salt</link>
<description>Hybrid dynamical systems modeling.</description>
<author>Ivan Raikov</author></item>
<item>
<title>accents-substitute 0.7 (Algorithms and data-structures)</title>
<guid isPermaLink="false">accents-substitute</guid>
<link>//wiki.call-cc.org/eggref/4/accents-substitute</link>
<description>Substitute accented characters in strings</description>
<author>Mario Domenech Goulart</author></item>
<item>
<title>format-compiler-base 17017.2 (Input/Output)</title>
<guid isPermaLink="false">format-compiler-base</guid>
<link>//wiki.call-cc.org/eggref/4/format-compiler-base</link>
<description>Base of the format procedures to generate output based on format strings.  This egg should not be used directly: the format-compiler egg should be used instead.</description>
<author>Alejandro Forero Cuervo</author></item>
<item>
<title>check-errors 2.2.0 (Miscellaneous)</title>
<guid isPermaLink="false">check-errors</guid>
<link>//wiki.call-cc.org/eggref/4/check-errors</link>
<description>Argument checks &amp; errors</description>
<author>[[kon lovett]]</author></item>
<item>
<title>md2 1.2 (Cryptography)</title>
<guid isPermaLink="false">md2</guid>
<link>//wiki.call-cc.org/eggref/4/md2</link>
<description>Message Digest 2 algorithm as defined in RFC1319</description>
<author>Tobias Heilig</author></item>
<item>
<title>csp 1.3 (Algorithms and data-structures)</title>
<guid isPermaLink="false">csp</guid>
<link>//wiki.call-cc.org/eggref/4/csp</link>
<description>Solve constraint satisfaction problems</description>
<author>Jeffrey Mark Siskind</author></item>
<item>
<title>pathname-expand 0.1 (OS interface)</title>
<guid isPermaLink="false">pathname-expand</guid>
<link>//wiki.call-cc.org/eggref/4/pathname-expand</link>
<description>Pathname expansion</description>
<author>The CHICKEN team</author></item>
<item>
<title>chicken-doc-admin 0.5.0 (Documentation tools)</title>
<guid isPermaLink="false">chicken-doc-admin</guid>
<link>//wiki.call-cc.org/eggref/4/chicken-doc-admin</link>
<description>Administer Chicken documentation locally</description>
<author>Jim Ursetto</author></item>
<item>
<title>landauer 0.0.2 (Mathematical libraries)</title>
<guid isPermaLink="false">landauer</guid>
<link>//wiki.call-cc.org/eggref/4/landauer</link>
<description>Use the Landauer limit to calculate my program's entropy.</description>
<author>Peter Danenberg</author></item>
<item>
<title>pty 1.7 (Input/Output)</title>
<guid isPermaLink="false">pty</guid>
<link>//wiki.call-cc.org/eggref/4/pty</link>
<description>Easy Pseudo-Terminal Interface</description>
<author>Alex Shinn</author></item></channel></rss>