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 library contains a collection of machine learning algorithms for online linear classification written in Common Lisp.
This package provides a shim between Python3 (specifically, the CPython implementation of Python) and Common Lisp.
This is a small library providing the ISO-639 language code to language name mapping.
Converts Markdown text into CommonDoc nodes and vice versa.
Enables fast and convenient interoperation with foreign objects.
This library validates superclasses according to a simple substitution model, thereby greatly simplifying the definition of class mixins.
iterate is an iteration construct for Common Lisp. It is similar to the CL:LOOP macro, with these distinguishing marks:
it is extensible,
it helps editors like Emacs indent iterate forms by having a more lisp-like syntax, and
it isn't part of the ANSI standard for Common Lisp.
BORDEAUX-THREADS is a proposed standard for a minimal MP/Threading interface. It is similar to the CLIM-SYS threading and lock support.
This package provides a general-purpose connection pooling library for Common Lisp.
With static-vectors, you can create vectors allocated in static memory.
The Common Foreign Function Interface (CFFI) purports to be a portable foreign function interface for Common Lisp. The CFFI library is composed of a Lisp-implementation-specific backend in the CFFI-SYS package, and a portable frontend in the CFFI package.
This package extends the Common Lisp reader syntax such that is accepts Org files as Lisp source code files.
Helps writing concise CFFI-related code.
This a Common Lisp library to convert geographic coordinates between latitude/longitude and Open Location Code.
cl-draw-cons-tree draws a cons tree in ASCII-art style.
This library validates superclasses according to a simple substitution model, thereby greatly simplifying the definition of class mixins.
Spatial-trees is a set of dynamic index data structures for spatially-extended data.
Forge is a generic build system. Refer to documentation for the specific kind of project you're building to get the full picture.
This is a binding to the libyaml library. It's not meant as a full library for YAML, just a bare binding with a couple of utility macros. For a YAML parser and emitter using this, check out cl-yaml.
This is a simple extension to MODULARIZE that allows modules to define and trigger hooks, which other modules can hook on to.
This package provides a canonical way of converting class designators to classes.
40ants-asdf-system provides a class for being used instead of asdf:package-inferred-system in 40ANT systems.
This is a Common Lisp library to calculate std140 or std430 layouts for a glsl UBO/SSBO.
CL-random-forest is an implementation of Random Forest for multiclass classification and univariate regression written in Common Lisp. It also includes an implementation of Global Refinement of Random Forest.