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.
A client for the Stripe payment API.
This is a Common Lisp library providing logging faciltiy similar to CL-LOG and LOG4CL.
This package provides a grab bag of miscellaneous Common Lisp utilities.
Generic documentation builder for Common Lisp projects.
The LOCAL-TIME library is a Common Lisp library for the manipulation of dates and times. It is based almost entirely upon Erik Naggum's paper "The Long Painful History of Time".
CL-octet-streams is a library implementing in-memory octet streams for Common Lisp. It was inspired by the trivial-octet-streams and cl-plumbing libraries.
This data structure can be used to store the history of visited paths or URLs with a file or web browser, in a way that no “forward” element is ever forgotten.
The history tree is “global” in the sense that multiple owners (e.g. tabs) can have overlapping histories. On top of that, an owner can spawn another one, starting from one of its nodes (typically when you open a URL in a new tab).
This package provides a general-purpose connection pooling library for Common Lisp.
This library introduces fast generic functions, i.e. functions that behave just like regular generic functions, except that the can be sealed on certain domains. If the compiler can then statically detect that the arguments to a fast generic function fall within such a domain, it will perform a variety of optimizations.
RESTAS is a Common Lisp web application framework.
This package provides a Common Lisp system implementing event bus.
This Common Lisp library provides function to make QR codes and to save them as PNG files.
This package provides a Common Lisp system which has only one function to return the CPU count of the current system.
This package provides an implementation of a base 16 builder for Common Lisp.
Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect CLOS MOP features across a broad range of Common Lisp implementations.
This package provides a way of extracting and replicating the compile-time side-effects of forms.
This library is an SDL wrapper as part of an umbrella project that provides cross-platform packages for building large, interactive applications in Common Lisp.
This is a Common Lisp library implementing the full v1 REST API protocol for Mastodon.
This is a Common Lisp library to build and compose SXQL queries dynamically.
Common Lisp implementation of UUIDs according to RFC4122.
This package provides a SDL2 based vector graphic library for Common Lisp.
fast-websocket is an optimized low-level WebSocket protocol parser/composer.
This library is an extension of the Common Lisp Object System (CLOS) that allows a compiler to inline a generic function under certain conditions.
This package provides a SuperCollider client for Common Lisp.