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 package creates GraphViz DOT files from an equivalent s-expression representation.
GARBAGE-POOLS is Common Lisp re-implementation of the APR Pools for resource management.
This a Common Lisp library to convert geographic coordinates between latitude/longitude and MGRS.
This is a Common Lisp library that converts floating point values to IEEE 754 binary representation.
This package provides a functionality augmenting Hunchentoot error pages and logs with request and session information.
This is a Common Lisp library for processing data found in dBase III database files (dbf and db3 files).
Skippy is a Common Lisp library to read and write GIF image files.
This Common Lisp library provides bindings for the ZeroMQ lightweight messaging kernel.
Markup allows the use of HTML syntax with in Common Lisp code. This has the advantage of being able to copy HTML snippets and have them instantly be functional, less double quotes than a s-expression approach, and designers will be able to understand the embedded HTML.
A client for the Stripe payment API.
Trial is a game engine written in Common Lisp. Unlike many other engines, it is meant to be more of a loose connection of components that can be fit together as required by any particular game.
doplus is an iteration macro for Common Lisp.
ALEXA is a tool similar to lex or flex for generating lexical analyzers. Unlike tools like lex, however, ALEXA defines a domain-specific language within your Lisp program, so you don't need to invoke a separate tool.
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 is a Gettext-style internationalisation framework for Common Lisp.
This package provides the terminal-size:size function to get the size of the terminal from Common Lisp.
Manual translation from C to Common Lisp of some random number generation functions from the GSL library.
This package provides the Common Lisp part of the emacs-slite test runner.
This library implements various functions to access status information about the machine, process, etc.
BOOST-JSON is a simple JSON parsing library for Common Lisp.
cl-pass is a password hashing and verification library.
THE-COST-OF-NOTHING is a library for measuring the run time of Common Lisp code. It provides macros and functions for accurate benchmarking and lightweight monitoring. Furthermore, it provides predefined benchmarks to determine the cost of certain actions on a given platform and implementation.
concurrent-hash-tables is a Common Lisp portability library wrapping some implementations of concurrent hash tables which do not have to be entirely locked in their operation, including 42nd-at-threadmill, luckless, and a fallback, segmented hash table.
This library allows for cooperative multitasking with help of cl-cont for continuations. It tries to mimic the API of bordeaux-threads as much as possible.