
Last updated: Fri Mar 12 12:17:20 2010
A library of extensions for the Chicken Scheme system.
Installation
Just enter
chicken-install EXTENSIONNAME
This will download anything needed to compile and install the library. If your extension repository is placed at a location for which you don't have write permissions, then run chicken-install with the -sudo option or run it as root (not recommended).
You can obtain the repository location by running
csi -p "(repository-path)"
If you only want to download the extension and install it later, pass the -retrieve option to chicken-install:
chicken-install -retrieve EXTENSIONNAME
By default the archive will be unpacked into a temporary directory (named EXTENSIONNAME.egg-dir) and the directory will be removed if the installation completed successfully. To keep the extracted files add -keep to the options passed to chicken-install.
For more information, enter
chicken-install -help
If you would like to access the subversion repository, see the Egg tutorial.
If you are looking for 3rd party libraries used by one of the extensions, check out the CHICKEN tarball repository.
List of available eggs
Categories
| Name |
Description |
License |
author |
maintainer |
version |
| F-operator |
Shift/Reset Control Operators. |
BSD |
kon lovett |
|
2.0.3 |
| autoload |
Load modules lazily |
BSD |
Alex Shinn |
|
|
| datatype |
A facility for creating and deconstructing variant records (from EOPL) |
BSD |
felix winkelmann |
|
1.3 |
| date-literals |
A reader extension providing SRFI-19 date/time literals of the form <code>#@2007-12-31T23:59:59Z</code> |
MIT |
Arto Bendiken |
|
1.1.0 |
| environments |
User defined evaluation environments |
BSD |
felix |
|
1.53 |
| fast-loop |
Fast extensible looping macros |
BSD |
Alex Shinn |
|
0.4 |
| foof-loop |
Extensible looping macros (originally based on Alex Shinn's) |
Public Domain |
Taylor R Campbell; test suite by Peter Danenberg |
|
trunk |
| foreigners |
Foreign helper macros for Chicken 4 |
BSD |
Jim Ursetto |
|
1.4.1 |
| interfaces |
Simple interface/implementation abstraction |
public domain |
felix winkelmann |
|
0.3 |
| loop |
The Common Lisp LOOP macro |
GPL-2 |
Heinrich Taube |
|
|
| loopy-loop |
Alex Shinn's LOOP macro |
Public Domain |
Alex Shinn |
|
0.5.3 |
| make |
The PLT 'make' macro |
LGPL-1 |
PLT, adapted to Chicken by felix winkelmann |
|
|
| matchable |
Hygienic MATCH replacement |
Public Domain |
Alex Shinn |
|
|
| miscmacros |
Various helper macros |
BSD |
felix winkelmann |
|
2.8 |
| record-variants |
Optimized record access |
BSD |
Jim Ursetto |
|
0.5 |
| regex-case |
Provides an easy to use <code>case</code> construct for regular expression matching |
BSD |
felix winkelmann |
|
|
| regex-literals |
A reader extension providing precompiled regular expression literals of the form <code>#/[a-z0-9]+/i</code> |
MIT |
Arto Bendiken |
|
1.0.3 |
| sandbox |
A safe evaluation environment |
BSD |
felix winkelmann |
|
1.7 |
| special-case |
Optimizing Special Cases Abstractly |
Public Domain |
Alex Shinn |
|
|
| srfi-101 |
SRFI 101 |
BSD |
kon lovett |
|
trunk |
| srfi-45 |
Primitives for Expressing Iterative Lazy Algorithms |
BSD |
kon lovett |
|
3.0.0 |
| termite |
Erlang style concurrency for chicken scheme |
LGPL |
Gulliaume Germain, ported to chicken by Christian Kellermann |
|
trunk |
| Name |
Description |
License |
author |
maintainer |
version |
| cairo |
Chicken bindings for Cairo, a vector graphics library |
LGPL-2.1 |
Michael Bridgen and Tony Garnock-Jones |
|
0.1.5 |
| epeg |
Chicken bindings for the JPEG thumbnail creation library epeg |
BSD |
Peter Bex |
|
|
| ezxdisp |
A simple 2D and 3D graphics library for X11 |
LGPL-2 |
n-sibata and Morihiko Tamai |
Ivan Raikov |
2.3 |
| fps |
Functional PostScript |
Free Use |
Wandy Sae-Tan and Olin Shivers |
|
1.1.2 |
| freetype |
Freetype2 Interface |
BSD |
Alex Shinn |
|
|
| glut |
GLUT bindings |
BSD |
felix winkelmann |
|
trunk |
| imlib2 |
Chicken bindings for the Imlib2 image library |
BSD |
Peter Bex |
|
0.9 |
| octave |
Interface to GNU/Octave |
BSD |
Pierre-Alexandre Fournier |
|
|
| opengl |
OpenGL bindings |
BSD |
felix winkelmann |
|
|
| pdf |
A library for PDF generation. |
BSD |
Marc Battyani and Bruce Butterfield |
|
|
| sdl |
Basic SDL support |
LGPL-2.1 |
Tony Garnock-Jones |
|
0.5.1 |
| x11-colors |
named standard colors as available in X11 |
BSD |
felix winkelmann |
|
|
| xlib |
Xlib bindings |
unknown |
Richard Mann |
felix winkelmann |
|
| Name |
Description |
License |
author |
maintainer |
version |
| dissector |
An object inspector for Chicken |
BSD |
Taylor Campbell |
|
|
| Name |
Description |
License |
author |
maintainer |
version |
| kanren |
A declarative applicative logic programming system. |
MIT |
Oleg Kiselyov and Dan Friedman |
|
|
| tiny-prolog |
Tiny PROLOG interpreter. |
BSD |
Nils M Holm |
Ivan Raikov |
|
| Name |
Description |
License |
author |
maintainer |
version |
| 9p |
9p networked filesystem protocol implementation. Includes high-level client code library |
BSD |
Peter Bex |
|
0.8 |
| dict |
rfc2229 client api |
MIT |
David Krentzlin |
|
2.2 |
| ftp |
Simple FTP client |
BSD |
felix winkelmann |
|
|
| hostinfo |
Look up host, protocol, and service information |
BSD |
Jim Ursetto |
|
|
| http-client |
High-level HTTP client library |
BSD |
Peter Bex |
|
trunk |
| irc |
A simple IRC client |
BSD |
felix winkelmann |
|
1.9.3 |
| mpi |
Message-passing Interface (MPI) |
GPL-3 |
Ivan Raikov |
|
1.6 |
| openssl |
Bindings to the OpenSSL SSL/TLS library |
BSD |
Thomas Chust |
|
|
| remote-mailbox |
Remote Mailbox |
BSD |
kon lovett |
|
2.0.0 |
| rpc |
A flexible peer-to-peer RPC system. |
BSD |
Thomas Chust |
|
|
| sendfile |
Sending a file over the network |
BSD |
David Krentzlin |
|
1.6.1 |
| smtp |
Parser combinators and state machine for Simple Mail Transfer Protocol (RFC 5321). |
GPL-3 |
Ivan Raikov |
|
1.1 |
| tcp-server |
A simple generic multithreaded tcp-server |
BSD |
felix |
|
|
| udp |
An interface to User Datagram Protocol sockets |
BSD |
Category 5 |
|
|
| unix-sockets |
UNIX domain sockets |
BSD |
felix winkelmann |
|
|
| uuid-lib |
OSF DCE 1.1 UUID |
BSD |
Kon Lovett |
|
1.2 |
| uuid-ossp |
OSSP UUID |
BSD |
Kon Lovett |
|
1.22 |
| Name |
Description |
License |
author |
maintainer |
version |
| ansi-escape-sequences |
Procedures to generate ANSI escape sequences |
BSD |
Mario Domenech Goulart |
|
|
| binary-parse |
Reading variable number of bits from a sequential input stream |
Public Domain |
Oleg Kiselyov |
|
1.2 |
| fmt |
Combinator Formatting |
BSD |
Alex Shinn |
|
0.521 |
| format |
Common-Lisp style formatted output |
Public Domain |
Dirk Lutzebeck |
felix winkelmann, kon lovett |
|
| format-graph |
Prints a graph in various formats. |
GPL-3 |
Ivan Raikov |
|
1.7 |
| format-textdiff |
Output text diff scripts in different formats |
GPL-3 |
Ivan Raikov |
|
1.7 |
| fpio |
Conversion of floating point numbers between binary and decimal representation. |
BSD |
Ivan Raikov |
|
1.4 |
| ioctl |
ioctl system call interface |
BSD |
Alex Shinn |
|
|
| multidoc |
Converts SXML to various document formats. |
BSD |
Ivan Raikov and Peter Bex |
|
trunk |
| pty |
Easy Pseudo-Terminal Interface |
BSD |
Alex Shinn |
|
|
| readline |
An interface to the GNU readline library |
GPL-2 |
Tony Garnock-Jones |
|
|
| srfi-38 |
A Chicken version of the SRFI-38 reference implementation |
Public Domain |
Alex Shinn |
|
0.3 |
| strictly-pretty |
Algebraic pretty printer. |
GPL-3 |
Ivan Raikov |
|
1.4 |
| stty |
stty-style interface to termios |
BSD |
Alex Shinn |
|
0.2.1 |
| vfs |
TinyCLOS wrappers for file operations |
BSD |
felix winkelmann |
|
0.2.0 |
| Name |
Description |
License |
author |
maintainer |
version |
| couchdb |
Apache CouchDB client library |
LGPL |
Moritz Heidkamp |
|
0.3.1 |
| couchdb-view-server |
A Scheme view server for Apache CouchDB |
LGPL |
Moritz Heidkamp |
|
0.2 |
| estraier-client |
A pure Scheme Hyper Estraier client library |
BSD |
Peter Bex |
|
|
| gdbm |
GNU DBM interface |
BSD |
Alex Shinn |
|
|
| pandora |
An object-relation mapper using the prometheus object system. |
BSD |
Thomas Chust |
|
trunk |
| postgresql |
Bindings for PostgreSQL's C-api |
BSD |
Johannes Groedem |
Peter Bex |
3.4.1 |
| sdbm |
SDBM clone |
BSD |
Jim Ursetto |
|
trunk |
| sql-de-lite |
SQLite 3 interface |
BSD |
Jim Ursetto |
|
trunk |
| sql-null |
A convenience extension for representing SQL NULL values |
Public Domain |
Ivan Shmakov |
|
|
| sqlite3 |
Bindings to version 3.x of the SQLite API |
BSD |
Thomas Chust |
|
3.5.0 |
| tokyocabinet |
Tokyo Cabinet DBM interface |
BSD |
Alex Shinn |
|
2.01 |
| Name |
Description |
License |
author |
maintainer |
version |
| hfs+ |
HFS+ utilities for OS X |
BSD |
Jim Ursetto |
|
trunk |
| locale |
Provides locale operations |
BSD |
kon lovett |
|
0.6.5 |
| macosx |
MacOS X Utilities |
BSD |
kon lovett |
|
2.1.1 |
| syslog |
Interface to the syslog-functions |
MIT |
David Krentzlin |
|
trunk |
| wmiirc |
A library for writing wmii configuration scripts |
BSD |
Peter Bex |
|
0.3 |
| Name |
Description |
License |
author |
maintainer |
version |
| dollar |
FFI convenience macro |
BSD |
felix winkelmann and kon lovett |
|
2.0.2 |
| easyffi |
Generates bindings from C/C++ declarations |
BSD |
felix winkelmann |
|
1.99.1 |
| javahack |
A simple interface to Java(tm) |
BSD |
felix winkelmann |
|
|
| lazy-ffi |
A foreign function interface for lazy programmers |
BSD |
felix |
|
trunk |
| objc |
An Objective-C interface |
MIT |
Zbigniew |
|
trunk |
| pyffi |
An interface to the Python programming language. |
GPL-3 |
Ivan Raikov |
|
2.14 |
| Name |
Description |
License |
author |
maintainer |
version |
| doctype |
Exports strings corresponding to standard XML (XHTML, HTML) doctypes |
Public Domain |
Jim Ursetto |
|
|
| rss |
A RSS parser |
BSD |
felix winkelmann |
|
|
| ssax |
Oleg Kiselyov's XML parser |
Public Domain |
Oleg Kiselyov, ported to CHICKEN by Kirill Lisovsky, packaged as an extension by felix |
|
|
| sxml-templates |
A simple facility for subtituting values into SXML expressions |
Public Domain |
Moe Aboulkheir, ported to hygienic chicken with test suite by Peter Danenberg |
|
|
| sxml-transforms |
The SXML transformations (to XML, SXML, and HTML) from the SSAX project at Sourceforge |
Public Domain |
Oleg Kiselyov |
|
|
| sxpath |
The sxpath bits of sxml-tools from the SSAX project at Sourceforge |
Public Domain |
Oleg Kiselyov, Kirill Lisovsky, Dmitry Lizorkin |
|
|
| Name |
Description |
License |
author |
maintainer |
version |
| chicken-doc |
Explore Chicken documentation locally |
BSD |
Jim Ursetto |
|
trunk |
| chicken-doc-admin |
Administer Chicken documentation locally |
BSD |
Jim Ursetto |
|
trunk |
| eggdoc |
An egg documentation tool |
BSD |
Zbigniew |
|
|
| eggdoc-svnwiki |
Render eggdoc source to svnwiki syntax |
BSD |
Jim Ursetto |
|
trunk |
| Name |
Description |
License |
author |
maintainer |
version |
| salmonella |
A tool for testing eggs |
BSD |
Mario Domenech Goulart |
|
1.3 |
| Name |
Description |
License |
author |
maintainer |
version |
| atlas-lapack |
An interface to the LAPACK routines implemented in ATLAS. |
GPL-3 |
Ivan Raikov |
|
1.11 |
| blas |
An interface to level 1, 2 and 3 BLAS routines |
BSD |
felix |
Ivan Raikov |
2.6 |
| err5rs-arithmetic |
ERR5RS Arithmetic |
BSD |
kon lovett |
|
trunk |
| glpk |
An interface to the GNU Linear Programming Kit. |
GPL-3 |
Ivan Raikov |
|
1.2 |
| interp1d |
One-dimensional numerical interpolation. |
GPL-3 |
Ivan Raikov |
|
1.10 |
| lognum |
Logarithmic number system. |
GPL-3 |
Ivan Raikov |
|
1.2 |
| mathh |
ISO C math functions and constants |
Public Domain |
kon lovett and john cowan |
|
2.1.1 |
| matrix-utils |
Generation of special utility matrices. |
GPL-3 |
Ivan Raikov |
|
1.10 |
| number-limits |
Limit constants for numbers |
BSD |
kon lovett |
|
2.0.0 |
| numbers |
Full numeric tower support |
BSD |
felix winkelmann |
|
1.809 |
| probdist |
Probability distributions. |
GPL-3 |
Ivan Raikov |
|
1.5 |
| unitconv |
Conversion of units of measurement |
GPL-3 |
Ivan Raikov |
|
1.8 |
| Name |
Description |
License |
author |
maintainer |
version |
| c3 |
Implements C3 class linearization for TinyCLOS |
BSD |
Alex Shinn |
|
1.4 |
| operations |
The object system used in T |
BSD |
felix winkelmann |
|
|
| prometheus |
The Prometheus prototype-based object system |
GPL-2 |
Jorgen Schaefer |
|
|
| protobj |
A prototype-delegation object model |
LGPL-2.1 |
Neil van Dyke |
|
|
| tinyclos-xerox |
Experimental copy of the original Xerox PARC copy of tiny-clos |
XEROX |
Gregor Kiczales, Tony Sidaway |
|
0.0.4 |
| yasos |
A very simple OOP system |
SRFI |
Kenneth Dickey |
|
1.1 |
| Name |
Description |
License |
author |
maintainer |
version |
| amb |
The non-deterministic backtracking ambivalence operator |
BSD |
thomas chust |
|
2.1.2 |
| binary-heap |
Binary heap. |
GPL-3 |
Ivan Raikov |
|
1.0 |
| blob-record |
A facility for representing records as blobs. |
GPL-3 |
Ivan Raikov |
|
1.1 |
| box |
Boxing |
BSD |
kon lovett |
|
2.2.2 |
| byte-blob |
Byte array utility procedures for blobs. |
LGPL-3 |
Ivan Raikov |
|
1.6 |
| byte-blob-stream |
Lazy byte blobs |
GPL-3 |
Ivan Raikov |
|
1.3 |
| coerce |
Type Identity & Coercion |
BSD |
kon lovett |
|
1.1.1 |
| combinators |
Combinators |
Public Domain |
kon lovett |
|
1.0.0 |
| defstruct |
A more convenient form of define-record |
BSD |
Dorai Sitaram |
|
1.3 |
| digraph |
Directed graph in adjacency list format. |
GPL-3 |
Ivan Raikov |
|
1.11 |
| dyn-vector |
Dynamic (dense) vectors based on SRFI-43. |
GPL-3 |
Ivan Raikov |
|
1.9 |
| endian-blob |
Endian-specific procedures for converting blobs to numeric values and vectors. |
GPL-3 |
Ivan Raikov |
|
1.1 |
| ftl |
Interface based sequence library |
LGPL-2.1 |
Sergei Egorov, partially reimplemented by felix winkelmann |
|
|
| graph-bfs |
Breadth-first search in a graph. |
GPL-3 |
Ivan Raikov |
|
1.11 |
| graph-cycles |
Enumerate all simple cycles in a graph. |
GPL-3 |
Ivan Raikov |
|
1.8 |
| graph-dfs |
Depth-first search in a graph. |
GPL-3 |
Ivan Raikov |
|
1.8 |
| graph-dominators |
Find immediate dominators in a directed graph. |
BSD |
Richard Kelsey |
|
1.4 |
| graph-scc |
Compute strongly-connected components (SCC) of a graph. |
GPL-3 |
Ivan Raikov |
|
1.8 |
| graph-separators |
Determine the separation vertices of a graph. |
BSD |
Richard Kelsey |
|
1.3 |
| graph-ssa |
Compute static single assignment form of a graph. |
BSD |
Richard Kelsey |
|
1.2 |
| iset |
Integer sets |
BSD |
Alex Shinn |
|
|
| lookup-table |
Simple Lookup Table |
BSD |
kon lovett |
|
1.12.1 |
| lru-cache |
LRU cache |
BSD |
Jim Ursetto |
|
0.5.3 |
| lzma |
A wrapper for the liblzma library, providing the excellent LZMA compression algorithm |
BSD |
Alaric Snell-Pym |
|
trunk |
| npdiff |
Compute the longest common subsequence of two sequences |
GPL-3 |
Ivan Raikov |
|
1.10 |
| patch |
Simple source patch utility. |
MIT |
Tony Sidaway |
Ivan Raikov |
0.12 |
| random-mtzig |
An implementation of the MT19937 random number generator with Marsaglia and Tang's Ziggurat algorithm to generate random numbers from a non-uniform distribution. |
BSD |
Ivan Raikov |
|
2.8 |
| random-swb |
A random number generator based on the subtract-with-borrow (SWB) method. |
GPL-3 |
Ivan Raikov |
|
1.11 |
| random-test |
Some simple randomness tests for a sequence of numbers. |
GPL-3 |
Ivan Raikov |
|
1.7 |
| rb-tree |
A sorted dictionary data structure based on red-black trees. |
GPL-3 |
Ivan Raikov |
|
2.8 |
| records |
Procedural record-type interface |
Public Domain |
David Carlton, Aubrey Jaffer |
|
|
| scbib |
Scientific bibliography management. |
BSD |
Satoru Takabayashi |
Ivan Raikov |
1.0 |
| sfht |
A dictionary data structure based on counting Bloom filters. |
GPL-3 |
Ivan Raikov |
|
2.4 |
| slice |
A slicer procedure for lists, strings and vectors |
BSD |
Mario Domenech Goulart |
|
|
| sparse-vectors |
Arbitrarily large vectors |
BSD |
Richard Kelsey and Jonathan Rees |
|
|
| srfi-19 |
Time Data Types and Procedures |
BSD |
kon lovett |
|
3.0.2 |
| srfi-25 |
Multidimensional arrays |
SRFI |
Jussi Piitulainen |
|
|
| srfi-27 |
Sources of Random Bits |
BSD |
Sebastian Egner & kon lovett |
|
trunk |
| srfi-4-comprehensions |
SRFI-42 Comprehensions for SRFI-4 Vectors |
SRFI |
Will Farr |
|
|
| srfi-4-utils |
Utility functions for SRFI-4 vectors. |
GPL-3 |
Ivan Raikov |
|
1.5 |
| srfi-40 |
A library of streams |
Artistic |
Philip L. Bewig, ported to hygienic Chicken with test suite by Peter Danenberg |
|
|
| srfi-41 |
SRFI 41 (Streams) |
BSD |
Philip L. Bewig |
|
1.1.0 |
| srfi-42 |
SRFI-42 (Eager comprehensions) |
SRFI |
Sebastian Egner |
Ivan Raikov |
1.61 |
| srfi-60 |
Integers as bits |
Artistic |
Aubrey Jaffer, ported to hygienic Chicken with test suite by Peter Danenberg |
|
|
| srfi-63 |
Homogeneous and heterogeneous arrays |
Artistic |
Aubrey Jaffer, ported to hygienic Chicken with test suite by Peter Danenberg |
|
|
| srfi-95 |
Sorting and merging |
Public Domain |
Richard A. O'Keefe, ported to hygienic Chicken with test suite by Peter Danenberg |
|
|
| stack |
Provides LIFO queue (stack) operations |
BSD |
kon lovett |
|
2.1.1 |
| treap |
A sorted dictionary data structure based on randomized search trees. |
GPL-3 |
Oleg Kiselyov |
Ivan Raikov |
1.5 |
| ugarit |
A backup/archival system based on content-addressed storage |
BSD |
Alaric Snell-Pym |
|
trunk |
| varsubst |
Generalized variable substitution semantics. |
GPL-3 |
Ivan Raikov |
|
1.2 |
| vector-lib |
Port of the SRFI-43 reference implementation |
BSD |
Taylor Campbell |
|
|
| wiki-parse |
Wiki content parser. |
BSD |
Alex Shinn |
Ivan Raikov |
|
| z3 |
A gzip (RFC1952) compression and decompression library |
BSD |
Oskar Schirmer and felix winkelmann |
|
1.40 |
| Name |
Description |
License |
author |
maintainer |
version |
| abnf |
Parser combinators for Augmented BNF grammars (RFC 4234). |
GPL-3 |
Ivan Raikov |
|
|
| base64 |
Encoding and decoding of base64 strings |
BSD |
James Bailey, Jim Ursetto |
|
3.2 |
| charconv |
Character encoding utilities |
BSD |
Alex Shinn |
|
1.3.1 |
| csv |
Parsing and formatting of comma-separated values (CSV). |
GPL-3 |
Ivan Raikov |
|
|
| filepath |
Cross-platform file path manipulation. |
BSD |
Ivan Raikov |
|
1.2.1 |
| formular |
Process CGI email forms. |
GPL-3 |
Ivan Raikov |
|
2.2 |
| iconv |
Character-set conversions |
Public Domain |
Alejandro Forero Cuervo |
|
1.8 |
| input-parse |
input-stream tokenizing and parsing routines. |
Public Domain |
Oleg Kiselyov. Ported to chicken by Shawn Wagner. |
|
|
| internet-message |
Parser combinators for Internet Message Format (RFC 5322). |
GPL-3 |
Ivan Raikov |
|
3.0 |
| internet-timestamp |
Parser combinators for internet timestamps (RFC 3339). |
GPL-3 |
Ivan Raikov |
|
|
| json |
A JSON library |
MIT |
Tony Garnock-Jones |
|
|
| json-abnf |
Parser combinators for JavaScript Object Notation (JSON). |
GPL-3 |
Ivan Raikov |
|
|
| lalr |
An efficient LALR(1) parser generator |
GPL-2 |
Dominique Boucher |
Ivan Raikov |
2.3.1 |
| lexgen |
Lexer combinators. |
GPL-3 |
Ivan Raikov |
|
3.8 |
| mbox |
Routines for parsing Unix mbox files. |
GPL-3 |
Ivan Raikov |
|
1.1 |
| mistie |
A programmable filter |
BSD |
Dorai Sitaram |
|
|
| nemo |
Neuron model description language. |
GPL-3 |
Ivan Raikov |
|
2.6 |
| packrat |
A packrat parsing library |
MIT |
Tony Garnock-Jones |
|
|
| php-s11n |
Serialization/unserialization of PHP data types. |
MIT |
Arto Bendiken |
|
1.0.1 |
| s11n |
Serialization of arbitrary data. |
BSD |
felix |
|
trunk |
| silex |
An efficient and powerful lexer generator |
BSD |
Danny Dubé |
|
|
| utf8 |
Unicode support |
BSD |
Alex Shinn |
|
3.3.0 |
| Name |
Description |
License |
author |
maintainer |
version |
| autocompile |
Automatically compile Scheme scripts on demand |
public domain |
felix winkelmann |
|
0.5 |
| neuromorpho |
Access the NeuroMorpho database. |
GPL-3 |
Ivan Raikov |
|
|
| sigma |
An image gallery generator. |
GPL-3 |
Ivan Raikov |
|
1.20 |
| trace |
tracing and breakpoints |
public domain |
unknown |
|
0.3 |
| Name |
Description |
License |
author |
maintainer |
version |
| mpd-client |
Interface to Music Player Daemon |
BSD |
Hans Bulfone |
|
1.11 |
| openal |
OpenAL 1.1 bindings |
BSD |
felix winkelmann |
|
|
| Name |
Description |
License |
author |
maintainer |
version |
| test |
Yet Another Testing Utility |
BSD |
Alex Shinn |
|
|
| testeez |
Simple Test Mechanism for Scheme |
LGPL-2.1 |
Neil van Dyke |
|
|
| Name |
Description |
License |
author |
maintainer |
version |
| md5 |
Computes MD5 (RFC1321) checksums |
Public Domain |
Colin Plumb, packaged for Chicken by Peter Bex |
|
|
| message-digest |
Message Digest Support |
BSD |
kon lovett |
|
2.0.1 |
| sha1 |
Computes SHA1 (FIPS-180-1) checksums |
GPL-2 |
Chistophe Devine (packaged for CHICKEN by felix winkelmann & kon lovett) |
|
2.0.0 |
| sha2 |
Computes 256-, 385- and 512-bit SHA2 checksums |
BSD |
Aaron D. Gifford and Daishi Kato |
|
2.0.0 |
| tiger-hash |
Tiger/192 Message Digest |
BSD |
kon lovett |
|
2.0.1 |
| Name |
Description |
License |
author |
maintainer |
version |
| ncurses |
An interface to the UNIX ncurses package |
BSD |
felix winkelmann |
|
|
| qt |
A leightweight Qt 4 interface |
BSD |
felix winkelmann |
|
0.91 |
| tk |
An interface to the Tk GUI toolkit |
Bremer License |
Wolf-Dieter Busch |
|
|
| xosd |
An interface to the XOSD (On Screen Display) library |
BSD |
felix winkelmann |
|
|
| Name |
Description |
License |
author |
maintainer |
version |
| crunch |
A restricted statically typed subset of Scheme |
BSD |
felix winkelmann |
|
0.7.5 |
| sassy |
A portable 32-bit assembler for x86 processors |
LGPL-2.1 |
Jonathan Kraut |
|
|
| Name |
Description |
License |
author |
maintainer |
version |
| advice |
`advise' functionality |
BSD |
felix winkelmann |
|
0.2 |
| apropos |
Chicken apropos |
BSD |
kon lovett |
|
1.3.0 |
| args |
Command-line argument handling, on top of SRFI 37 |
BSD |
Zbigniew |
|
|
| big-chicken |
A convenience module that re-exports most non-standard libraries |
public domain |
felix winkelmann |
|
0.3 |
| check-errors |
Argument checks, errors & conditions |
BSD |
kon lovett |
|
1.9.0 |
| expand-full |
Full macro expansion |
BSD |
kon lovett |
|
1.0.1 |
| getopt-long |
Command line option parsing. |
LGPL-3 |
Ivan Raikov |
|
|
| numspell |
Spelling Numbers as English in Scheme |
LGPL-2.1 |
Neil van Dyke |
|
|
| oblist |
Obtain list of all interned symbols and variables |
BSD |
felix winkelmann |
|
|
| peep |
Explore the compiler's symbol database |
BSD |
felix winkelmann |
|
0.2.2 |
| procedure-decoration |
Procedure Decoration API |
BSD |
kon lovett |
|
2.0.1 |
| progress-indicators |
text-mode progress-indicators |
unknown |
felix winkelmann |
|
trunk |
| s48-modules |
basic Scheme48 module syntax |
BSD |
felix |
|
|
| setup-helper |
Installation/Setup Shortcut Routines |
BSD |
kon lovett |
|
1.1.5 |
| srfi-102 |
Procedure Introspection (From Draft SRFI 102) |
BSD |
kon lovett |
|
1.0.1 |
| srfi-29 |
Localization |
BSD |
kon lovett |
|
2.0.3 |
| srfi-34 |
SRFI-34: Exception Handling for Programs |
SRFI |
ben |
|
0.4 |
| srfi-37 |
A simple and flexible command-line option parsing facility |
SRFI |
Anthony Carrico |
|
|
| srfi-9-ext |
srfi-9-ext |
BSD |
kon lovett |
|
1.0.1 |
| srfi-modules |
Provides modules for SRFIs usually exported by the `chicken' module |
BSD |
felix winkelmann |
|
|
| svn-client |
A wrapper around Subversion's libsvn_client C library. |
Public Domain |
Alejandro Forero Cuervo |
|
0.12 |
| tabexpand |
Tab Character Expansion in Scheme |
LGPL-2.1 |
Neil W. van Dyke |
|
|