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 builds on the venerable idea of dynamically memoizing functions. A memoized function remembers results from previous computations and returns cached results when called again with the same arguments rather than repeating the computation.
Conium is a portability library for debugger- and compiler-related tasks in Common Lisp. It is fork of SWANK-BACKEND.
This library provides purely functional dictionaries and sets in Common Lisp based on the hash array-mapped trie data structure.
CL(x) xembed protocol implementation
This package defines a Common Lisp package, :elements, with an ELEMENT structure and a number of functions to search the periodic table.
This package provides CIEL as a precompiled binary and a full-featured REPL for the terminal.
Croatoan provides high-level Common Lisp CLOS bindings for the ncurses terminal library.
This package provides Python style generators for Common Lisp. It also includes a port of itertools.
A library and command line utility to automatically indent Common Lisp source files.
Random-Sample is a library for reliably taking a random sample from a sequence.
This is a Common Lisp library providing logging faciltiy similar to CL-LOG and LOG4CL.
This package provides CFFI bindings and interface to Allegro 5 game developing library for Common Lisp.
This is a bindings library to libout123 which allows easy cross-platform audio playback.
This is a Common Lisp implementation for the Mustache template system. More details on the standard are available at https://mustache.github.io.
This is a small library providing the ISO-639 language code to language name mapping.
Support library for numcl. Registers a function as an additional form that is considered as a candidate for a constant.
This a Common Lisp library to convert geographic coordinates between latitude/longitude and UTM (Universal Transverse Mercator) or UPS (Universal Polar Stereographic).
Portable Threads (and Scheduled and Periodic Functions) API for Common Lisp (from GBBopen project).
Envy is a configuration manager for various applications. Envy uses an environment variable to determine a configuration to use. This can separate configuration system from an implementation.
Enables fast and convenient interoperation with foreign objects.
This is a Common Lisp library providing lambda shorthand macros aiming to be used in cases where the word lambda and the arguments are longer than the body of the lambda.
Collections of accessor functions and patterns to access the elements in compound type specifier, e.g. dimensions in (array element-type dimensions)
This is a repackage of the original DejaVu Fonts with some convenience functions.
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.