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.
doplus is an iteration macro for Common Lisp.
Trivial-features ensures that *FEATURES* is consistent across multiple Common Lisp implementations.
CL-MOUNT-INFO is a Common Lisp wrapper around getmntent(3) and related C functions to get information about the mounted file system.
A client for the Stripe payment API.
This package provides a Common Lisp implementation of Google Closure Templates.
DEFLATE data, defined in RFC1951, forms the core of popular compression formats such as zlib (RFC 1950) and gzip (RFC 1952). As such, Chipz also provides for decompressing data in those formats as well. BZIP2 is the format used by the popular compression tool bzip2.
Bobbin is a simple word-wrapping library for strings in Common Lisp. It aims to be simple, work nicely for the majority of cases, and degrade gracefully for edge cases. It is not particularly concerned with speed — if you need very high-performance word wrapping, Bobbin is not for you.
With static-vectors, you can create vectors allocated in static memory.
This package implements an algorithm for the spelling of enharmonics and dealing with ties and dots in rhythm notation.
Trivia is a pattern matching compiler that is compatible with Optima, another pattern matching library for Common Lisp. It is meant to be faster and more extensible than Optima.
This a Common Lisp library to convert geographic coordinates between latitude/longitude and Maidenhead locator system.
This is a general Freetype 2 wrapper for Common Lisp using CFFI. It's geared toward both using Freetype directly by providing a simplified API, as well as providing access to the underlying C structures and functions for use with other libraries which may also use Freetype.
There are plenty of Lisp Markup Languages out there - every Lisp programmer seems to write at least one during his career - and CL-WHO (where WHO means "with-html-output" for want of a better acronym) is probably just as good or bad as the next one.
It's very basic implementation of channels and queue for Common Lisp.
wild-package-inferred-system is an extension of ASDF package-inferred-system that interprets star * and globstar ** in package or system names.
The cl-data-lens library provides a language for expressing data manipulations as the composition of more primitive operations.
This Common Lisp library provides utilities for the Bodge library collection.
cl-cookie is a Common Lisp library featuring parsing of cookie headers, cookie creation, cookie jar creation and more.
CLACHE provides a general caching facility for Common Lisp. The API is similar to the standard hash-table interface.
This package implements an algorithm for the spelling of enharmonics and dealing with ties and dots in rhythm notation.
This is a simple queue library for Common Lisp with features such as non-consing thread safe queues and fibonacci priority queues.
This library provides a WebSockets extension for the Huchentoot web server.
This library introduces fast generic functions, i.e. functions that behave just like regular generic functions, except that the can be sealed on certain domains. If the compiler can then statically detect that the arguments to a fast generic function fall within such a domain, it will perform a variety of optimizations.
This is a Common Lisp library to read and write disk-based file archives such as those generated by the tar and cpio programs on Unix.