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 package provides a Common Lisp parser for glTF file format.
This package provides support routines for the claw Common Lisp package.
This is a Common Lisp library implementing the full v1 REST API protocol for Mastodon.
This package provides a robust CSV parser and printer that tries to follow the fine print of de facto standards. It can be configured to choose which standard exactly.
Plump is a parser for HTML/XML-like documents, focusing on being lenient towards invalid markup. It can handle things like invalid attributes, bad closing tag order, unencoded entities, inexistent tag types, self-closing tags and so on. It parses documents to a class representation and offers a small set of DOM functions to manipulate it. It can be extended to parse to your own classes.
This library is a fork of SSL-CMUCL. The original SSL-CMUCL source code was written by Eric Marsden and includes contributions by Jochen Schmidt. Development into CL+SSL was done by David Lichteblau.
fast-http is a HTTP request/response protocol parser for Common Lisp.
With static-vectors, you can create vectors allocated in static memory.
This library implements the -> and ->> macros from Clojure, as well as several expansions on the idea.
This package provides a Common Lisp library for getting the battery information.
This is a wrapper library to allow you to interface with the Valve SteamWorks API.
Salza2 is a Common Lisp library for creating compressed data in the zlib, deflate, or gzip data formats, described in RFC 1950, RFC 1951, and RFC 1952, respectively.
This package provides a function to parse the PATH environment variable portably in Common Lisp.
This package provides CFFI bindings for Common Lisp to the Cairo C library.
This Common Lisp library provides bindings for the ZeroMQ lightweight messaging kernel.
Domain specific language for producing TeX documents with Common Lisp.
This package provides a concise, intuitive and flexible macro for trivial lambdas that eschews explicit naming of parameter variables in favor of positional references, with support for a used or ignored &rest parameter and automatic declaration of ignored parameters when logical gaps are left in the positional references. Further convenience features are provided.
cl-tar is a Common Lisp library providing a high-level interface for interacting with tar archives.
MODULARIZE is an attempt at providing a common interface to segregate major application components. This is achieved by adding special treatment to packages. Each module is a package that is specially registered, which allows it to interact and co-exist with other modules in better ways. For instance, by adding module definition options you can introduce mechanisms to tie modules together in functionality, hook into each other and so on.
April compiles a subset of the APL programming language into Common Lisp. Leveraging Lisp's powerful macros and numeric processing faculties, it brings APL's expressive potential to bear for Lisp developers. Replace hundreds of lines of number-crunching code with a single line of APL.
This package makes it possible to name classes by lists of symbols instead of symbols.
cl-jpl-util is a collection of Common Lisp utility functions and macros, primarily for software projects written in CL by the author.
This is a library to provide cross-platform access to gamepads, joysticks, and other such HID devices.
This package provides easy access to the defining class and its options during initialization or reinitialization of its subcomponents.