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 package provides CFFI bindings for the stb_vorbis audio library to Common Lisp.
This package provide a Common Lisp library for .zip-file reading and writing.
cl-amb provides an implementation of John McCarthy's ambiguous operator in portable Common Lisp.
Spatial-trees is a set of dynamic index data structures for spatially-extended data.
Varjo is a Lisp to GLSL compiler. Vari is the dialect of lisp Varjo compiles. It aims to be as close to Common Lisp as possible, but naturally it is statically typed so there are differences.
This package provides a standard interface to the various package lock implementations of Common Lisp.
This package provides a Common Lisp bindings to glfw, an OpenGL application development library.
This package provides support routines for the claw Common Lisp package.
Converts Markdown text into CommonDoc nodes and vice versa.
DEFLATE data, defined in RFC1951, forms the core of popular compression formats such as zlib (RFC 1950) and gzip (RFC 1952). As such, Chipz also provides for decompressing data in those formats as well. BZIP2 is the format used by the popular compression tool bzip2.
CL-octet-streams is a library implementing in-memory octet streams for Common Lisp. It was inspired by the trivial-octet-streams and cl-plumbing libraries.
This package provides a Common Lisp wrapper system for the SDL 2.0 C Library.
This package provides a collection of types, functions and macros. Some of the functionality is implemented from Graham's On Lisp and Seibel's Practical Common Lisp.
Common Lisp ships with a set of powerful built in data structures including the venerable list, full featured arrays, and hash-tables. CL-containers enhances and builds on these structures by adding containers that are not available in native Lisp (for example: binary search trees, red-black trees, sparse arrays and so on), and by providing a standard interface so that they are simpler to use and so that changing design decisions becomes significantly easier.
This Common Lisp library implements object prevalence (see https://en.wikipedia.org/wiki/System_prevalence). It allows for (de)serializing to and from s-exps as well as XML. Serialization of arbitrary classes and cyclic data structures are supported.
bubble-operator-upwards is a function that bubbles an operator upwards in a form, demultiplexing all alternative branches by way of cartesian product.
Named readtables is a library that creates a namespace for named readtables, which is akin to package namespacing in Common Lisp.
CL(x) xembed protocol implementation
This package provides simple format directives to print in colors.
cl-syslog is a Common Lisp library that provides access to the syslog logging facility.
This package provides a Common Lisp web framework for building GUI applications. CLOG can take the place, or work along side, most cross platform GUI frameworks and website frameworks. The CLOG package starts up the connectivity to the browser or other websocket client (often a browser embedded in a native template application).
Helps writing concise CFFI-related code.
This package provides a Common Lisp wrapper system for the SDL 2.0 C Library.
This library provides almost the same code as used inside Quicklisp for drawning progress bars