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 is a baseline JPEG codec written in Common Lisp. It can be used for reading and writing JPEG image files.
This is an implementation of the Unicode Standards Annex #14 (http://www.unicode.org/reports/tr14/) line breaking algorithm. It provides a fast and convenient way to determine line breaking opportunities in text.
Note that this algorithm does not support break opportunities that require morphological analysis. In order to handle such cases, please consult a system that provides this kind of capability, such as a hyphenation algorithm.
Also note that this system is completely unaware of layouting decisions. Any kind of layouting decisions, such as which breaks to pick, how to space between words, how to handle bidirectionality, and what to do in emergency situations when there are no breaks on an overfull line are left up to the user.
Scrape on-line documentation out of a running Lisp image.
Enchant is a Common Lisp interface for the Enchant spell-checker library. The Enchant library is a generic spell-checker library which uses other spell-checkers transparently as back-end. The library supports the multiple checkers, including Aspell and Hunspell.
This is a bindings and wrapper library to libmpg123 allowing for convenient, extensive, and fast decoding of MPEG1/2/3 (most prominently mp3) files.
Dexador is yet another HTTP client for Common Lisp with neat APIs and connection-pooling. It is meant to supersede Drakma.
Portability library for IEEE float features that are not covered by the Common Lisp standard.
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 Common Lisp library provides reader macros for concise expression of function partial application and composition.
This package provides the terminal-size:size function to get the size of the terminal from Common Lisp.
wild-package-inferred-system is an extension of ASDF package-inferred-system that interprets star * and globstar ** in package or system names.
A mixture of features from eRuby and HTML::Template. You could name it "Yet Another LSP" (LispServer Pages) but it's a bit more than that and not limited to a certain server or text format.
This package provides a KDL reader/writer for Common Lisp.
definitions-systems provides a simple unified extensible way of processing named definitions.
CL-STRFTIME is a Common Lisp compiler for the strftime “language.”
This package provides the Common Lisp part of the emacs-slite test runner.
A small collection of common lisp macros to make collecting values easier.
RTG-MATH provides a selection of the math routines most commonly needed for making realtime graphics in Lisp.
This package provides a CONSPACK implementation for Common Lisp.
This library contains a collection of machine learning algorithms for online linear classification written in Common Lisp.
This is a repackage of the original DejaVu Fonts with some convenience functions.
This Common Lisp library provides functions for lzip (LZMA) compression/decompression using bindings to the lzlib C library.
fare-utils is a small collection of utilities. It contains a lot of basic everyday functions and macros.
This collection of utilities is useful in contexts where you want a macro that uses lambda-lists in some fashion but need more precise processing.