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.
Metatilities-base is the core of the metatilities Common Lisp library which implements a set of utilities.
This library contains a lexer for syntaxes that use shell-like rules for quoting and commenting. It is a port of the shlex module from Python’s standard library.
DEFPACKAGE-PLUS is an extensible DEFPACKAGE variant with predictable cross-platform behavior and some utilities useful for versioning.
OpenAPI client system generator.
This package provides a UTF-8 string input stream over a binary stream for Common Lisp.
A heap-based priority queue whose first and foremost priority is speed.
DAEMON provides the functionality of daemonizing Common Lisp processes on UNIX like platforms.
Random-Sample is a library for reliably taking a random sample from a sequence.
This Common Lisp library implements the quoted-printable encoding as described in RFC 2045 (see http://tools.ietf.org/html/rfc2045).
cl-charms is an interface to libcurses in Common Lisp. It provides both a raw, low-level interface to libcurses via CFFI, and a more higher-level lispier interface.
Bobbin is a simple word-wrapping library for strings in Common Lisp. It aims to be simple, work nicely for the majority of cases, and degrade gracefully for edge cases. It is not particularly concerned with speed — if you need very high-performance word wrapping, Bobbin is not for you.
The GTWIWTG library (Generators The Way I Want Them Generated -- technically not generators, but iterators) is meant to be small, explorable, and understandable.
DAEMON provides the functionality of daemonizing Common Lisp processes on UNIX like platforms.
Convenient macros for common lambda patterns.
This is only useful if you want to start a Swank server in a Lisp processes that doesn't run under Emacs. Lisp processes created by M-x slime automatically start the server.
cl-inotify uses cl-cffi to provide a Common Lisp interface to the Linux inotify API.
This package provides Common Lisp bindings for libev.
This is a small library to help you with managing the Common Lisp docstrings for your library.
This package exports the following function to parse floating-point values from a string in Common Lisp.
This is a Common Lisp library for reading and printing MIME content. It supports automatic conversion between 7-bit, quoted-printable and base64 encodings.
This is a Common Lisp library that implements the 9p network filesystem protocol.
BOOST-RE is a small, portable, lightweight, and quick, regular expression library for Common Lisp. It is a non-recursive, backtracking VM.
This package provides a KDL reader/writer for Common Lisp.
This is a system for two dimensional computational geometry for Common Lisp.
Note: the system assumes exact rational arithmetic, so no floating point coordinates are allowed. This is not checked when creating geometric objects.