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.
Trivial-features ensures that *FEATURES* is consistent across multiple Common Lisp implementations.
This is a native Common Lisp graphics math library with an emphasis on performance and correctness.
This package provides CFFI bindings to the libflac audio library for Common Lisp.
Framework for representing and manipulating documents.
This package provides an ANSI CL adaptation of the SBCL mailbox utility.
This package provides a UTF-8 string input stream over a binary stream for Common Lisp.
GENERIC-COMPARABILITY is an implementation of CDR-8 (Generic Equality and Comparison for Common Lisp). CDR-8 provides an interface for the EQUALS function, which is defined as a general equality predicate, as well as a set of ordering (COMPARE) functions for comparison. The semantics are described in the CDR-8 standard.
A Common Lisp library for computing differences between sequences based on the Python difflib module.
CLACHE provides a general caching facility for Common Lisp. The API is similar to the standard hash-table interface.
cl-transmission is a library to interface with the Transmission torrent client using its RPC (remote procedure call).
This library provides an asynchronous process execution mechanism for Common Lisp.
This is a Common Lisp library that publishes D-Bus objects as well as send and notify other objects connected to a bus.
one-more-re-nightmare is a regular expression engine that uses the technique presented in Regular-expression derivatives re-examined (Owens, Reppy and Turon, 2009; doi:10.1017/S0956796808007090) to interpret and compile regular expressions.
This library is an implementation of Deflate (RFC 1951) decompression, with optional support for ZLIB-style (RFC 1950) and gzip-style (RFC 1952) wrappers of deflate streams. It currently does not handle compression.
A CLOS class that defines callable objects whose behavior is similar to closures but adds conveniences such as introspectability.
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.
atomichron is a Common Lisp library which implements a time meter which tracks how many times a form is evaluated, and how long evaluation takes. It uses atomic instructions so that meters will present correct results in the presence of multiple threads, while trying to minimize synchronization latency.
This is a Common Lisp library providing a unified way to work with package locks across supported Common Lisp implementations.
This library is an extension of the Common Lisp Object System (CLOS) that allows a compiler to inline a generic function under certain conditions.
This Common Lisp library provides an implementation of in-memory input streams, output streams and io streams for any type of elements.
This library is a little experiment in reducing verbosity in Common Lisp, inspired by BODOL (https://github.com/bodil/BODOL).
This package provides a JSON Pointer (RFC6901) implementation for Common Lisp. This library aims to be independent from any JSON libraries (as much as possible).
generic-cl provides a generic function wrapper over various functions in the Common Lisp standard, such as equality predicates and sequence operations. The goal of this wrapper is to provide a standard interface to common operations, such as testing for the equality of two objects, which is extensible to user-defined types.
THE-COST-OF-NOTHING is a library for measuring the run time of Common Lisp code. It provides macros and functions for accurate benchmarking and lightweight monitoring. Furthermore, it provides predefined benchmarks to determine the cost of certain actions on a given platform and implementation.