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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Dissect is a small Common Lisp library for introspecting the call stack and active restarts.
Binary-types is a Common Lisp package for reading and writing binary files. Binary-types provides macros that are used to declare the mapping between Lisp objects and some binary (i.e. octet-based) representation.
cl-mysql is a Common Lisp implementation of a MySQL wrapper.
This package provides Common Lisp math and statistics routines.
This package provides GNU gettext completely implemented in Common Lisp without any C library bindings.
This package contains a Gemini client library for Common Lisp. A subsystem offers an experimental GUI Gemini client.
This is a Common Lisp library to enable simple message pipelines.
Common Lisp implementation of UUIDs according to RFC4122.
This Common Lisp library provides macros to access foreign memory.
The Plump-SEXP library is a backend for Plump which can convert between S-expressions and the Plump DOM.
This package provides an implementation of a base 16 builder for Common Lisp.
It's very basic implementation of channels and queue for Common Lisp.
This package is a geospatial library, based on cl-wkb, that implements the OGC Well-Known Binary geographic geometry data model with PostGIS 3d, 4d extensions, and provides WKB and EWKB encoding and decoding functionality.
Simple library to create temporary directories.
This a Common Lisp library to convert geographic coordinates between latitude/longitude and Maidenhead locator system.
CLSS is a DOM traversal engine based on CSS selectors. It makes use of the Plump-DOM and is used by lQuery.
This Common Lisp library provides string encoding and decoding routines for IDNA, the International Domain Names in Applications.
This Common Lisp package offers an implementation of the 32-bit variant of MurmurHash3 (https://github.com/aappleby/smhasher), a fast non-crytographic hashing algorithm.
This is a small library to display a native GUI message box. This can be useful to show error messages and other informational pieces should the application fail and be unable to do so using its standard UI.
This package provides tools for manipulating data in files using data frames.
Clack is a web application environment for Common Lisp inspired by Python's WSGI and Ruby's Rack.
Manual translation from C to Common Lisp of some random number generation functions from the GSL library.
CL-DISKSPACE is a Common Lisp library to list disks with the command line tool df and get disk space information using statvfs.
The Type-Templates library allows you to define types and “template functions” that can be expanded into various type-specialized versions to eliminate runtime dispatch overhead. It was specifically designed to implement low-level numerical data types and functionality.