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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This library provides payment API wrappers over BTCPay, Paypal, and Stripe.
This is a Common Lisp autowrapping facility for quickly creating clean and lean bindings to C libraries.
CL-PDF is a cross-platform Common Lisp library for generating PDF files.
FSet is a functional set-theoretic collections library for Common Lisp. Functional means that all update operations return a new collection rather than modifying an existing one in place. Set-theoretic means that collections may be nested arbitrarily with no additional programmer effort; for instance, sets may contain sets, maps may be keyed by sets, etc.
cl-cookie is a Common Lisp library featuring parsing of cookie headers, cookie creation, cookie jar creation and more.
Porter Stemming Algorithm.
This library enable rapid file search, inspection and manipulation straight from the REPL. It aims at replacing Unix tools such as find or du. It also offers a replacement to the pathname Common Lisp API. Slot writers which commit changes to disk, e.g. permissions, modification time, etc.
fast-http is a HTTP request/response protocol parser for Common Lisp.
This package exports the following function to parse floating-point values from a string in Common Lisp.
trivial-clipboard gives access to the system clipboard.
40ants-asdf-system provides a class for being used instead of asdf:package-inferred-system in 40ANT systems.
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.
fast-websocket is an optimized low-level WebSocket protocol parser/composer.
Simple and fast marshalling of Lisp datastructures. Convert any object into a string representation, put it on a stream an revive it from there. Only minimal changes required to make your CLOS objects serializable.
This library is a portable compatibility layer around package local nicknames (PLN). This was done so there is a portability library for the PLN API not included in DEFPACKAGE.
CLAWK is an AWK implementation embedded into Common Lisp.
This Common Lisp library provides functions for lzip (LZMA) compression/decompression using bindings to the lzlib C library.
RUTILS is a syntactic utilities package for Common Lisp.
cl-tar is a Common Lisp library providing a high-level interface for interacting with tar archives.
cl-num-utils implements simple numerical functions for Common Lisp, including:
num=, a comparison operator for floatssimple arithmeric functions, like
sumandl2normelementwise operations for arrays
intervals
special matrices and shorthand for their input
sample statistics
Chebyshev polynomials
univariate rootfinding
bt-semaphore is a semaphore implementation for use with bordeaux-threads.
This library provides payment API wrappers over BTCPay, Paypal, and Stripe.
Simple color library for Common Lisp.
Spatial-trees is a set of dynamic index data structures for spatially-extended data.