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.
Dynamic-Classes helps to ease the prototyping process by bringing dynamism to class definition.
Parse INI formatted files into a Common Lisp list structure.
This package provides Common Lisp bindings to the pango text layout library.
FLARE is a library designed to allow quick and precise particle effect creations. It does not concern itself with displaying and only with the management and movement of particles. As such, it can easily be integrated into any existing or future application.
This package provides a Common Lisp system implementing event bus.
This package provides a way of extracting and replicating the compile-time side-effects of forms.
This an implementation of CDR 2: generic hash tables for Common Lisp
Porter Stemming Algorithm.
HTML-TEMPLATE is a Common Lisp library which can be used to fill templates with arbitrary (string) values at runtime. The result does not have to be HTML.
It is loosely modeled after the Perl module HTML::Template and partially compatible with a its syntax, though both libraries contain some extensions that the other does not support.
HTML-TEMPLATE translates templates into efficient closures which can be re-used as often as needed. It uses a cache mechanism so you can update templates while your program is running and have the changes take effect immediately.
CL-SXML implements Oleg Kiselyov’s SXML, an S-expression-based rendering of the XML Infoset.
This Common Lisp library provides function to make QR codes and to save them as PNG files.
This package provides a Common Lisp system implementing event bus.
BOOST-RE is a small, portable, lightweight, and quick, regular expression library for Common Lisp. It is a non-recursive, backtracking VM.
This is a Common Lisp implementation of the MessagePack (http://msgpack.org/) serialization/deserialization format, implemented according to http://wiki.msgpack.org/display/MSGPACK/Format+specification.
Croatoan provides high-level Common Lisp CLOS bindings for the ncurses terminal library.
This package contains a Gemini client library for Common Lisp. A subsystem offers an experimental GUI Gemini client.
This is a utility kit for cl-sdl2 that provides something similar to GLUT. However, it's also geared at being useful for "real" applications or games.
This package provides a canonical way of converting class designators to classes.
This library is a collection of functions and macros for manipulating Common Lisp arrays and performing numerical calculations with them.
simple-routes is a simple Common Lisp RESTful routing facility on top of Hunchentoot.
This library simplifies functional programming in Common Lisp by making it easier to make new data structures with specified changes in place.
Portable Threads (and Scheduled and Periodic Functions) API for Common Lisp (from GBBopen project).
This package provides easy access to the defining class and its options during initialization or reinitialization of its subcomponents.
This is a Common Lisp wrapper for interacting with the Redis data structure store.