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.
Dynamic-Classes helps to ease the prototyping process by bringing dynamism to class definition.
Conium is a portability library for debugger- and compiler-related tasks in Common Lisp. It is fork of SWANK-BACKEND.
This is a small library providing the ISO-639 language code to language name mapping.
CLAWK is an AWK implementation embedded into Common Lisp.
This package provides Doug Hoyte's "Production" version of macros from the Let Over Lambda book, including community updates.
This library can be used to display a progress bar on one line.
Dufy is a library for exact color manipulation and conversion in various color spaces, which supports many color models.
SLY is a fork of SLIME, an IDE backend for Common Lisp. It also features a completely redesigned REPL based on Emacs's own full-featured comint-mode, live code annotations, and a consistent interactive button interface. Everything can be copied to the REPL. One can create multiple inspectors with independent history.
This package provides a way of extracting and replicating the compile-time side-effects of forms.
This package provides Common Lisp CFFI bindings to the Raylib game development library.
This library allows macro writers to provide better feedback to macro users when errors are signaled during macroexpansion. It uses the compiler's concept of a source-form to report where the error or warning is located.
Domain specific language for producing TeX documents with Common Lisp.
This package provides an implementation of a base 16 builder for Common Lisp.
This package provides Common Lisp FFI bindings for libwayland, primarily for the mahogany window manager.
This library strives to provide a portable TCP/IP and UDP/IP socket interface for as many Common Lisp implementations as possible, while keeping the abstraction and portability layer as thin as possible.
This package provides a Common Lisp wrapper system for the SDL 2.0 C Library.
VAS-STRING-METRICS provides the Jaro, Jaro-Winkler, Soerensen-Dice, Levenshtein, and normalized Levenshtein string distance/similarity metrics algorithms.
This library provides a tiny Common Lisp wrapper around setlocale(3) and can be used in conjunction with other FFI wrappers like cl-charms.
This package provides a common lisp CFFI wrapper for the SciPy version of Cephes special functions.
A utility for running external programs, built on UIOP. Cmd is designed to be natural to use, protect against shell interpolation and be usable from multi-threaded programs.
Linedit is a readline-style library written in Common Lisp that provides customizable line-editing for Common Lisp programs.
Manual translation from C to Common Lisp of some random number generation functions from the GSL library.
This piece of code sets up some reader macros that make it simpler to input string literals which contain backslashes and double quotes This is very useful for writing complicated docstrings and, as it turns out, writing code that contains string literals that contain code themselves.
Support library for numcl. Registers a function as an additional form that is considered as a candidate for a constant.