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 Common Lisp library for reading PNG images.
Typo is a portable library for Common Lisp that does approximate reasoning about types, but without consing.
This is a collection of common cryptography functions for Common Lisp.
cl-all is a library and script for evaluating Common Lisp expressions in multiple implementations.
This Common Lisp library contains the core classes and pixel access macros for the Opticl image processing library.
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.
This library provides an asynchronous process execution mechanism for Common Lisp.
This package is a Python Numpy clone implemented in pure Common Lisp.
This library is an implementation of Deflate (RFC 1951) decompression, with optional support for ZLIB-style (RFC 1950) and gzip-style (RFC 1952) wrappers of deflate streams. It currently does not handle compression.
The Distributions package provides a collection of probabilistic distributions and related functions
cl-amb provides an implementation of John McCarthy's ambiguous operator in portable Common Lisp.
This package provides a SuperCollider client for Common Lisp.
MARRAY is a library which provides access to memory-mapped files through Common Lisp arrays.
Named readtables is a library that creates a namespace for named readtables, which is akin to package namespacing in Common Lisp.
Alloy is a user interface toolkit. It is defined through a set of protocols that allow for a clear interface, as well as a standardised way to integrate Alloy into a target backend.
This library is a bridge between Common Lisp and GObject Introspection, which enables Common Lisp programs to access the full interface of C+GObject libraries without the need of writing dedicated bindings.
The cl-data-lens library provides a language for expressing data manipulations as the composition of more primitive operations.
Framework for representing and manipulating documents.
40ants-asdf-system provides a class for being used instead of asdf:package-inferred-system in 40ANT systems.
cl-strings is a small, portable, dependency-free set of utilities that make it even easier to manipulate text in Common Lisp. It has 100% test coverage and works at least on sbcl, ecl, ccl, abcl and clisp.
This package provides a functionality augmenting Hunchentoot error pages and logs with request and session information.
This is a Common Lisp library to calculate std140 or std430 layouts for a glsl UBO/SSBO.
This package provides Common Lisp FFI bindings for libwayland, primarily for the mahogany window manager.
This a Common Lisp library to convert geographic coordinates between latitude/longitude and Maidenhead locator system.