7

Eggs Unlimited (release branch 5)

 3 years ago
source link: http://eggs.call-cc.org/5/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Eggs Unlimited (release branch 5)

Last updated: Thu Dec 17 15:15:06 2020

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 -R chicken.platform -p "(repository-path)"

If you only want to download the extension source code, pass the -retrieve option to chicken-install:

  chicken-install -retrieve EXTENSIONNAME

For more information, enter

  chicken-install -help

List of available eggs

Categories

Language extensions

Name Description License Author Maintainer Versionanaphora Some anaphoric and named macros BSD Juergen Lorenz

1.0.1begin-syntax Convenience macro for inline syntax expansion BSD Evan Hanson

0.2.1bindings Pattern matching with destructuring bindings and setters BSD Juergen Lorenz

5.0char-set-literals A reader extension providing Gauche style literals for SRFI-14 char-sets BSD Moritz Heidkamp The CHICKEN Team 0.4checks easy to use procondition and postcondition checks of procedures BSD Juergen Lorenz

1.3.1chibi-generic Chibi Scheme's simple generic function interface BSD Alex Shinn Diego A. Mundo 0.1.2clojurian Syntax and utility functions inspired by Clojure BSD Moritz Heidkamp

3continuations two continuation interfaces BSD Juergen Lorenz

1.2datatype A facility for creating and deconstructing variant records (from EOPL) BSD felix winkelmann

1.6define-record-and-printer Trivial macro to define records and appropriate printers BSD Peter Danenberg

0.2.0dotted-lambdas lambda equivalents with dots as trailing symbols BSD Juergen Lorenz

1.0fast-generic fast-generic functions BSD felix winkelmann

0.7feature-test Foreign feature testing BSD Jim Ursetto

0.2.0foof-loop Extensible looping macros (originally based on Alex Shinn's) Public Domain Taylor R Campbell

9.0foreigners Foreign helper macros BSD Jim Ursetto

1.5generics an implementation of generic functions and a lot of helpers BSD Juergen Lorenz

2.0.1holes partial expressions as procedures with named parameters BSD Juergen Lorenz

1.2.1interfaces Simple interface/implementation abstraction public domain felix winkelmann

0.4.1introspect Module introspection BSD Mario Domenech Goulart

0.2iterators Iterators and coroutines BSD Juergen Lorenz

0.1.1locals local declarations inspired by ML BSD Juergen Lorenz

1.0.1loop The Common Lisp LOOP macro GPL-2 Heinrich Taube

1.5make The PLT 'make' macro LGPL-2.0+ PLT, adapted to CHICKEN by Felix Winkelmann

1.9matchable Hygienic MATCH replacement Public Domain Alex Shinn

1.1messages Creating algebraic- and abstract-types based on vectors BSD Juergen Lorenz

0.7miscmacros Various helper macros BSD felix winkelmann

1.0module-declarations Module declarations BSD Evan Hanson

0.2.1moremacros More miscellaneous macros BSD kon lovett

2.2.3pipes sequencing partial combinations BSD Juergen Lorenz

1.0.1procedural-macros procedural-macros made easy BSD Juergen Lorenz

3.0.1r7rs R7RS compatibility BSD The Chicken Team

1.0.3record-variants Optimized record access BSD Jim Ursetto

1.1regex-case Provides an easy to use <code>case</code> construct for regular expression matching BSD felix

1.3sandbox A safe evaluation environment BSD felix winkelmann

1.9simple-contracts Design by contract for procedures BSD Juergen Lorenz

1.0.1simple-exceptions Some user-friendly exception routines BSD Juergen Lorenz

1.3.1simple-loops Some simple looping macros BSD Juergen Lorenz

1.0.1srfi-105 SRFI-105 - curly infix expressions MIT David A. Wheeler Diego A. Mundo 0.1.7srfi-145 SRFI 145: Assumptions MIT Vasilij Schneidermann

0.1srfi-158 SRFI 158: Generators and Accumulators MIT Shiro Kawa, John Cowan, Thomas Gilray Vasilij Schneidermann 0.1srfi-160 SRFI 160: Homogeneous numeric vector libraries MIT

Sergey Goldgaber 0.4srfi-173 SRFI-173 Hooks MIT Amirouche Boubekki Sergey Goldgaber 0.1srfi-196 SRFI-196: Range Objects MIT John Cowan (text), Wolfgang Corcoran-Mathe (implementation) Sergey Goldgaber 0.1srfi-197 SRFI-197: Pipeline Operators MIT Adam Nelson Sergey Goldgaber 0.1srfi-45 SRFI-45: Primitives for Expressing Iterative Lazy Algorithms BSD André van Tonder, for Chicken 4 by kon lovett, for Chicken 5 by Sergey Goldgaber Sergey Goldgaber 4.0.0srfi-48 SRFI-48: Intermediate Format Strings BSD Ken Dickey Sergey Goldgaber 0.1srfi-5 SRFI-5: A compatible let form with signatures and rest arguments MIT Andy Gaynor Sergey Goldgaber 0.2srfi-51 SRFI-51: Handling rest list MIT Joo ChurlSoo Sergey Goldgaber 0.2srfi-67 SRFI-67: Compare Procedures MIT Sebastian Egner and Jens Axel Søgaard Sergey Goldgaber 0.1srfi-71 SRFI-71: Extended LET-syntax for multiple values SRFI Sebastian Egner The CHICKEN Team 0.2type-extensions Miscellaneous type system extensions BSD Evan Hanson

0.1.0typeclass Type classes MIT Andre van Tonder Ivan Raikov 1.5with-current-directory Convenience procedure for temporarily changing directories BSD Evan Hanson

1.0.0

Graphics

Name Description License Author Maintainer Versioncanvas-draw Bindings to the CD graphics library BSD Thomas Chust

1.1.2color The SLIB color library BSD Aubrey Jaffer Erik Falor 1.1epoxy Bindings to OpenGL and OpenGL ES through the Epoxy library BSD Adrien (Kooda) Ramos

0.2.2exif Binding to libexif, reading EXIF meta data from digital camera images. BSD Christian Kellermann Christian Kellermann 1.0ezxdisp A simple 2D and 3D graphics library for X11 LGPL-2 n-sibata and Morihiko Tamai Ivan Raikov 3.0freetype Freetype2 Interface BSD Alex Shinn

0.3gl-type Freetype font rendering in OpenGL BSD Alex Charlton Adrien (Kooda) Ramos 0.4.0gl-utils High(er) level tools for OpenGL BSD Alex Charlton Adrien (Kooda) Ramos 0.8.0glfw3 Bindings to the GLFW3 OpenGL window and event management library BSD Alex Charlton Adrien (Kooda) Ramos 0.7.1glls A compiler for a Scheme-like language targeting the GLSL BSD Alex Charlton Adrien (Kooda) Ramos 0.12.2gnuplot-pipe A simple interface to Gnuplot GPL-3 Francesco Montanari

0.4.1hypergiant Game library BSD-2-Clause Alex Charlton Adrien (Kooda) Ramos 0.5.3hyperscene Scene graph and spatial partitioning BSD Alex Charlton Adrien (Kooda) Ramos 0.4.0image-dimensions Detect image dimensions for common formats MIT Vasilij Schneidermann

1.0imlib2 Chicken bindings for the Imlib2 image library BSD Peter Bex Vasilij Schneidermann 1.1macaw Efficient color types and math BSD John Croisant

0.1.1noise Noise generation functions on the GPU BSD Alex Charlton Adrien (Kooda) Ramos 0.2.0plot An interface to GNU libplot, a library for device-independent two-dimensional vector graphics. GPL-3 Ivan Raikov

2.0sdl-base Basic SDL support LGPL-2.1 Tony Garnock-Jones megane 0.9.2sdl2 Bindings to Simple DirectMedia Layer 2 (SDL2) BSD John Croisant

0.3.0sdl2-image Bindings to SDL_image 2 BSD John Croisant

0.2.0sdl2-ttf Bindings to SDL_ttf 2 BSD John Croisant

0.2.0slib-charplot The SLIB character plotting library Artistic Aubrey Jaffer kon lovett 1.1.2stb-image read png/jpg/tga/bmp/psd/gif/hdr/pic/pnm images into pixels public domain Kristian Lein-Mathisen

0.5stb-image-resize resize raw u8/u16/u32/f32-vector images public-domain Kristian Lein-Mathisen

0.3stb-image-write write png/jpg/tga/bmp images public-domain Kristian Lein-Mathisen

0.3x11-colors named standard colors as available in X11 BSD felix winkelmann

1.1xlib Xlib bindings unknown Richard Mann felix winkelmann 1.3

Debugging tools

Name Description License Author Maintainer Versiondebugger-protocol Low-level interface to debugger-protocol BSD Felix Winkelmann The CHICKEN Team 0.4nrepl Simple networked REPL over TCP BSD Kristian Lein-Mathisen

5.0.8

Logic programming

Name Description License Author Maintainer Versionamb The non-deterministic backtracking ambivalence operator BSD thomas chust (for CHICKEN by kon lovett)

3.0.3mini-kanren Packages the canonical miniKanren implementation for CHICKEN Scheme. MIT William Byrd, Dan Friedman, Oleg Kiselyov Jeremy Steward 1.1.1

Networking

Name Description License Author Maintainer Versionaddress-info Network address information access BSD Thomas Chust

1.0.5amqp AMPQ BSD Fredrik Appelberg

1.0.0http-client High-level HTTP client library BSD Peter Bex

1.2memcached Client interface to the Memcached protocol. BSD Ivan Raikov and Seth Alves

1.5minissh An SSH-2 server and client implementation BSD Kristian Lein-Mathisen

1.0.0mpi Message-passing Interface (MPI) GPL-3 Ivan Raikov

2.4nanomsg unknown MIT Adellica AS

1.0.0.6openssl Bindings to the OpenSSL SSL/TLS library BSD Thomas Chust [[Vasilij Schneidermann|/users/wasamasa]] 2.0.7sendfile Sending a file over the network BSD David Krentzlin

1.8.3smtp Parser combinators and state machine for Simple Mail Transfer Protocol (RFC 5321). GPL-3 Ivan Raikov

5.2socket Interface to the BSD socket API BSD Jim Ursetto

0.3.3tcp-server A simple generic multithreaded tcp-server BSD felix

1.5tcp6 Interface to TCP over IPv4 and IPv6 BSD Jim Ursetto

0.2.1transmission Transmission RPC unlicense siiky

0.2.0udp An interface to User Datagram Protocol sockets BSD Category 5 Ivan Raikov 1.18udp6 Interface to UDP over IPv4 and IPv6 BSD Jim Ursetto

0.2.0zmq Bindings for the ZeroMQ API LGPL Moritz Heidkamp Ivan Raikov 0.2

Input/Output

Name Description License Author Maintainer Versionallegro Allegro BSD Daniel J. Leslie

3.0.0ansi-escape-sequences Procedures to generate ANSI escape sequences BSD Mario Domenech Goulart

0.5breadline Bindings to readline GPL-3 Vasilij Schneidermann

0.8directory-utils directory-utils BSD kon lovett

2.2.2endian-port An I/O port that supports different endian formats. GPL-3 Ivan Raikov, partially reimplemented by Shawn Rutledge

4.0fmt Combinator Formatting BSD Alex Shinn

0.8.11.2format Common-Lisp style formatted output Public Domain Dirk Lutzebeck felix winkelmann, kon lovett 3.2.1inotify Bindings to inotify MIT Vasilij Schneidermann

1.1ioctl ioctl system call interface BSD Alex Shinn

0.3linenoise A minimal, zero-config, BSD licensed, readline replacement. BSD Salvatore Sanfilippo Christian Kellermann 1.0scan-input-lines Scan lines until a regex or predicate matches BSD Felix Winkelman The CHICKEN Team 0.2soil Lightweight, simple library for loading image files into OpenGL-friendly format. BSD Daniel J. Leslie

1.6.0srfi-38 A Chicken version of the SRFI-38 reference implementation Public Domain Alex Shinn Sergey Goldgaber 0.9stty stty-style interface to termios BSD Alex Shinn Erik Falor 0.3

Databases

Name Description License Author Maintainer Versionestraier-client A pure Scheme Hyper Estraier client library BSD Peter Bex

1.0lmdb Bindings to LMDB OpenLDAP Thomas Chust

1.0.3lmdb-ht Hashtable-like interface to the LMDB key-value database. BSD Lambda Native Ivan Raikov 3.4postgresql Bindings for PostgreSQL's C-api BSD Johannes Groedem Peter Bex 4.1.3sql-de-lite SQLite 3 interface BSD Jim Ursetto

0.8.1sql-null A convenience extension for representing SQL NULL values Public Domain Ivan Shmakov

2.0sqlite3 Bindings to version 3.x of the SQLite API BSD Thomas Chust

3.7.2sqlite3pth Run SQLite queries asynchronously in pthreads. Supports calling Scheme from SQLite's VFS to supply database block storage. BSD Jörg F. Wittenberger

0.2.6tokyocabinet Tokyo Cabinet hash database interface BSD Sven Hartrumpf

0.1.0

OS interface

Name Description License Author Maintainer Versiondbus A binding for libdbus, the IPC mechanism MIT Shawn Rutledge John J. Foerch 0.96dot-locking advisory locking mechanism based on standard file operations BSD Olin Shivers felix 0.4fuse Filesystems in Userspace BSD Evan Hanson

0.1.1locale Provides locale operations BSD kon lovett

0.8.2pathname-expand unknown BSD The CHICKEN team

0.3pledge Bindings for OpenBSD's pledge(2) BSD Evan Hanson

0.1.0posix-groups Access POSIX group information BSD The CHICKEN Team

0.2.1posix-shm POSIX shared memory API BSD Ivan Raikov

1.3scsh-process A reimplementation for CHICKEN of SCSH's process notation. BSD Peter Bex

1.6.0srfi-193 SRFI 193: Command line ISC Lassi Kortela

0.1.3sysexits Exit status codes for system programs Public Domain Evan Hanson

1.0.0system-information Obtaining system and host information BSD The CHICKEN Team

0.1unveil unveil(2) support for CHICKEN ISC Wolfgang Corcoran-Mathe Wolfgang Corcoran-Mathe 0.2

Interfacing to other languages

Name Description License Author Maintainer Versionbind Automatically generate bindings from C/C++ declarations public domain felix winkelmann

1.2.4dollar FFI convenience macro BSD felix winkelmann and kon lovett

3.0.0pyffi An interface to the Python programming language. GPL-3 Ivan Raikov

3.10

Web programing

Name Description License Author Maintainer Versionawful awful provides an application and an extension to ease the development of web-based applications. BSD Mario Domenech Goulart

1.0.2awful-path-matchers Path matchers for awful BSD Mario Domenech Goulart

0.0.2awful-postgresql Postgresql support for awful BSD Mario Domenech Goulart

0.7.0awful-salmonella-tar Serve salmonella report files out of tar archives BSD Mario Domenech Goulart

0.0.3awful-sql-de-lite sql-de-lite support for awful BSD Mario Domenech Goulart

0.7.1awful-sqlite3 Sqlite3 support for awful BSD Mario Domenech Goulart

0.7.0awful-ssl SSL support for awful BSD Mario Domenech Goulart

0.3awful-static-pages Tool to generate static pages out of awful applications BSD Mario Domenech Goulart

0.1.6breadcrumbs Breadcrumbs for web pages BSD Mario Domenech Goulart

1.1clucker Twitter API for Chicken Scheme BSD Nicholas M. Van Horn

0.11colorize Colorize programming code as HTML MIT Brian Mastenbrook, converted to Scheme by Peter Bex Peter Bex 0.4.5fancypants Automatic ASCII smart quotes and ligature handling for SXML BSD Peter Bex

0.5html-parser A permissive, scalable HTML parser. BSD Alex Shinn

0.2http-session Facilities for managing HTTP sessions BSD Mario Domenech Goulart

2.10hyde A static website compiler BSD Moritz Heidkamp

4intarweb A more convenient HTTP library BSD Peter Bex

2.0.1multipart-form-data Reads & decodes HTTP multipart/form-data requests. BSD Andy Bennett

0.2oauth OAuth 1.0, 1.0a, RFC 5849 BSD Andy Bennett

0.3pastiche A small awful app implementing a pastebin service bsd Christian Kellermann

1.3qwiki qwiki - the quick wiki BSD Peter Bex

2.2rest-bind Generates wrappers to REST-like HTTP APIs. BSD Andy Bennett

0.6scss unknown BSD Moritz Heidkamp

4sourcehut Bindings and CLI for the sr.ht REST API BSD Evan Hanson

0.3.2spiffy A small but powerful web server BSD Felix Winkelmann Peter Bex 6.3spiffy-cgi-handlers CGI and FastCGI handlers for a small but powerful web server. BSD Felix Winkelmann, Peter Bex & Andy Bennett Peter Bex & Andy Bennett 0.7spiffy-cookies Procedures for managing cookies BSD Mario Domenech Goulart

1.2spiffy-directory-listing Flexible directory listing for Spiffy BSD Mario Domenech Goulart

0.3spiffy-request-vars Easy access to variables from HTTP requests BSD Mario Domenech Goulart

0.19spiffy-sexpr-log Symbolic expression log format for Spiffy BSD Mario Domenech Goulart

0.3.2spiffy-uri-match uri-match integration for spiffy BSD Moritz Heidkamp Vasilij Schneidermann 1.0spock A compiler and runtime system for R5RS Scheme on top of JavaScript BSD felix winkelmann

0.2topham Bindings for the sr.ht REST API BSD Evan Hanson

0.1.7uri-common Parser for common URI schemes BSD Peter Bex

2.0uri-generic URI generic syntax (RFC 3986) parsing and manipulation. BSD Ivan Raikov, Peter Bex, Seth Alves

3.2uri-match A flexible URI matcher BSD Moritz Heidkamp Vasilij Schneidermann 1.0

XML processing

Name Description License Author Maintainer Versionatom Atom 1.0 feed reader and writer BSD Jim Ursetto

0.1.5doctype Exports strings corresponding to standard XML (XHTML, HTML) doctypes Public Domain Jim Ursetto

2.2ssax Oleg Kiselyov's XML parser Public Domain Oleg Kiselyov, ported to CHICKEN by Kirill Lisovsky, packaged as an extension by felix

5.1.0sxml-modifications The sxml-modification bits of sxml-tools from the SSAX project at Sourceforge Public Domain Dmitry Lizorkin Aydar Zarifullin 0.3.1sxml-serializer Serialize SXML to XML and HTML BSD Dmitry Lizorkin

0.5sxml-transforms The SXML transformations (to XML, SXML, and HTML) from the SSAX project at Sourceforge Public Domain Oleg Kiselyov

1.4.3sxpath The sxpath bits of sxml-tools from the SSAX project at Sourceforge Public Domain Oleg Kiselyov, Kirill Lisovsky, Dmitry Lizorkin

1.0

Documentation tools

Name Description License Author Maintainer Versionchickadee chicken-doc web server BSD Jim Ursetto

0.12.1chicken-doc Explore Chicken documentation locally BSD Jim Ursetto

0.7.0chicken-doc-admin Administer Chicken documentation locally BSD Jim Ursetto

0.5.0chicken-doc-html Generate HTML from (svn)wiki SXML BSD Jim Ursetto

0.3.1hahn In-source documentation BSD Peter Danenberg

0.10.1manual-labor Generate static HTML manual from wiki docs BSD Jim Ursetto

0.2markdown-svnwiki Convert Markdown to svnwiki BSD Alex Charlton

0.3.1premodules Converting a premodule into module, test and doc files BSD Juergen Lorenz

0.3schematic Tools for Scheme development BSD Evan Hanson

0.3.2scm2wiki An auto-documentation tool for CHICKEN Scheme. MIT Michael Neidel

0.3.1svnwiki-sxml Parse svnwiki to sxml BSD Jim Ursetto

0.2.13

Egg tools

Name Description License Author Maintainer Versionhenrietta Serve extensions over HTTP BSD felix winkelmann

1.5henrietta-cache Fetch and cache extensions from various sources for Henrietta to consume BSD Peter Bex

1.6pseudo-meta-egg-info Provide automatically generated release-info and a pseudo-"meta"-file for eggs in svn Public Domain Peter Bex

1.1salmonella A tool for testing eggs BSD Mario Domenech Goulart

3.0.1salmonella-diff A tool to diff salmonella log files BSD Mario Domenech Goulart

1.1.0salmonella-feeds A tool to generate atom feeds out of salmonella log files BSD Mario Domenech Goulart

0.1.0salmonella-html-report A tool to generate HTML ouput out of salmonella log files BSD Mario Domenech Goulart

1.7.0

Mathematical libraries

Name Description License Author Maintainer Versionblas An interface to level 1, 2 and 3 BLAS routines BSD felix Ivan Raikov 4.5elliptic-curves Arithmetic and Cryptography on Elliptic Curve Groups over Finite Fields BSD Thomas Chust

1.0.4fp-utils fp utilities BSD kon lovett

4.0.4fx-utils fx utilities BSD kon lovett

4.0.1geo-utils Geographic Utilities BSD kon lovett

1.0.2gl-math A small gamedev-oriented math library BSD Alex Charlton Adrien (Kooda) Ramos 0.9.1math Chicken port of Racket's math library GPL-3.0 Diego Mundo

0.1.0mathh ISO C math functions and constants Public Domain kon lovett and john cowan

4.2.1micro-stats easily create micro-stats GPLv3 David Krentzlin kon lovett 0.0.2modular-arithmetic Modular Arithmetic on Finite Fields BSD Thomas Chust

1.0.3number-limits Limit constants for numbers BSD kon lovett

3.0.1rbf Bindings for the Radial Basis Function interpolation routines by John Burkardt. GPL-3 Ivan Raikov

1.1srfi-141 SRFI 141: Integer division BSD Taylor Campbell, John Cowan Sergey Goldgaber 0.1srfi-143 SRFI 143: Fixnums MIT John Cowan Sergey Goldgaber 0.2srfi-94 SRFI 94: Type-Restricted Numerical Functions MIT Aubrey Jaffer Sergey Goldgaber 0.1statistics Statistics library GPL-3 Peter Lane Ivan Raikov 0.13unitconv Conversion of units of measurement LGPL-3 Ivan Raikov

4.0

Object-oriented programming

Name Description License Author Maintainer Versioncoops A featureful object system BSD Dorai Sitaram and felix winkelmann

1.3coops-utils coops utilities BSD kon lovett

2.1.5protobj A prototype-delegation object model LGPL-2.1 Neil van Dyke

0.5yasos A very simple OOP system BSD Kenneth Dickey

1.14

Algorithms and data-structures

Name Description License Author Maintainer Versionaccents-substitute Substitute accented characters in strings BSD Mario Domenech Goulart

0.7agrep Approximate grep.. GPL-3 Ivan Raikov

1.7alist-lib SRFI-69-like library for alists BSD Peter Danenberg

0.3.0arrays Functional arrays and sets BSD Juergen Lorenz

1.0.1biglists a uniform interface to lists and lazy-lists BSD Juergen Lorenz

0.4.1binary-search Binary search algorithm BSD The CHICKEN Team

0.1bitwise-utils Bitwise utilities Public Domain kon lovett

1.2.0blob-utils Blob Utilities BSD kon lovett

2.0.1bloom-filter Bloom Filter BSD kon lovett

2.2.4blosc Bindings to the Blosc multi-threaded meta-compressor library BSD Ivan Raikov

1.1box Boxing BSD kon lovett

3.3.0byte-blob Byte array utility procedures for blobs. LGPL-3 Ivan Raikov

2.3callable-data-structures "Callable" data structures BSD Mario Domenech Goulart

1.0.2callable-sequences Common functional interface to sequential- and random-access sequences BSD Juergen Lorenz

1.2cis Compact integer sets. LGPL-3 Ivan Raikov

1.4dataframe Tabular data structure for data analysis GPL-3 Ivan Raikov

0.5defstruct A more convenient form of define-record BSD Dorai Sitaram

2.0digraph Directed graph in adjacency list format. GPL-3 Ivan Raikov

2.0dyn-vector Dynamic (dense) vectors based on SRFI-43. LGPL-3 Ivan Raikov

2.1endian-blob Endian-specific procedures for converting blobs to numeric values and vectors. GPL-3 Ivan Raikov

2.1ftl Interface based sequence library LGPL-2.1 Sergei Egorov, partially reimplemented by felix winkelmann Felix Winkelmann 0.9generalized-arrays An implementation providing generalized arrays and storage classes for CHICKEN Scheme. BSD3 Jeremy Steward

0.0.7graph-bfs Breadth-first search in a graph. GPL-3 Ivan Raikov

2.1graph-cycles Enumerate all simple cycles in a graph. GPL-3 Ivan Raikov

2.0graph-dfs Depth-first search in a graph. GPL-3 Ivan Raikov

2.0graph-scc Compute strongly-connected components (SCC) of a graph. GPL-3 Ivan Raikov

2.0graph-separators Determine the separation vertices of a graph. GPL-3 Richard Kelsey Ivan Raikov 2.1hash-trie hash-trie MIT Taylor R. Campbell, kon lovett for CHICKEN

1.1.4iset Integer sets BSD Alex Shinn

2.2kd-tree K-D tree spatial indexing structure. GPL-3 Ivan Raikov

6.1lazy-seq Clojure-like lazy sequences BSD Moritz Heidkamp

2levenshtein Levenshtein edit distance BSD kon lovett

2.1.0list-comprehensions Some list creating routines BSD Juergen Lorenz

1.2.1list-utils list-utils BSD kon lovett

2.1.1llrb-syntax Expands LLRB code customized to data structures. BSD Jörg F. Wittenberger

0.2llrb-tree LLRB tree general and customized to key types. BSD Jörg F. Wittenberger

0.3.8monad Monads BSD Daniel J. Leslie

5.0natural-sort Natural sorting procedures MIT Vasilij Schneidermann

1.1npdiff Compute the longest common subsequence of two sequences GPL-3 Ivan Raikov

2.0object-evict Evict data to unmanaged memory BSD The CHICKEN Team

0.1.1patch Simple source patch utility MIT Tony Sidaway Ivan Raikov 1.15protobuf Protocol buffer serialization BSD Thomas Chust

1.2.2pseudolists pseudolists as a generalisation of ordinary lists BSD Juergen Lorenz

2.0queues A queue data structure Public Domain Andrew Wilcox, ported to CHICKEN by felix

0.1r6rs-bytevectors An implementation of r6rs bytevectors MIT William D Clinger Diego Mundo 0.1.7random-mtzig MT19937 random number generator with Marsaglia and Tang's Ziggurat algorithm to generate random numbers from a non-uniform distribution. BSD Ivan Raikov

5.1rb-tree A sorted dictionary data structure based on red-black trees. GPL-3 Ivan Raikov

6.2records Procedural record-type interface Public Domain David Carlton, Aubrey Jaffer

1.4rope Heavyweight alternative to strings BSD Evan Hanson

0.1.0salt Hybrid dynamical systems modeling. GPL-3 Ivan Raikov

0.28sequences Generic sequence operators BSD felix winkelmann

0.6.1shen Port of the Shen language for Chicken Scheme BSD David Ireland

0.1simple-cells Implementation of typed cells to replace general set! operators BSD Juergen Lorenz

1.2.1simple-sequences A common interface to sequences BSD Juergen Lorenz

1.0skiplists An implementation of skiplists BSD Juergen Lorenz

1.0.1slib-arraymap The SLIB applicative routines for arrays library BSD Aubrey Jaffer kon lovett 1.1.1slice A slicer procedure for lists, strings and vectors BSD Mario Domenech Goulart

1.3sparse-vectors Arbitrarily large vectors BSD Richard Kelsey and Jonathan Rees Felix Winkelmann 0.5srfi-1 SRFI-1 list library BSD Olin Shivers The CHICKEN Team 0.5.1srfi-111 SRFI-111: Boxes MIT John Cowan and Kon Lovett Sergey Goldgaber 0.2srfi-113 SRFI-113: Sets and Bags BSD John Cowan Jeremy Steward 0.14srfi-116 SRFI-116: Immutable Lists. BSD John Cowan Jeremy Steward 1.6srfi-117 SRFI-117: Mutable Queues BSD John Cowan Jeremy Steward 1.4srfi-121 SRFI-121: Generators BSD John Cowan Jeremy Steward 1.7srfi-123 SRFI-123 - Generic accessor and modifier operations MIT Taylan Ulrich Bayırlı/Kammer Diego A. Mundo 0.2.1srfi-127 SRFI-127: Lazy Sequences BSD John Cowan Ivan Raikov 1.3srfi-128 SRFI-128: Comparators (reduced) BSD John Cowan Jeremy Steward, Jörg F. Wittenberger 0.11srfi-13 SRFI-13 string library BSD Olin Shivers The CHICKEN Team 0.3srfi-130 SRFI-130: Cursor-based string library MIT John Cowan Sergey Goldgaber 0.2srfi-132 SRFI-132: Sort Libraries BSD John Cowan (based on SRFI 32 by Olin Shivers) Sergey Goldgaber 0.1srfi-133 SRFI-133: Vector Library (R7RS-compatible) BSD John Cowan, Taylor Campbell, Will Clinger Jeremy Steward 1.6srfi-134 SRFI 134: Immutable deques MIT John Cowan, Kevin Wortman, and Shiro Kawai Wolfgang Corcoran-Mathe 0.1srfi-135 SRFI 135: Immutable Texts MIT William D. Clinger Wolfgang Corcoran-Mathe 0.1srfi-137 SRFI-137: Minimal Unique Types MIT John Cowan, Marc Nieper-Wißkirchen Sergey Goldgaber 0.1srfi-14 SRFI-14 character-sets library BSD Olin Shivers The CHICKEN Team 0.2.1srfi-146 SRFI 146: Mappings MIT Arthur A. Gleckler, Marc Nieper-Wißkirchen Vasilij Schneidermann 0.1srfi-151 SRFI 151: Bitwise Operations MIT Olin Shivers, Aubrey Jaffer, John Cowan Sören Tempel 1.0.2srfi-152 A Chicken version of the SRFI-152 reference implementation MIT John Cowan Sergey Goldgaber 0.1srfi-171 SRFI-171: Transducers MIT Linus Björnstam [email protected] Sergey Goldgaber 0.2srfi-178 SRFI 178: Bitvector library MIT John Cowan and Wolfgang Corcoran-Mathe Wolfgang Corcoran-Mathe 0.1srfi-189 SRFI 189: Maybe and Either MIT John Cowan and Wolfgang Corcoran-Mathe Wolfgang Corcoran-Mathe 0.1srfi-19 Time Data Types and Procedures BSD Will Fitzgerald (for CHICKEN by kon lovett)

4.4.3srfi-207 SRFI-207: String-notated bytevectors MIT Daphne Preston-Kendal (external notation), John Cowan (procedure design), Wolfgang Corcoran-Mathe (implementation) Sergey Goldgaber 0.1srfi-25 Multidimensional arrays SRFI Jussi Piitulainen Ivan Raikov 1.3srfi-27 Sources of Random Bits BSD Sebastian Egner, for CHICKEN by kon lovett and Sergey Goldgaber Sergey Goldgaber 4.0.0srfi-4-comprehensions SRFI-42 Comprehensions for SRFI-4 Vectors SRFI Will Farr Ivan Raikov 1.5srfi-41 SRFI 41 (Streams) BSD Philip L. Bewig, for CHICKEN by kon lovett

2.0.3srfi-42 SRFI-42 (Eager comprehensions) SRFI Sebastian Egner Ivan Raikov 1.76srfi-47 SRFI-47: Arrays BSD Aubrey Jaffer Sergey Goldgaber 2.0srfi-60 Integers as bits Artistic Aubrey Jaffer Sergey Goldgaber 0.7srfi-63 Homogeneous and heterogeneous arrays Artistic Aubrey Jaffer, ported to hygienic Chicken with test suite by Peter Danenberg Ivan Raikov 0.5srfi-66 SRFI-66: Octet Vectors MIT Michael Sperber Sergey Goldgaber 0.1srfi-69 SRFI-69 hash-table library BSD The CHICKEN Team The CHICKEN Team 0.4.1srfi-74 SRFI-74: Octet-Addressed Binary Blocks MIT Michael Sperber Sergey Goldgaber 0.1srfi-95 SRFI-95: Sorting and merging Public Domain Richard A. O'Keefe, ported to hygienic Chicken with test suite by Peter Danenberg Sergey Goldgaber 2.0srfi-99 SRFI-99 record types BSD Thomas Chust

1.4.5stack Provides LIFO queue (stack) operations BSD kon lovett

3.0.4stemmer Bindings for the Snowball project's libstemmer BSD Moritz Heidkamp

0.0.2string-utils String Utilities BSD kon lovett

2.3.2symbol-utils symbol-utils BSD kon lovett

2.1.0tabular Parsing and formatting of tabular text data such as comma- and delimiter-separated values (CSV and DSV). GPL-3 Ivan Raikov

1.2traversal Various list operations LGPL Jeffrey Mark Siskind Andrei Barbu 1.7trie A trie (prefix tree) implementation BSD Moritz Heidkamp

2unsafe Unsafe operations BSD felix winkelmann

1.0vector-lib Port of the SRFI-43 reference implementation BSD Taylor Campbell The CHICKEN Team 2.1.1vectr A linear vectr library. GPLv3 Andrew Mack

0.1vlist An implementation of vlists, a functional list-like data structure. LGPL-3 Ludovic Courtès Ivan Raikov 1.1z3 A gzip (RFC1952) compression and decompression library BSD Oskar Schirmer and felix winkelmann

2.0zlib Bindings for zlib GPL-3 Joseph Gay

0.6.1

Data formats and parsing

Name Description License Author Maintainer Versionabnf Parser combinators for Augmented BNF grammars (RFC 4234). GPL-3 Ivan Raikov

8.2base64 Encoding and decoding of base64 strings BSD James Bailey, Jim Ursetto

1.0bitstring Binary pattern matching BSD rivo

1.36cjson JSON parsing done in C. Sometimes a good idea. BSD Adellica

5.0.3comparse Schemely parser combinators BSD Moritz Heidkamp

3csv-abnf Parsing and formatting of comma-separated values (CSV). GPL-3 Ivan Raikov

6.1ersatz A template engine inspired by Jinja2 and Jingoo. LGPL-3 Ivan Raikov

1.28filepath Cross-platform file path manipulation. BSD Ivan Raikov

1.6icu Chicken bindings to the ICU unicode library unicode Diego A. Mundo

0.1.0input-parse input-stream tokenizing and parsing routines. Public Domain Oleg Kiselyov. Ported to chicken by Shawn Wagner.

1.2internet-message Parser combinators for Internet Message Format (RFC 5322). GPL-3 Ivan Raikov

7.1json A JSON library MIT Tony Garnock-Jones

1.6json-abnf Parser combinators for JavaScript Object Notation (JSON). GPL-3 Ivan Raikov

7.0lalr An efficient LALR(1) parser generator LGPL-3 Dominique Boucher Ivan Raikov 2.5.2ldif-sexpr Convert (parse&write) LDIF, rfc4514 and LDAP filters (rfc2254) into S-expressions. BSD Jörg F. Wittenberger

0.3.2lexgen Lexer combinators GPL-3 Ivan Raikov

8.1lowdown A pure Chicken Markdown parser BSD Moritz Heidkamp

2magic libmagic bindings BSD Evan Hanson

0.1.0medea A JSON parser (and emitter) built with comparse BSD Moritz Heidkamp

4packrat A packrat parsing library MIT Tony Garnock-Jones felix winkelmann 1.5rfc3339 RFC3339 datetime parser BSD Jim Ursetto

0.1.3s11n Serialization of arbitrary data. BSD felix

0.9.12silex An efficient and powerful lexer generator BSD Danny Dubé

1.0utf8 Unicode support BSD Alex Shinn

3.6.2web-colors Parse and write HTML/CSS color strings BSD John Croisant

1.0.0

Tools

Name Description License Author Maintainer Versionautocompile Automatically compile Scheme scripts on demand public domain felix winkelmann

1.1.0beaker Lab supplies for CHICKEN development BSD Evan Hanson

0.0.10chicken-belt A utility belt for managing your CHICKEN coop BSD Christian Kellermann, Moritz Heidkamp, Evan Hanson

0.1.0chicken-update Update installed eggs public domain Diego A. Mundo

0.1.3dust Fetch and install CHICKEN versions BSD Evan Hanson

0.0.13egg-tarballs Creates tarballs for eggs in henrietta cache BSD Mario Domenech Goulart

0.9.0envsubst Simple templating with parameter expansion BSD Robert C Jensen

1.0.0henrietta-cache-git A tool to convert and keep henrietta's cache in a git repository BSD Mario Domenech Goulart

0.0.1scmfmt Chicken Scheme code formattor to use from stdin/stdout BSD Anes Lihovac

0.1svnwiki2html A program to convert svnwiki syntax to HTML BSD Mario Domenech Goulart

0.0.1test-new-egg A tool to test new eggs before they are added to the official CHICKEN repository BSD Mario Domenech Goulart

1.0.3trace tracing and breakpoints public domain felix winkelmann

2.0

Sound

Name Description License Author Maintainer Versionmpd-client Interface to Music Player Daemon BSD Hans Bulfone Vasilij Schneidermann 2.1taglib Bindings to taglib LGPL Vasilij Schneidermann

0.2

Unit-testing

Name Description License Author Maintainer Versioncluckcheck A Chicken Scheme port of the QuickCheck unit test framework BSD Andrew Pennebaker

0.0micro-benchmark easily create micro-benchmarks GPLv3 David Krentzlin kon lovett 0.0.6server-test Utilities to help testing servers BSD Mario Domenech Goulart

0.6simple-tests Some simple test routines BSD Juergen Lorenz

2.3.1srfi-64 SRFI 64:"A Scheme API for test suites" implementation SRFI Sunjoong Lee John J. Foerch 1.0.5srfi-78 SRFI-78: Lightweight testing MIT [email protected] Sergey Goldgaber 0.4test Yet Another Testing Utility BSD Alex Shinn

1.1test-generative Allows quickcheck like testing for pure code with the test egg GPLv3 David Krentzlin alice maz 0.0.6

Cryptography

Name Description License Author Maintainer Versionaes A self-contained implementation of the AES / Rijndael encryption algorithm BSD Alaric Snell-Pym

1.5crypt Secure password hashing through the Unix crypt() function Public Domain Peter Bex, with code from many people

1.0crypto-tools Useful cryptographic primitives BSD Alaric Snell-Pym

1.4hmac HMAC provides a HMAC using the message-digest interface. BSD Thomas Hintz

7.2.0isaac Bindings to the ISAAC CSPRNG BSD Evan Hanson

1.0.0md5 Computes MD5 (RFC1321) checksums Public Domain Colin Plumb, packaged for Chicken by Peter Bex kon lovett 4.0.2message-digest Message Digest (omnibus) BSD kon lovett

4.0.1message-digest-primitive Message Digest Primitive BSD kon lovett

4.3.2message-digest-type Message Digest Type BSD kon lovett

4.2.3message-digest-utils Message Digest Support BSD kon lovett

4.2.4pwdb A command-line-based password manager BSD Alaric Snell-Pym Alaric Snell-Pym 1.4rabbit Rabbit stream cipher. Public Domain Martin Boesgaard, Mette Vesterager, Thomas Christensen and Erik Zenner Ivan Raikov 2.1ripemd RIPE Message Digest BSD kon lovett

2.0.2sha1 Computes SHA1 (FIPS-180-1) checksums Public Domain Steve Reid, packaged for Chicken by Peter Bex kon lovett 4.1.3sha2 Computes 256-, 385- and 512-bit SHA2 checksums BSD Aaron D. Gifford and Daishi Kato kon lovett 4.0.5simple-md5 Computes MD5 (RFC1321) checksums Public Domain Colin Plumb, packaged for Chicken by Peter Bex Peter Bex 0.1.1simple-sha1 A fast and simple SHA1 implementation with minimal dependencies Public Domain Steve Reid and felix winkelmann felix winkelmann 1.2siphash The SipHash family of hash functions BSD Evan Hanson

0.1.0tiger-hash Tiger/192 Message Digest BSD kon lovett

4.0.2tweetnacl TweetNaCl cryptographic library BSD Thomas Chust

1.4.2uuid native chicken uuid library BSD alice maz alice maz 0.1

User interface toolkits

Name Description License Author Maintainer Versionezd easy drawing for programs on X displays BSD Joel Bartlett Adrien (Kooda) Ramos 2020.01.26iup Bindings to the IUP GUI library BSD Thomas Chust

1.9.5kiwi Bindings to the KiWi library zlib Vasilij Schneidermann

1.0ncurses An interface to the UNIX ncurses package BSD felix winkelmann The CHICKEN Team 2.0pstk PS/Tk: Portable Scheme interface to Tk BSD W-D. Busch, N. Holm, K. Dickey

1.4.0qt-light A lightweight Qt 5 interface BSD felix winkelmann

1.0stfl Bindings to the STFL curses widget library GPL-3 Vasilij Schneidermann

1.0termbox Minimal text based user interfaces. Bindings for nsf/termbox MIT Justin Meiners

0.2webview Multi-platform HTML user interface shell BSD Thomas Chust

1.0.1

Macros and meta-syntax

Name Description License Author Maintainer Versionck-macros Composable macros based on the CK abstract machine Public Domain John Croisant, based on work by Oleg Kiselyov

0.3.0

Miscellaneous

Name Description License Author Maintainer Versionadvice 'advise' functionality BSD felix winkelmann

0.4apropos CHICKEN apropos BSD kon lovett

3.6.0args Command-line argument handling, on top of SRFI 37 BSD Jim Ursetto

1.6.0big-chicken Wrapper module for all core modules BSD felix winkelmann

1.1check-errors Argument checks & errors BSD kon lovett

3.2.0compile-file Programmatic compiler invocation BSD The CHICKEN Team

1.3condition-utils SRFI 12 Condition Utilities BSD kon lovett

2.1.0ephem A wrapper for libnova a 'general purpose, double precision, Celestial Mechanics, Astrometry and Astrodynamics library.' GPLv3 Rob Altenburg

v1.1error-utils Error Utilities BSD kon lovett

2.0.0expand-full Full macro expansion BSD kon lovett

2.1.1genann Chicken bindings to genann - a simple neural network library in ANSI C Zlib Diego A. Mundo

0.2.0getopt-long Command line option parsing. LGPL-3 Ivan Raikov

1.21git libgit2 bindings BSD Evan Hanson

0.1.0heap-o-rama ... BSD felix

0.4jsmin Implementation of Douglas Crockford's JavaScript minifier in CHICKEN Scheme BSD Mario Domenech Goulart

2.2latch Evaluate expressions once public domain felix winkelmann The CHICKEN Team 0.3live-define Hack that replaces “define” with a version that mutates existing procedures. Public Domain Adrien (Kooda) Ramos

1.1memoize Procedures memoization BSD Arthur Maciel

0.3memory-mapped-files Memory-mapped file access for UNIX and Windows BSD The CHICKEN Team, Windows support by "rivo"

0.4optimism Command line option handling Public Domain Evan Hanson

0.1.0posix-utils posix-utils BSD /users/kon-lovett

2.0.2regex Compatibility library for old regular expression API BSD felix winkelmann The CHICKEN team 2.0scheme2c-compatibility Scheme->c compatibility package LGPL Andrei Barbu Andrei Barbu 1.8shell Convenient shell-command invocation public domain Felix Winkelmann

0.4srfi-29 Localization BSD Scott G. Miller (for CHICKEN /users/kon-lovett) /users/kon-lovett 3.0.2srfi-34 SRFI-34: Exception Handling for Programs SRFI Richard Kelsey, Michael Sperber Ben Clark, Jörg F. Wittenberger 0.7srfi-35 SRFI-35 Conditions MIT Richard Kelsey and Michael Sperber Sergey Goldgaber 0.1srfi-37 A simple and flexible command-line option parsing facility SRFI Anthony Carrico

1.4svn-client A wrapper around Subversion's libsvn_client C library. Public Domain Alejandro Forero Cuervo Peter Bex 1.2this Python's "this" module ported to CHICKEN BSD Mario Domenech Goulart

0.1thread-utils Thread Utilities BSD kon lovett

2.1.0timed-resource Resource w/ Timeout BSD kon lovett

2.3.1typed-records Typed variants of various record-definition macros BSD felix winkelmann megane 0.82unitex-named-chars Unicode & LaTeX Named Chars BSD kon lovett

0.0.1

Concurrency and parallelism

Name Description License Author Maintainer Versionconcurrent-native-callbacks Invoke callbacks from other native threads BSD bevuta IT GmbH (Felix Winkelmann)

1.0forcible Thread- and exception aware, lazy-looking synchronization with timeouts - extending srfi-45 BSD Jörg F. Wittenberger

0.3.10gochan golang channels in CHICKEN BSD Adellica AS

5.2.9hopefully Simple software transactional memory. BSD Jörg F. Wittenberger

0.2.6mailbox Thread-safe queues with timeout BSD felix winkelman and kon lovett

3.3.6pigeon-hole A mailbox constrained by capacity. BSD Jörg F. Wittenberger

0.2.7pthreads Maintain and talk to a pthread pool. BSD Jörg F. Wittenberger

0.2simple-timer Simple, cancel-able, efficient timer API BSD Jörg F. Wittenberger

0.1.2srfi-18 SRFI-18 thread library BSD The CHICKEN Team The CHICKEN Team 0.1.6synch Synchronization Forms BSD kon lovett

3.3.1


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK