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.
cl-smug is a library for parsing text, based on monadic parser combinators. Using a simple technique from the functional programming camp, cl-smug makes it simple to create quick extensible recursive descent parsers without funky syntax or impenetrable macrology.
deeds allows for efficient event delivery to multiple handlers with a complex event filtering system.
This library provides purely functional dictionaries and sets in Common Lisp based on the hash array-mapped trie data structure.
cl-morse is a Morse code translation library for Common Lisp.
YASON is a Common Lisp library for encoding and decoding data in the JSON interchange format.
Schemeish implements several useful Scheme constructs for Common Lisp. These include named-let, define, scheme argument lists, and a shortcut to FUNCALL with [] instead of ().
This package provides a Common Lisp wrapper system for the SDL 2.0 C Library.
System-Load is a Common Lisp library for accessing the system's CPU and memory usage.
This is ZS3, a library for working with Amazon's Simple Storage Service (S3) and CloudFront service from Common Lisp.
This library provides GTK4 bindings for Common Lisp via Gobject Introspection, in the cl-gtk4 ASDF system.
Hunchentoot is a web server written in Common Lisp and at the same time a toolkit for building dynamic websites. As a stand-alone web server, Hunchentoot is capable of HTTP/1.1 chunking (both directions), persistent connections (keep-alive), and SSL.
string-pokemonize provides a function that alternates uppercase and lowercase characters for a given string.
CL-STRFTIME is a Common Lisp compiler for the strftime “language.”
Skippy is a Common Lisp library to read and write GIF image files.
Infix-Math is a library that provides a special-purpose syntax for transcribing mathematical formulas into Lisp.
TRIVIAL-TYPES provides missing but important type definitions such as PROPER-LIST, ASSOCIATION-LIST, PROPERTY-LIST and TUPLE.
cl-numerical-utilities is a collection of packages useful in numerical applications, each big enough to be its own package, but too small to split out into a separate ASDF system.
This package provides a Common Lisp system with a collection of common tests and operations to help handling pathnames. It does not actually deal in handling the accessing of files on the underlying system however.
This package provides a noise library for Common Lisp.
CF is a Common Lisp library for doing computations using continued fractions.
This package provides an ANSI CL adaptation of the SBCL mailbox utility.
cl-dotenv is a utility library for loading .env files in Common Lisp.
wild-package-inferred-system is an extension of ASDF package-inferred-system that interprets star * and globstar ** in package or system names.
3D-VECTORS is a library for vector math in 3D space. It contains most of the vector operations one would usually expect out of such a library and offers them both in non-modifying and modifying versions where applicable.