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.
This library allows macro writers to provide better feedback to macro users when errors are signaled during macroexpansion. It uses the compiler's concept of a source-form to report where the error or warning is located.
This is a Common Lisp library providing functions to read/write CSV from/to strings, streams and files.
F2cl is a Common Lisp library that can convert Fortran 77 code into Common Lisp code.
This package provides Common Lisp bindings to POSIX message queue, an IPC method that is easy to use and quick to setup.
Coleslaw is a static site generator written in Common Lisp.
This is a Common Lisp library for reading and printing MIME content. It supports automatic conversion between 7-bit, quoted-printable and base64 encodings.
Simple and fast marshalling of Lisp datastructures. Convert any object into a string representation, put it on a stream an revive it from there. Only minimal changes required to make your CLOS objects serializable.
This library provides modern file handling for Common Lisp, which avoids many of the pitfalls of pathnames.
This is only useful if you want to start a Swank server in a Lisp processes that doesn't run under Emacs. Lisp processes created by M-x slime automatically start the server.
Typo is a portable library for Common Lisp that does approximate reasoning about types, but without consing.
This is a Common Lisp library to build and compose SXQL queries dynamically.
HARMONY is a library that provides you with audio processing tools as well as an audio server to play back music, sfx, and so forth. It is most suited for use in a game engine, but may feasibly also be used for more advanced things such as a DAW
This package provides a Common Lisp wrapper system for the SDL 2.0 C Library.
This package provides an enhanced version of typep that is exactly like the one in the Lisp spec, except it can also accept a single type argument, in which case it returns the appropriate closure.
This package implements a simple interface for using WebSockets via Common Lisp.
This package extends the Common Lisp reader syntax such that is accepts Org files as Lisp source code files.
cl-inotify uses cl-cffi to provide a Common Lisp interface to the Linux inotify API.
core-gp is a Common Lisp library for genetic programming (GP) algorithms. It allows standard GP, strongly-typed GP, grammatical evolution as well as standard genetic algorithms.
This is a Common Lisp library to present tabular data in ascii-art tables.
BOOST-PARSE is a simple token parsing library for Common Lisp.
This is a packrat parser for Common Lisp. In addition to regular Packrat / Parsing Grammar / TDPL features ESRAP supports:
dynamic redefinition of nonterminals
inline grammars
semantic predicates
introspective facilities (describing grammars, tracing, setting breaks)
left-recursive grammars
functions as terminals
accurate, customizable parse error reports
This package provides a PNG Common Lisp system to operate with Portable Network Graphics file format.
This package provides a standard interface to the various package lock implementations of Common Lisp.
Chunga implements streams capable of chunked encoding on demand as defined in RFC 2616.