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.
CMN provides a package of functions to hierarchically describe a musical score. When evaluated, the musical score is rendered to an image.
This is a system presenting a protocol for "file systems": things that present a collection of "files," which are things that have several attributes, and a central data payload. Most notably this includes the OS filesystem, but can also be used to address other filesystem-like things like archives, object stores, etc. in the same manner.
This package provides a general-purpose connection pooling library for Common Lisp.
This package provides a way of extracting and replicating the compile-time side-effects of forms.
This is a library to abstract away the parsing of Unix-style command-line arguments. Use it in conjunction with asdf:program-op or cl-launch for portable processing of command-line arguments.
This package provides a trivial line-input library for VT-like terminals.
Anaphora is the anaphoric macro collection from Hell: it includes many new fiends in addition to old friends like aif and awhen.
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
Micros is a SLIME/SWANK implementation forked for use by the Lem editor.
A simple Common-Lisp interface to the underlying operating system. It's independent of the implementation and operating system.
This library provides modern file handling for Common Lisp, which avoids many of the pitfalls of pathnames.
This package provides a SDL2 based vector graphic library for Common Lisp.
This package provides an ASN.1 encoder/decoder for Common Lisp.
This package provides Common Lisp CFFI bindings to the Raylib game development library.
This is a library that uses the other 3d-* math libraries to present an encapsulation for a spatial transformation. It offers convenience functions for operating on such transformations and for converting between them and the alternative 4x4 matrix representation.
This package provides an interface to the gnuplot plotting utility. The intention of the API is to resemble to some of the plot commands of octave or matlab.
This package provides an implementation of the flexichain protocol, allowing client code to dynamically add elements to, and delete elements from a sequence (or chain) of such elements.
This package provides a configuration library that adds the ability for Lem to manage packages within the user configuration directory.
Xmls is a self-contained, easily embedded parser that recognizes a useful subset of the XML spec. It provides a simple mapping from XML to Lisp structures or s-expressions and back.
This package provides Common Lisp bindings to create OpenGL window and context manipulation code as well as system input handling. Direct FFI bindings to system functions are used so no third party C lib is required except system libraries.
Skippy is a Common Lisp library to read and write GIF image files.
This is a Common Lisp library to calculate std140 or std430 layouts for a glsl UBO/SSBO.
This Common Lisp library provides a fast reader for data in LibSVM format.
This is a repackage of the original DejaVu Fonts with some convenience functions.