This library is an implementation of the XML Path Language (XPath) Version 1.0.
This package provides an implementation of the which UNIX command in Common Lisp.
This package implements binary trees of various kinds, presenting a uniform interface to them all.
deeds allows for efficient event delivery to multiple handlers with a complex event filtering system.
YASON is a Common Lisp library for encoding and decoding data in the JSON interchange format.
Birch is a simple Common Lisp IRC client library. It makes use of CLOS for event handling.
KMRCL is a collection of utilities used by a number of Kevin Rosenberg's Common Lisp packages.
cl-azure provides a library to access Microsoft Windows Azure cloud services from Common Lisp.
This Common Lisp library provides functions for lzip (LZMA) compression/decompression using bindings to the lzlib C library.
Babel is a charset encoding and decoding library, not unlike GNU libiconv, but completely written in Common Lisp.
Clack is a web application environment for Common Lisp inspired by Python's WSGI and Ruby's Rack.
This package provides a Common Lisp testing framework system CACAU which was built to be independent of assertions systems.
This system is an implementation of the Common Lisp type system; particularly cl:typep and cl:subtypep.
This is a Common Lisp library consisting of a collection of useful GPU shader functions, written with Shadow.
This package provides a Common Lisp templating system based on Python Django with a syntax similar to Python Jinja2.
cl-mondo is a simple Common Lisp REPL, just like the SLIME REPL that works on the terminal.
Support library for numcl that provides Julia-like runtime parametric type correctness in Common Lisp. It is based on CLtL2 extensions.
This package provides Common Lisp bindings to access the linear algebra libraries using the CBLAS API. Currently the OpenBLAS implementation is used.
Funds provides portable, purely functional data structures in Common Lisp. It includes tree based implementations for Array, Hash, Queue, Stack, and Heap.
Moira is a library for monitoring and, if necessary, restarting long-running threads. In principle, it is like an in-Lisp process supervisor.
Forge is a generic build system. Refer to documentation for the specific kind of project you're building to get the full picture.
This package provides a compute-effective-slot-definition-initargs generic function that allows for more ergonomic initialization of effective slot definition objects.
This Common Lisp library converts strings, symbols and keywords between any of the following typographical cases: PascalCase, camelCase, snake_case, kebab-case (lisp-case).
cl-mssql provides an interface to connect to Microsoft SQL server. It uses the libsybdb foreign library provided by the FreeTDS project.