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 library is a fork of SSL-CMUCL. The original SSL-CMUCL source code was written by Eric Marsden and includes contributions by Jochen Schmidt. Development into CL+SSL was done by David Lichteblau.
This package provides a macro commonly used in livecoding to enable continuing when errors are raised. Simply wrap around a chunk of code and it provides a restart called continue which ignores the error and carrys on from the end of the body.
This package is a Python Numpy clone implemented in pure Common Lisp.
cl-rucksack is a persistence library based on Arthur Lemmens' Rucksack with some enhancements.
deeds allows for efficient event delivery to multiple handlers with a complex event filtering system.
fast-http is a HTTP request/response protocol parser for Common Lisp.
This package provides a JSON-RPC 2.0 server/client for Common Lisp.
clsql is a Common Lisp interface to SQL RDBMS based on the Xanalys CommonSQL interface for Lispworks. It provides low-level database interfaces as well as a functional and an object oriented interface.
This package provides a configuration library that adds the ability for Lem to manage packages within the user configuration directory.
This package provides a SuperCollider client for Common Lisp.
This is a repackage of the original DejaVu Fonts with some convenience functions.
Cl-async is a library for general purpose, non-blocking programming in Common Lisp. It uses the libuv library as backend.
binascii is a Common Lisp library for converting binary data to ASCII text of some kind. Such conversions are common in email protocols (for encoding attachments to support old non-8-bit clean transports) or encoding binary data in HTTP and XML applications. binascii supports the encodings described in RFC 4648: base64, base32, base16, and variants. It also supports base85, used in Adobe's PostScript and PDF document formats, and a variant called ascii85, used by git for binary diff files.
This package provides a statistical computing environment for Common Lisp.
Named readtables is a library that creates a namespace for named readtables, which is akin to package namespacing in Common Lisp.
Conium is a portability library for debugger- and compiler-related tasks in Common Lisp. It is fork of SWANK-BACKEND.
clsql is a Common Lisp interface to SQL RDBMS based on the Xanalys CommonSQL interface for Lispworks. It provides low-level database interfaces as well as a functional and an object oriented interface.
cl-webkit is a binding to WebKitGTK+ for Common Lisp, currently targeting WebKit version 2. The WebKitGTK+ library adds web browsing capabilities to an application, leveraging the full power of the WebKit browsing engine.
trivial-garbage provides a portable API to finalizers, weak hash-tables and weak pointers on all major implementations of the Common Lisp programming language.
wild-package-inferred-system is an extension of ASDF package-inferred-system that interprets star * and globstar ** in package or system names.
cl-incless implements print-object methods for many standard classes.
This is a pure Common Lisp library to create, transform and render anti-aliased vectorial paths.
This is a Common Lisp utilities library originating from the Zombie Raptor game engine project.
This package provides Doug Hoyte's "Production" version of macros from the Let Over Lambda book, including community updates.