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 system is an implementation of the Common Lisp type system; particularly cl:typep and cl:subtypep.
This library provides a simple multithreading worker mechanism.
This is a coroutine library for Common Lisp implemented using the continuations of the cl-cont library.
The py-configparser package implements the ConfigParser Python module functionality in Common Lisp. In short, it implements reading and writing of .INI-file style configuration files with sections containing key/value pairs of configuration options. In line with the functionalities in the python module, does this package implement basic interpolation of option values in other options.
This package provides a utility library intended at providing configurable reader macros for common tasks such as accessors, hash-tables, sets, uiop:run-program, arrays and a few others.
This package provides Common Lisp bindings to POSIX message queue, an IPC method that is easy to use and quick to setup.
CL-PPCRE is a portable regular expression library for Common Lisp, which is compatible with perl. It is pretty fast, thread-safe, and compatible with ANSI-compliant Common Lisp implementations.
This library provides modern file handling for Common Lisp, which avoids many of the pitfalls of pathnames.
Domain specific language for producing TeX documents with Common Lisp.
A collection of Common Lisp utility functions and macros mostly not found in other utility packages.
YASON is a Common Lisp library for encoding and decoding data in the JSON interchange format.
This is a Common Lisp library for simplifying packaging and loading of compiled foreign library collection.
This library enables path variables in networking routes when using Hunchenissr for Common Lisp. If a part of the path (between two slashes) starts with a question mark (?), that symbol (without question mark) will be bound to whatever value was in the same place in the URL (as a string).
This is a Common Lisp library for solving linear programming problems.
This is a Common Lisp autowrapping facility for quickly creating clean and lean bindings to C libraries.
cl-cookie is a Common Lisp library featuring parsing of cookie headers, cookie creation, cookie jar creation and more.
This package provides Common Lisp bindings to POSIX message queue, an IPC method that is easy to use and quick to setup.
Conium is a portability library for debugger- and compiler-related tasks in Common Lisp. It is fork of SWANK-BACKEND.
This package provides an extensible implementation of defclass that can accurately control the expansion according to the metaclass and automatically detect the suitable metaclass by analyzing the defclass form.
This is a small library to help you with managing the Common Lisp docstrings for your library.
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.
This package provides functions to emit XML, with some complexity for handling indentation. It can be used to produce all sorts of useful XML output; it has an RSS 2.0 emitter built in, so you can make RSS feeds trivially.
OpenAPI client system generator.
Common Lisp library for channel-based concurrency. In a nutshell, you create various threads sequentially executing tasks you need done, and use channel objects to communicate and synchronize the state of these threads.