Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
GECO (Genetic Evolution through Combination of Objects) is an extensible, object-oriented framework for prototyping genetic algorithms in Common Lisp.
Chunga implements streams capable of chunked encoding on demand as defined in RFC 2616.
This package provides an implementation of the which UNIX command in Common Lisp.
This package provides a canonical stand-in for NIL for contexts where NIL means no value.
MARRAY is a library which provides access to memory-mapped files through Common Lisp arrays.
CL-TYPESETTING is a cross-platform Common Lisp typesetting library for all kind of typesetting applications.
This package provides Common Lisp bindings to the pango text layout library.
This package provide a Common Lisp library for .zip-file reading and writing.
This is a Common Lisp logging framework that can log at various levels and mix text with expressions.
This library defines a way of treating Common Lisp packages as conduits which can sit between one or more implementation packages and users of those packages.
Envy is a configuration manager for various applications. Envy uses an environment variable to determine a configuration to use. This can separate configuration system from an implementation.
This package provides a standard way to canonicalize slot values.
NClasses provides helper macros to help write classes, conditions, generic functions, and CLOS code in general with less boilerplate.
It's a fork of hu.dwim.defclass-star. It includes some bug fixes and extra features like type inference.
with-user-abort is a Common Lisp portability library providing a like-named macro that catches the SIGINT signal.
This package provides the LOCAL-TIME extensions for the cl-postgres ASDF system of postmodern.
Library to fuzzily parse time and date strings into a universal-time timestamp.
Implementation of a set-like data structure with constant time addition, removal, and random selection.
XSubseq provides functions to be able to handle "subseq"s more effieiently.
trivial-clipboard gives access to the system clipboard.
This package provides a Common Lisp library for dice rolling and working with dice-roll statistics.
This library provides a WebSockets extension for the Huchentoot web server.
This package provides a Common Lisp translation library similar to CL-I18N and CL-L10N.
This library is a fork of SSL-CMUCL. The original SSL-CMUCL source code was written by Eric Marsden and includes contributions by Jochen Schmidt. Development into CL+SSL was done by David Lichteblau.
This library provides a macroexpand-all function that calls the implementation specific equivalent.