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 is a Common Lisp library for simplifying packaging and loading of compiled foreign library collection.
This package provides a Common Lisp Twitter client featuring full API coverage.
KMRCL is a collection of utilities used by a number of Kevin Rosenberg's Common Lisp packages.
This library provides a wrapper type for secret values, to reduce the risk of accidentally revealing them.
This package provides a noise library for Common Lisp.
trivial-download allows you to download files from the Internet from Common Lisp. It provides a progress bar.
This Common Lisp library focuses on the small set of basic color manipulations (lightening, compliments, etc.) you might use to generate a color palette for a GUI or web page.
Portability library for IEEE float features that are not covered by the Common Lisp standard.
Cl-reexport makes a package reexport symbols which are external symbols in other Common Lisp packages. This functionality is intended to be used with (virtual) hierarchical packages.
This package provides CFFI bindings to the Graphviz library in Common Lisp.
CL-FAD (for "Files and Directories") is a thin layer atop Common Lisp's standard pathname functions. It is intended to provide some unification between current CL implementations on Windows, OS X, Linux, and Unix. Most of the code was written by Peter Seibel for his book Practical Common Lisp.
This package contains a few utility functions from the LispWorks library that are used in software such as ContextL.
This is a (currently) brief but usable wrap for SDL2_image.
Aims to be fast, modular, cachable and concise. It does so by defining each tag as a macro which expands to code printing the respective HTML source. Also employs a DSL for element attributes.
This is a Common Lisp library providing lambda shorthand macros aiming to be used in cases where the word lambda and the arguments are longer than the body of the lambda.
This system is an implementation of the Common Lisp type system; particularly cl:typep and cl:subtypep.
This is a Common Lisp autowrapping facility for quickly creating clean and lean bindings to C libraries.
This library retrieves locale information configured on the system. This is helpful if you want to write applications and libraries that display messages in the user's native language.
This package provides Common Lisp bindings to the pango text layout library.
Micros is a SLIME/SWANK implementation forked for use by the Lem editor.
deeds allows for efficient event delivery to multiple handlers with a complex event filtering system.
This library provides almost the same code as used inside Quicklisp for drawning progress bars
This is a backend for the linear-programming Common Lisp library using the GNU Linear Programming Kit (GLPK) library.
This is a library for access to atomic operation primitives such as compare-and-swap. It aims to be a rather thin layer over what the implementations offer.