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 provides a library for parsing MIME types, in the spirit of http://code.google.com/p/mimeparse/, with a Common Lisp flavor.
This a Common Lisp library to parse HTML5 documents.
Retrospectiff is a common lisp library for reading and writing images in the TIFF (Tagged Image File Format) format.
Manual translation from C to Common Lisp of some random number generation functions from the GSL library.
Framework for representing and manipulating documents.
This is a library for selecting portions of sequences, arrays or data-frames.
This Common Lisp library provides an implementation of in-memory input streams, output streams and io streams for any type of elements.
dbi is a Common Lisp library providing a database independent interface for MySQL, PostgreSQL and SQLite.
This is an extension to MODULARIZE that allows your application to define interfaces in-code that serve both as a primary documentation and as compliance control.
This package provides functions for generating lorem ipsum text.
cl-incless implements print-object methods for many standard classes.
Simple and fast marshalling of Lisp datastructures. Convert any object into a string representation, put it on a stream an revive it from there. Only minimal changes required to make your CLOS objects serializable.
Skippy is a Common Lisp library to read and write GIF image files.
This package provides a Common Lisp Twitter client featuring full API coverage.
Dissect is a small Common Lisp library for introspecting the call stack and active restarts.
cl-amb provides an implementation of John McCarthy's ambiguous operator in portable Common Lisp.
This package provides a Common Lisp translation library similar to CL-I18N and CL-L10N.
This is a utility kit for functionality related to OpenGL. It provides the following:
kit.glm: This re-exportssb-cgaandmathkitfor convenience.kit.gl.shader: This provides shader dictionary and compilation functionality similar to what was originally found insdl2kit.kit.gl.vao: This provides an interface for Vertex Array Objects.
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.
This is a Common Lisp library for reading PNG images.
This package provides a Common Lisp implementation of Google Closure Templates.
This package creates GraphViz DOT files from an equivalent s-expression representation.
cl-jpl-util is a collection of Common Lisp utility functions and macros, primarily for software projects written in CL by the author.
Support library for numcl that provides Julia-like runtime parametric type correctness in Common Lisp. It is based on CLtL2 extensions.