Hide
Login/Register to vote and to have access to more featuresYou are here: Root > Software > Development > Libraries
Go directly to another tagGo directly to another tagAll Last Modified Items for ASDF installable
Back to full tag viewcl-gdata (Added)Last modification: Tue, 13 Mar 2012 16:01:07 GMTGoogle GData bindings for Common Lisp
cl-portaudio (Added)Last modification: Mon, 16 Jan 2012 15:45:26 GMTBindings to PortAudio crossplatform library.
Common Lisp User Space File System (Added)Last modification: Mon, 28 Nov 2011 19:55:04 GMTA simple file based file system. Use mkfs and mount to take clufs file system into use. Use it with mkdir, create, open and close to read and write files. Open returns a stream to file in clufs file s...
cl-btree (Added)Last modification: Mon, 28 Nov 2011 19:39:48 GMTB-Tree implemented in Common Lisp. Stores key/value pairs onto disk based data structure. Current implementation has been tested with SBCL.
Wu-Decimal (Added)Last modification: Sat, 24 Sep 2011 23:26:31 GMTLibrary to add decimals (fixed precision and scale numbers) as supported numeric types in Common Lisp.
CL-PNG (Modified)Last modification: Wed, 15 Jun 2011 18:40:05 GMTA library for reading and writing PNG (Portable Network Graphics) files.
PLOKAMI - Common Lisp PCAP Interface (Modified)Last modification: Tue, 26 Oct 2010 00:31:25 GMTPLOKAMI is a lispy interface to libpcap/winpcap built on top of a CFFI portability layer.
SUPPORTED
Realtime network packet capture, injection, dumpfile reading/writing, filtering with BPF, timeouts ...
cl-buchberger (Modified)Last modification: Sat, 21 Aug 2010 10:19:14 GMTcl-buchberger is a Common Lisp implementation of Buchberger's algorithm for the computation of Gröbner bases.
Postmodern (Modified)Last modification: Mon, 05 Apr 2010 14:27:27 GMTA library for communicating with a PostgreSQL database, trying to make the Lisp-SQL boundary as unobtrusive as possible.
CL-EC2 (Modified)Last modification: Wed, 10 Mar 2010 11:29:09 GMTCL-EC2 is a library offering a Common Lisp interface to Amazon's Elastic Compute Cloud and CloudWatch Query APIs.
Eager Future (Modified)Last modification: Sun, 28 Feb 2010 00:22:01 GMTEager Future is a Common Lisp library for concurrent programming with composable, eager futures.
Unix-Style CLI Option Parser (Modified)Last modification: Tue, 09 Feb 2010 19:38:40 GMTA parser for unix style command line options. Can act as a simple Getopt for Lisp or can automatically bind values passed in from the CLI.
CL-Graph (Modified)Last modification: Fri, 30 Oct 2009 13:54:36 GMTA package for creating and manipulating graphs (in the graph-theoretic sense). Creates a set of CLOS classes for graphs, vertices, edges. Provides algorithms for traversing, counting, searching for ve...
Spartns (Modified)Last modification: Tue, 20 Oct 2009 13:29:07 GMTSparse tensor representation library. There are no external dependencies; Spartns works on any data type and is heavily optimized.
FiveAM (Modified)Last modification: Wed, 07 Oct 2009 17:50:51 GMTSimple regression testing framework "designed with Common Lisp's interactive development model in mind". It features hierarchical test suites, functions for re-running recent tests, and inter-test dep...
cl-mediawiki (Modified)Last modification: Mon, 21 Sep 2009 19:25:33 GMTA Common Lisp interface to the MediaWiki API
cl-cont (Added)Last modification: Tue, 28 Jul 2009 08:55:35 GMTCPS-style continuations for Common Lisp.
Clouchdb (Modified)Last modification: Mon, 13 Jul 2009 01:07:23 GMTA library for interacting with CouchDb databases
Common Lisp Gtk-Server Wrapper (Added)Last modification: Sun, 31 May 2009 13:34:10 GMTCommon Lisp Gtk-Server Wrapper works with Gtk-Server to access the GTK widget set for another process using many communication protocols.
cl-json (Modified)Last modification: Mon, 25 May 2009 21:41:48 GMTA parser and generator for the JSON data-interchange format.
cl-xmpp (Modified)Last modification: Fri, 24 Oct 2008 18:05:18 GMTA client implementation of XMPP (Extensible Messaging and Presence Protocol), which is the set of core protocols created by the Jabber messaging system.
trivial-sockets (Modified)Last modification: Fri, 24 Oct 2008 18:03:08 GMTTCP networking library for simple applications such as "scripting" and interactive use. A patch provides UDP support.
trivial-sockets has been superseeded by usocket.
dso-parse (Added)Last modification: Tue, 14 Oct 2008 00:33:20 GMTPEG parser-generator with s-exp grammar definitions
dso-lex (Added)Last modification: Tue, 14 Oct 2008 00:26:22 GMTA simple regexp-based lexer-generator
trivial-utf-8 (Modified)Last modification: Sat, 09 Aug 2008 09:43:59 GMTTrivial UTF-8 is a small library for doing fast UTF-8-based in- and output on a Lisp implementation that already supports Unicode -- meaning char-code and code-char deal with Unicode character codes.
net-telent-date (Commented)Last modification: Sat, 09 Aug 2008 06:09:51 GMTA library of routines for parsing, conversting, and manipulating dates and times. Most of the code was originally written for the CMUCL Common Lisp implementation.
Trivial-HTTP (Modified)Last modification: Thu, 31 Jul 2008 11:20:44 GMTA simple library for performing client HTTP operations (GET and POST) over a socket interface.
trivial-http has been superseeded by Drakma.
CL-INTERPOL (Modified)Last modification: Wed, 23 Jul 2008 22:47:15 GMTString interpolation for Common Lisp
CL-EARLEY-PARSER (Added)Last modification: Thu, 10 Jul 2008 09:43:53 GMTSyntax anayzer (parser) for any context free grammar.
cl-famix (Added)Last modification: Tue, 08 Jul 2008 11:22:58 GMTCL-Famix is a model extractor, that extract FAMIX-Lisp complaint models from Lisp systems.
py-configparser (Modified)Last modification: Fri, 20 Jun 2008 23:39:45 GMTAn INI-file style configuration parser conformant to the Python configparser module.
Objective-CL (Modified)Last modification: Sun, 23 Mar 2008 13:05:52 GMTObjective-CL is a free CL/Objective-C bridge that is portable not only across Lisp implementations but also across operating systems. It strives to achieve full GNUstep and Cocoa compatibility includ...
cl-randist (Modified)Last modification: Sat, 08 Mar 2008 22:08:11 GMTThis package is a manual translation from C to common lisp of some random number generation functions of GSL library. The package also include the alias method implementation of Mario S. Mommer and my...
Metatilities (Modified)Last modification: Sun, 02 Mar 2008 10:03:05 GMTA collection of miscellaneous utilities for container data structures, binding, user interface, dates and times, I/O, symbols, sequences, string manipulation, and more.
metabang-bind (Modified)Last modification: Sun, 02 Mar 2008 10:00:55 GMTMetabang-bind provides a binding construct that generalizes MULTIPLE-VALUE-BIND, LET, LET* and DESTRUCTURING-BIND.
cl-couchdb (Commented)Last modification: Wed, 20 Feb 2008 16:39:20 GMTA Common Lisp library for working with the CouchDB database system.
Curly (Added)Last modification: Sun, 10 Feb 2008 01:01:44 GMTCurly is set of two reader macros for easy function currying and composition. It was inspired by Arc's syntax for currying, using square brackets. Curly creates anonymous functions (lambdas) with lite...
Common Lisp Librarian (Modified)Last modification: Sun, 10 Feb 2008 00:48:01 GMTCL-Librarian aims to be a manager for Common Lisp libraries that is focused on libraries updated dynamically by version control systems and targetted at power users. It handles downloading such librar...
FReT (Modified)Last modification: Mon, 08 Oct 2007 04:35:10 GMTFReT (Framework for Regression Testing) is a testing framework inspired by Lift, CLOSUnit and JUnit, with an emphasis on interactivity.
Hunchentoot (Annotated)Last modification: Sun, 30 Sep 2007 17:23:35 GMTA web server written in Common Lisp
CL-SMTP (Annotated)Last modification: Mon, 17 Sep 2007 21:56:06 GMTA client library for the SMTP (Simple Mail Transfer Protocol) networking protocol.
cl-audioscrobbler (Modified)Last modification: Thu, 26 Jul 2007 07:36:33 GMTCommon Lisp wrapper for the web service Audioscrobbler/Last.fm.
cl-jpegmeta (Added)Last modification: Thu, 21 Jun 2007 10:35:08 GMTCL-JPEGMETA is a library for image metadata manipulation.
CLLIB (asdf version) (Modified)Last modification: Sat, 09 Jun 2007 12:33:26 GMTAn ASDF version of CLLIB from CLOCC.
CL-MathStats (Modified)Last modification: Wed, 30 May 2007 19:34:57 GMTA collection of mathematical routines for combinatorics, statistics, functions, matrices, vectors, and more.
cl-geonames (Added)Last modification: Tue, 29 May 2007 08:48:50 GMTA Common Lisp wrapper around the Geonames web service
cl-digg (Added)Last modification: Sun, 27 May 2007 19:15:35 GMTA Common Lisp wrapper around the Digg API.
cl-irc (Modified)Last modification: Fri, 27 Apr 2007 20:41:28 GMTIRC client library featuring partial support for DCC, CTCP and related commands from RFC 2810, RFC 2811 and RFC2812.
cl-irc uses usocket for implementation independent socket access. It uses FLEXI-ST...
Closer to MOP (Modified)Last modification: Mon, 23 Apr 2007 11:32:03 GMTCloser to MOP is a compatibility layer that rectifies many of the absent or incorrect MOP features as detected by MOP Feature Tests in a growing number of Common Lisp implementations.
ContextL (Modified)Last modification: Mon, 23 Apr 2007 11:28:38 GMTContextL is a CLOS extension for Context-oriented Programming.
Ironclad (Modified)Last modification: Sat, 21 Apr 2007 20:57:29 GMTIronclad is a cryptographic toolkit that includes several block encryption algorithms and hash functions.
cl-youtube (Modified)Last modification: Mon, 16 Apr 2007 09:34:08 GMTCommon Lisp wrapper to the YouTube API.
Salza (Modified)Last modification: Fri, 13 Apr 2007 16:29:17 GMTSalza is a Common Lisp Compression Library that provides an FFI-less interface to the ZLIB and DEFLATE compressed data formats. It is used by CL-PDF for the zlib compression inside the pdf files.
trivial-https (Modified)Last modification: Sat, 07 Apr 2007 20:38:43 GMTA simple library for performing client HTTP/HTTPS operations (GET and POST) over a socket interface. It is a fork of Trivial-HTTP.
Trivial-https has been superseeded by Drakma.
patty (Added)Last modification: Tue, 03 Apr 2007 16:44:51 GMTFacilitates working with functional data structures on top of CLOS.
pygen - Python-style generators library (Modified)Last modification: Sat, 24 Feb 2007 03:24:29 GMTlog5 (Added)Last modification: Fri, 02 Feb 2007 22:37:38 GMTLog5 is a Common Lisp logging framework organized around five things: categories, outputs, senders, messages and contexts.
Bordeaux Threads (Commented)Last modification: Thu, 25 Jan 2007 23:08:20 GMTBordeaux Threads (Portable shared-state concurrency for Common Lisp) is an implementation of a portable multi-threading library based on the BORDEAUX-MP specification by Daniel Barlow.
getopt (Added)Last modification: Tue, 12 Dec 2006 22:14:51 GMTgetopt is a library for processing command-line arguments. The syntax of the command-line is modeled after GNU's getopt_long function.
LOCAL-TIME (Added)Last modification: Fri, 24 Nov 2006 19:29:06 GMTA library for manipulating dates and times, based on the paper "The Long, Painful History of Time" by Erik Naggum.
cl-migrations (Added)Last modification: Mon, 13 Nov 2006 09:45:28 GMTcl-migrations is a port of the database migrations feature of Ruby on Rails to Common Lisp. cl-migrations is intended to provide a simple way to version-control your database changes.
fare-csv (Added)Last modification: Wed, 08 Nov 2006 09:25:08 GMTA library for importing data in CSV (Comma-Separated Values) format.
Blowfish (Added)Last modification: Sat, 04 Nov 2006 12:26:20 GMTAn implementation of the Blowfish encryption algorithm.
TREES (Added)Last modification: Tue, 24 Oct 2006 13:49:55 GMTA binary trees library with a uniform CLOS interface. It supports ordinary binary, AVL, Red-Black, and AA trees.
CLSQL (Modified)Last modification: Mon, 16 Oct 2006 21:11:38 GMTCLSQL is a SQL database for Common Lisp interface maintained by Kevin M. Rosenberg. CLSQL uses the Universal Foreign Function Interface (UFFI) library for broad compatibility.
CL-Yacc (Modified)Last modification: Wed, 11 Oct 2006 18:14:35 GMTCL-Yacc is a LALR(1) parser generator for Common Lisp, similar in spirit to AT&T Yacc, Berkeley Yacc, GNU Bison, Zebu, lalr.cl or lalr.scm.
CL-Yacc uses the algorithm due to Aho and Ullman, which is ...
jwacs - Javascript With Advanced Continuation Support (Added)Last modification: Wed, 27 Sep 2006 11:28:08 GMTA program transformer for web development that translates code from an extended Javascript syntax to standard Javascript. It supports client-side continuations.
LIFT (Modified)Last modification: Mon, 25 Sep 2006 15:47:54 GMTLIFT is a unit testing framework in the JUnit/SUnit tradition.
CL-Containers (Modified)Last modification: Mon, 25 Sep 2006 14:51:39 GMTA library that provides new container data structures (trees, queues, heaps, and more) and a standard interface for using them.
TINAA (Modified)Last modification: Mon, 25 Sep 2006 07:55:01 GMTA tool for documenting Common Lisp source code. TINAA "is based on the idea that a system is made up of parts and subparts and sub-subparts", and is able to document them as long as it knows their str...
MCPat (Added)Last modification: Fri, 08 Sep 2006 23:21:07 GMTMCPat stands for Meta-Circular Pattern Matcher, a simple pattern matcher that executes code by lists against patterns.
Montezuma (Added)Last modification: Tue, 05 Sep 2006 12:21:56 GMTA full text search engine. It is a port of the Ferret search engine in Ruby, which is in turn a port of the Lucene Java engine.
LW-DOC (Modified)Last modification: Fri, 01 Sep 2006 22:55:01 GMTA program for generating a permuted index of the LispWorks IDE documentation.
GZIP-STREAM (Modified)Last modification: Thu, 31 Aug 2006 06:51:07 GMTA library for reading and writing compressed files in gzip format.
Cells-GTK (Modified)Last modification: Tue, 22 Aug 2006 13:06:30 GMTCells-GTK is a binding to GTK+ that provides an object/components framework for GUI construction (similar to CAPI) and a declarative "rule-based" means to keep the state of the GUI consistent with the...
Xlyb (Added)Last modification: Fri, 18 Aug 2006 08:40:54 GMTExperimental code for a CLX persistence layer. It adds suspend-resume functionality to X windows and other graphics resources.
Open Sound Control (Modified)Last modification: Thu, 17 Aug 2006 22:17:45 GMTthe Open Sound Control Protocol (aka OSC), implementated in common lisp.
Genhash (Added)Last modification: Wed, 16 Aug 2006 09:01:59 GMTA library for "generic hash tables".
LW-ADD-ONS (Modified)Last modification: Tue, 15 Aug 2006 12:16:00 GMTA collection of enhancements to the LispWorks IDE. Most of them are intended to make the IDE's behavior more similar to SLIME and GNU Emacs.
c2ffi (Added)Last modification: Wed, 09 Aug 2006 10:13:21 GMTAn FFI bindings generator for C libraries. It automatically generates foreign function interface definitions for UFFI (CFFI is also planned) by parsing C header files.
cl-cbr (Added)Last modification: Sun, 30 Jul 2006 10:27:29 GMTA Comic book archive viewer with an Ltk-based GUI.
PatXi-2 (Added)Last modification: Sat, 29 Jul 2006 08:09:35 GMTA mathematical library for statistics, derivatives, linear algebra, linear programming, least squares, random numbers, interpolation, Monte Carlo, and more.
cgn (Added)Last modification: Fri, 28 Jul 2006 09:06:51 GMTA pipe-based library for interfacing the gnuplot data plotting program. It has an Ltk-based GUI.
xml-emitter (Modified)Last modification: Thu, 27 Jul 2006 10:32:46 GMTA library for generating indented XML. Although it can emit any kind of XML, it comes with a built-in RSS 2.0 emitter.
Ltk (Modified)Last modification: Sun, 16 Jul 2006 09:25:10 GMTLtk is the easy and portable way to create Common Lisp GUIs.
CL-DOT (Added)Last modification: Tue, 04 Jul 2006 13:26:53 GMTA library for "generating dot (a program in the Graphviz suite) output from arbitrary Lisp data". Graphviz is a graph visualization software.
Anaphora (Modified)Last modification: Sat, 01 Jul 2006 07:04:41 GMTAnaphora is the anamorphic macro package from hell. Not only do you get golden oldies like AIF, AWHEN, ACOND, etc. but it also includes a slightly insane family of anamorphic variants called symbolic ...
Chemboy (Added)Last modification: Sat, 17 Jun 2006 12:12:01 GMTAn application for performing chemical calculations, such as knowing the mass of a given number of mol of a compound. It also supports calculations on Boyle's, Charles', the Combined gas, and the Idea...
Trivial Shell (Added)Last modification: Sun, 11 Jun 2006 08:15:38 GMTAn operating system and Common Lisp implementation independent interface for accessing command shells. It is based on, and is a fork of, the KMRCL utilities.
CL-Markdown (Added)Last modification: Mon, 05 Jun 2006 08:45:40 GMTA Common Lisp rewrite of the Markdown text markup language by John Gruber. Documents are written using an easy to write and read plain text formatting syntax, and are converted to HTML by the CL-Markd...
html-encode (Added)Last modification: Sun, 04 Jun 2006 18:02:32 GMTA library for "encoding text in various web-savvy formats". It takes care of processing text for inclusion in HTML PRE and TT elements, and managing long text lines.
metacopy (Added)Last modification: Sun, 28 May 2006 10:44:47 GMTA toolkit for specifying how to make copies of CLOS objects.
cl-sasl (Modified)Last modification: Thu, 25 May 2006 06:51:13 GMTAn SASL client library. SASL (RFC 2222) is used for authentication in various protocols.
ASDF-Status (Added)Last modification: Sun, 21 May 2006 12:06:35 GMTASDF-Status generates reports that display the testing results collected by the ASDF-Install-tester tool, which checks ASDF-INSTALLable Common Lisp software.
CLORB (Modified)Last modification: Sat, 20 May 2006 13:04:02 GMTAn implementation of the OMG CORBA 2 specification for distributed computing, with the goal of supporting CORBA 2.6 and comply with the Lisp mappings defined by OMG. It currently supports DII, DSI, th...
org-davep-dict (Modified)Last modification: Sat, 20 May 2006 09:30:59 GMTClient library for RFC 2229 dictionary servers.
org-davep-cldict (Modified)Last modification: Sat, 20 May 2006 09:30:24 GMTCLIM-based GUI for the org-davep-dict RFC 2229 dictionary client library.
org-davep-dictrepl (Modified)Last modification: Sat, 20 May 2006 09:29:49 GMTClient with a textual command interface (a REPL) for the org-davep-dict RFC 2229 dictionary client library.
org-davep-newsrc (Modified)Last modification: Sat, 20 May 2006 09:29:19 GMTLibrary for parsing Unix ~/.newsrc files.
org-davep-nntp (Modified)Last modification: Sat, 20 May 2006 09:28:49 GMTClient library for the NNTP network protocol for accessing Usenet news servers.
db-sockets (Modified)Last modification: Sat, 20 May 2006 09:28:14 GMTImplementation of the BSD sockets API. It supports both Internet (TCP and UDP) and Unix-domain sockets.
CL+SSL (Modified)Last modification: Sat, 20 May 2006 09:27:49 GMTInterface to the OpenSSL library, which implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols.
CL-EMB (Modified)Last modification: Sat, 20 May 2006 09:26:39 GMTCL-EMB (Embedded Common Lisp and template system) is a library for embedding Common Lisp and template tags into normal text files. It can be used for dynamically generating HTML pages.
cl-libtai (Modified)Last modification: Sat, 20 May 2006 09:26:03 GMTLibrary for manipulating dates and times in Temps Atomique International (TAI) format.
ASDF-Install-tester (Added)Last modification: Sat, 20 May 2006 09:24:38 GMTA tool for testing ASDF-INSTALLable Common Lisp software. It works by downloading packages, installing them and reporting any problems.
CL-HTML-Parse (Added)Last modification: Fri, 19 May 2006 11:38:41 GMTA parser that parses HTML documents and generates a sexp-based representation. It is based on the phtml parser by Franz, Inc.
cl-ajax (Added)Last modification: Fri, 19 May 2006 07:24:08 GMTCL-AJAX is Richard Newman's Common Lisp library to allow for remote invocation of functions through Javascript.
Quoting John Wiseman's writeup:
... lets you use Lisp to leverage the XMLHttpReque...
Portable AllegroServe (Added)Last modification: Wed, 17 May 2006 12:22:58 GMTA version of the AllegroServe web server that is portable among different Common Lisp implementations. It is based on a compatibility layer called ACL-COMPAT. AllegroServe was developed by John Fodera...
ACL-COMPAT (Added)Last modification: Mon, 15 May 2006 12:44:11 GMTA compatibility layer for the APIs provided by the Allegro CL Common Lisp implementation by Franz, Inc. It provides interfaces for multiprocessing, networking, and more.
Mel-Base (Modified)Last modification: Mon, 15 May 2006 11:15:41 GMTA library for sending, receiving and handling e-mail. It can access messages in Maildir format and supports the SMTP, POP3, and IMAP protocols.
ASDF-Binary-Locations (Added)Last modification: Sun, 14 May 2006 12:27:54 GMTAn ASDF extension that makes it possible to specify where compiled Lisp binaries should go.
ZPB-EXIF (Added)Last modification: Tue, 09 May 2006 13:13:37 GMTZPB-EXIF is a library for accessing metadata in EXIF format stored in digital camera image files.
CL-Variates (Added)Last modification: Mon, 08 May 2006 09:11:33 GMTA portable random number generator that produces the same results regardless of platform, and provides additional random distributions such as Poisson, exponential, and more.
defsystem-compatibility (Modified)Last modification: Sun, 07 May 2006 11:28:01 GMTA compatibility layer for system definition tools, which also provides a foundation for building higher level tools. It currently supports ASDF and the EKSL Generic Load Utilities, and will eventually...
Moptilities (Added)Last modification: Sun, 07 May 2006 09:31:56 GMTA compatibility layer on top of various CLOS MOP implementations, with some additional reflection capabilities.
Poly-pen (Added)Last modification: Sat, 06 May 2006 10:56:46 GMTPoly-pen is a graphical proxy library that "links hi-level operations to low-level back-ends libraries". It provides image generation facilities and a few high-level operations such as plotting and co...
GECO - Genetic Evolution through Combination of Objects (Added)Last modification: Sun, 02 Apr 2006 09:56:40 GMTA CLOS library for writing genetic algorithms.
Cells (Added)Last modification: Sat, 25 Mar 2006 10:19:02 GMTA dataflow, constraint-management extension to CLOS. It allows the creation of classes whose instances "have slots whose values are determined by a formula", like cells in a spreadsheet. Arbitrary Com...
ITERATE (Modified)Last modification: Wed, 22 Mar 2006 08:17:22 GMTIteration construct similar to CL:LOOP. It is more extensible and has a more Lisp-like syntax than CL:LOOP.
CL-ODE (Modified)Last modification: Sat, 18 Mar 2006 12:26:51 GMTA set of CFFI-based bindings to the ODE (Open Dynamics Engine) C++ library for simulating rigid body dynamics.
spatial-trees (Added)Last modification: Wed, 15 Mar 2006 11:57:00 GMTA library for manipulating "dynamic index structures for spatially-extended data" such as R-trees, Greene-trees, R*-trees and X-trees.
CL-SOAP (Added)Last modification: Mon, 27 Feb 2006 19:05:05 GMTAn implementation of the SOAP protocol for exchanging XML-based messages over HTTP, which is the foundation for web services. CL-SOAP is ultimately planned to support the full SOAP 1.1 specification u...
S-XML-RPC (Added)Last modification: Sun, 26 Feb 2006 13:31:49 GMTAn implementation of the XML-RPC standard. XML-RPC is a language independent, cross-platform protocol for performing remote procedure calls over an HTTP transport with XML encoding.
S-HTTP-CLIENT (Added)Last modification: Sat, 25 Feb 2006 09:53:18 GMTAn HTTP 1.0/1.1 client library that supports access to any URL over HTTP/HTTPS, connection reuse and basic authentication.
cl-cracklib (Added)Last modification: Wed, 22 Feb 2006 09:34:22 GMTAn interface to the CrackLib C libary, which checks passwords for robustness and suggests how to improve it.
asdf-packaging (Modified)Last modification: Tue, 21 Feb 2006 20:44:56 GMTAsdf-packaging (A project to package up loose code) is an umbrella project for updating, packaging and distributing useful software in an ASDF-INSTALLable format. This software was usually written for...
parse-number (Added)Last modification: Tue, 21 Feb 2006 20:43:41 GMTA library that parses a string into one of the Common Lisp number types, or signals an error if it is not possible.
MT19937 (Added)Last modification: Tue, 21 Feb 2006 20:34:13 GMTMT19937 is a portable Mersenne Twister random number generator.
psgraph (Added)Last modification: Tue, 21 Feb 2006 20:23:16 GMTA library for generating PostScript pictures of directed acyclic graphs.
text-query (Added)Last modification: Tue, 21 Feb 2006 20:17:40 GMTA library for querying the user. It adds generality to the standard Y-OR-N-P and YES-OR-NO-P functions, and the ability to time out and return a default value.
CL-UTILITIES (Added)Last modification: Tue, 21 Feb 2006 20:08:08 GMTA collection of semi-standard, well documented, miscellaneous utilities with good error checking. It includes utilities for sequences, I/O, iteration, mathematics, functions and more.
Memoizing functions (Added)Last modification: Sun, 19 Feb 2006 13:25:57 GMTA library for function memoization. This is part of the Lisp hacks collection by Tim Bradshaw.
Conduit packages (Added)Last modification: Sun, 19 Feb 2006 13:11:51 GMTConduits are a generalization of packages. They allow the definition of packages that extend other packages in some way, such as having some symbols from another package. This is part of the Lisp hack...
LW Compat (Added)Last modification: Tue, 14 Feb 2006 21:26:14 GMTA few utility functions from the LispWorks library.
S-SYSDEPS (Modified)Last modification: Sat, 11 Feb 2006 19:51:10 GMTS-SYSDEPS (An Abstraction Layer Over Platform Dependent Functionality) is a compatibility layer that abstracts facilities for managing processes and process locks, implementing a TCP/IP server, and pr...
CL-PREVALENCE (Added)Last modification: Sat, 11 Feb 2006 19:04:30 GMTCL-PREVALENCE is a proof of concept implementation of the Object Prevalence object persistence concept by Klaus Wuestefeld. It comes with both a sexp-based and and an XML serialization protocol.
S-XML (Added)Last modification: Wed, 01 Feb 2006 16:14:17 GMTA simple XML parser featuring an efficient and purely functional implementation, support for different DOM models and XML namespaces, and access to the underlying Lisp implementation's character sets.
XMLS (Added)Last modification: Wed, 01 Feb 2006 15:53:32 GMTA small, simple, non-validating XML parser. It provides mappings from XML to s-exps and back. XMLS is self-contained, embeddable and thread-safe, and comes with support for XML namespaces.
Zebu (Added)Last modification: Sun, 29 Jan 2006 11:48:06 GMTParser/unparser generator for Common Lisp
Zebu is part of a set of tools for the translation of formal languages. Zebu contains a LALR(1) parser generator like Yacc does. Aside from generating a pars...
yaclml (Added)Last modification: Sat, 28 Jan 2006 13:32:35 GMTYaclml is a collection of macros and utilities for generating XML/HTML-like markup. It can generate HTML from both Lisp code and designer templates.
XLUnit (Added)Last modification: Sat, 28 Jan 2006 13:16:25 GMTA toolkit for building test suites, based on JUnit by Kent Beck and XPTest by Craig Brozensky. It provides a tradeoff between programmer overhead and good support for fixture setup and teardown.
Osicat (Added)Last modification: Fri, 27 Jan 2006 19:15:15 GMTOsicat is a lightweigh operating system interface for POSIX-like systems. It provides facilities for directory walking, access to environment variables, symbolic links, file permissions and identifica...
hyperspec-lookup (Added)Last modification: Mon, 23 Jan 2006 19:49:58 GMTHyperspec-lookup is a documentation system for Lisp software. It provides an interface for mapping from Lisp symbols to documentation URLs for the Common Lisp HyperSpec and the CLOS MetaObject Protoco...
cl-syslog (Added)Last modification: Sun, 22 Jan 2006 17:30:42 GMTInterface to the syslog Unix logging facility.
cl-menusystem (Added)Last modification: Sun, 22 Jan 2006 16:43:27 GMTLibrary for generating menus for controlling an application and editing of special variables settings. It currently comes with a text-based backend, but others can be defined.
CL-Magick (Added)Last modification: Sun, 22 Jan 2006 16:30:47 GMTCL-Magick (Common lisp interface to ImageMagick library) is a set of bindings to the ImageMagick image manipulation C library.
KPAX - A Common Lisp Application Framework (Added)Last modification: Sat, 14 Jan 2006 22:01:12 GMTA web application framework written in pure Common Lisp. Can run standalone, behind Apache/mod_lisp, or with portableaserve.
Infix (Added)Last modification: Wed, 11 Jan 2006 19:47:24 GMTInfix provides a reader macro for reading mathematical expressions in infix form.
RT (Added)Last modification: Wed, 11 Jan 2006 13:55:38 GMTRegression testing framework described in a paper by Richard Waters titled "Some Useful Lisp Algorithms: Part 1".
SPLIT-SEQUENCE (Added)Last modification: Wed, 11 Jan 2006 13:31:33 GMTFunction for splitting a sequence into a list of subsequences delimited by objects satisfying a test.
Sb-sprof-ui (Added)Last modification: Mon, 09 Jan 2006 14:33:00 GMTCLIM frontend to the SBCL sb-sprof statistical profiler.
CL-PPCRE (Added)Last modification: Thu, 05 Jan 2006 09:27:46 GMTA portable regular expression library with a syntax compatible with Perl.
CLiki (Added)Last modification: Wed, 04 Jan 2006 19:58:48 GMTWiki-style collaborative authoring environment with which the popular Lisp community site with the same name, and some others, are implemented. Araneida is the HTTP server on which the CLiki infrastru...