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 is a Common Lisp library that implements the 9p network filesystem protocol.
This library provides the FORMGREP function and related utilities which find top-level Lisp forms matching the regular expression corresponding to an operator name, returning the matched forms and the names of the files and the line numbers where they were found.
This Common Lisp library provides optimized byte-swapping primitives. The library can change endianness of unsigned integers of length 1/2/4/8. Very useful in implementing various network protocols and file formats.
Dexador is yet another HTTP client for Common Lisp with neat APIs and connection-pooling. It is meant to supersede Drakma.
This is a bindings and wrapper library to libmpg123 allowing for convenient, extensive, and fast decoding of MPEG1/2/3 (most prominently mp3) files.
This package provides an implementation of a base 16 builder for Common Lisp.
Named readtables is a library that creates a namespace for named readtables, which is akin to package namespacing in Common Lisp.
cl-cron is a simple tool that provides cron like facilities directly inside of Common Lisp.
This package provides the terminal-size:size function to get the size of the terminal from Common Lisp.
This system is an implementation of the Common Lisp type system; particularly cl:typep and cl:subtypep.
This package provides a standard interface to the various package lock implementations of Common Lisp.
This is a Common Lisp library providing a unified way to work with package locks across supported Common Lisp implementations.
(X)HTMLambda is yet another (X)HTML library which emphasizes programmability and user-friendliness. Each (X)HTML element is a structured object and pretty-printing of (X)HTML trees is well defined to provide properly indented human-readable output even for complex recursive arrangements.
This package provides CFFI bindings to the libflac audio library for Common Lisp.
This is a Common Lisp library for processing data found in dBase III database files (dbf and db3 files).
This is ZS3, a library for working with Amazon's Simple Storage Service (S3) and CloudFront service from Common Lisp.
Clack is a web application environment for Common Lisp inspired by Python's WSGI and Ruby's Rack.
UBIQUITOUS is a very easy-to-use library for persistent configuration storage. It automatically takes care of finding a suitable place to save your data, and provides simple functions to access and modify the data within.
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.
3bz is an implementation of Deflate decompression (RFC 1951) optionally with zlib (RFC 1950) or gzip (RFC 1952) wrappers, with support for reading from foreign pointers (for use with mmap and similar, etc), and from CL octet vectors and streams.
This package provides easy access to the defining class and its options during initialization or reinitialization of its subcomponents.
trivial-download allows you to download files from the Internet from Common Lisp. It provides a progress bar.
Dynamic-mixins is for simple, dynamic class combination; it allows objects to be mixed and updated without manually defining many permutations.
CF is a Common Lisp library for doing computations using continued fractions.