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.
CL-SYNTAX provides Reader Syntax Conventions for Common Lisp and SLIME.
A Common Lisp library for computing differences between sequences based on the Python difflib module.
Chunga implements streams capable of chunked encoding on demand as defined in RFC 2616.
This package implements an algorithm for the spelling of enharmonics and dealing with ties and dots in rhythm notation.
This is a small library providing the ISO-639 language code to language name mapping.
Smart-buffer provides an output buffer which changes the destination depending on content size.
DIFF is a package for computing various forms of differences between blobs of data and then doing neat things with those differences. Currently diff knows how to compute three common forms of differences: "unified" format diffs, "context" format diffs, and "vdelta" format binary diffs.
Supertrace provides a superior Common Lisp trace functionality for debugging and profiling real world applications.
Small library aiming to cut down time spent moving data between CLOS and JSON objects. It depends on YASON and it should be possible to use it alongside straight calls to functions from YASON.
Parse INI formatted files into a Common Lisp list structure.
This a Common Lisp library to parse HTML5 documents.
This Common Lisp library contains various handy utilities to help autowrapping with claw.
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.
This is a library for quaternions. It contains most of the quaternion operations one would usually expect out of such a library and offers them both in non-modifying and modifying versions where applicable. It also tries to be efficient where plausible. Each quaternion is made up of floats, which by default are single-floats, as they do not require value boxing on most modern systems and compilers.
This Common Lisp library provides reader macros for concise expression of function partial application and composition.
This package provides Common Lisp system collecting tools written to wrangle OpenGL Shader Language (GLSL) source files.
This package provides a CONSPACK implementation for Common Lisp.
Linedit is a readline-style library written in Common Lisp that provides customizable line-editing for Common Lisp programs.
UCONS is a Common Lisp library providing unique conses. Unique conses are different from regular conses in that, in addition to their car and cdr, they maintain a table of past users. Also, the cdr of each ucons is restricted to other uconses or nil. Uconses are meant for those situations where even reusing regular conses (to avoid consing) is too computationally expensive.
This package provides a BNF parser in Common Lisp.
MARRAY is a library which provides access to memory-mapped files through Common Lisp arrays.
This package provides an ASN.1 encoder/decoder for Common Lisp.
This is a Common Lisp bindings library to libfond, a simple OpenGL text rendering engine.
Dexador is yet another HTTP client for Common Lisp with neat APIs and connection-pooling. It is meant to supersede Drakma.