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.
Flute is an easily composable HTML5 generation library in Common Lisp.
This library contains a lexer for syntaxes that use shell-like rules for quoting and commenting. It is a port of the shlex module from Python’s standard library.
CL-DOT is a Common Lisp library for generating Graphviz dot output from arbitrary Lisp data.
This is a Common Lisp macro for defining temporary caches that invalidate based on expressions evaluating to different values.
This package provides a Common Lisp library for fetching and parsing RSS feeds data via HTTP. Currently, it supports RSS versions 0.90, 0.91, and 0.92 as well as RSS version 2.
Portable Threads (and Scheduled and Periodic Functions) API for Common Lisp (from GBBopen project).
This package provides CFFI bindings to the Graphviz library in Common Lisp.
CL-DISKSPACE is a Common Lisp library to list disks with the command line tool df and get disk space information using statvfs.
This Common Lisp library focuses on the small set of basic color manipulations (lightening, compliments, etc.) you might use to generate a color palette for a GUI or web page.
This is a Common Lisp wrapper for libjpeg-turbo library which provides TurboJPEG API for compressing and decompressing JPEG images.
This package provides a Common Lisp implementation of Google Closure Templates.
40ants-asdf-system provides a class for being used instead of asdf:package-inferred-system in 40ANT systems.
This library defines a way of treating Common Lisp packages as conduits which can sit between one or more implementation packages and users of those packages.
This is a Common Lisp library to enable simple message pipelines.
BOOST-LEXER is a tokenizer for Common Lisp that makes heavy use of BOOST-RE.
SEEDABLE-RNG provides a convenient means of generating random numbers that are seedable with deterministic results across hardware and Common Lisp implementations.
This package provides a Common Lisp bindings to glfw, an OpenGL application development library.
In Common Lisp, a special variable that is never dynamically bound typically serves as a stand-in for a global variable. The global-vars library provides true global variables that are implemented by some compilers. An attempt to rebind a global variable properly results in a compiler error. That is, a global variable cannot be dynamically bound.
Global variables therefore allow us to communicate an intended usage that differs from special variables. Global variables are also more efficient than special variables, especially in the presence of threads.
File-Notify is a Common Lisp library for getting notifications for file accesses and changes.
This package contains a Gemini client library for Common Lisp. A subsystem offers an experimental GUI Gemini client.
Scrape on-line documentation out of a running Lisp image.
GARBAGE-POOLS is Common Lisp re-implementation of the APR Pools for resource management.
Cluffer is a library for representing the buffer of a text editor. As such, it defines a set of CLOS protocols for client code to interact with the buffer contents in various ways, and it supplies different implementations of those protocols for different purposes.
This package provides a SuperCollider client for Common Lisp.