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.
The GRAPH Common Lisp library provides a data structures to represent graphs, as well as some graph manipulation and analysis algorithms (shortest path, maximum flow, minimum spanning tree, etc.).
Generic documentation builder for Common Lisp projects.
This package provides a CONSPACK implementation for Common Lisp.
This library is a collection of functions and macros for manipulating Common Lisp arrays and performing numerical calculations with them.
QURI (pronounced "Q-ree") is yet another URI library for Common Lisp. It is intended to be a replacement of PURI.
This package extends the Common Lisp reader syntax such that is accepts Org files as Lisp source code files.
This library implements efficient algorithms that calculate various string metrics in Common Lisp:
Damerau-Levenshtein distance
Hamming distance
Jaccard similarity coefficient
Jaro distance
Jaro-Winkler distance
Levenshtein distance
Normalized Damerau-Levenshtein distance
Normalized Levenshtein distance
Overlap coefficient
This package provides Doug Hoyte's "Production" version of macros from the Let Over Lambda book, including community updates.
This library contains generic hacks meant to be used in any project. It was originally developed for the Cells library.
This package extends the Common Lisp reader syntax such that is accepts Org files as Lisp source code files.
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.
Ningle is a lightweight web application framework for Common Lisp.
This package provides first-class global environments for Common Lisp.
Eager Future2 is a Common Lisp library that provides composable concurrency primitives that unify parallel and lazy evaluation, are integrated with the Common Lisp condition system, and have automatic resource management.
This is a library that implements delimited continuations by transforming Common Lisp code to continuation passing style.
A CLOS class that defines callable objects whose behavior is similar to closures but adds conveniences such as introspectability.
Porter Stemming Algorithm.
BORDEAUX-THREADS is a proposed standard for a minimal MP/Threading interface. It is similar to the CLIM-SYS threading and lock support.
This Common Lisp package offers functions for parsing and formatting decimal numbers. The package's main interface are the functions parse-decimal-number and format-decimal-number. The former is for parsing strings for decimal numbers and the latter for pretty-printing them as strings.
This is a Common Lisp library providing a unified way to work with package locks across supported Common Lisp implementations.
This is a Common Lisp library providing a unified way to work with package locks across supported Common Lisp implementations.
The server part of AllegroServe can be used either as a standalone web server or a module loaded into an application to provide a user interface to the application. AllegroServe's proxy ability allows it to run on the gateway machine between some internal network and the Internet. AllegroServe's client functions allow Lisp programs to explore the web.
colorize is a Lisp library for syntax highlighting supporting the following languages: Common Lisp, Emacs Lisp, Scheme, Clojure, C, C++, Java, Python, Erlang, Haskell, Objective-C, Diff, Webkit.
This is a wrapper library to allow you to interface with the Valve SteamWorks API.