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 library for selecting portions of sequences, arrays or data-frames.
TRIVIAL-OCTET-STREAMS is a Common Lisp library implementing in-memory octet streams analogous to string streams.
DIFF is a package for computing various forms of differences between blobs of data and then doing neat things with those differences. Currently diff knows how to compute three common forms of differences: "unified" format diffs, "context" format diffs, and "vdelta" format binary diffs.
This is a repackage of the original DejaVu Fonts with some convenience functions.
This library is an SDL wrapper as part of an umbrella project that provides cross-platform packages for building large, interactive applications in Common Lisp.
Portable Threads (and Scheduled and Periodic Functions) API for Common Lisp (from GBBopen project).
This Common Lisp library provides utilities for the Bodge library collection.
This package provides a priority queue implemented with an array-based heap.
This is a Common Lisp library that publishes D-Bus objects as well as send and notify other objects connected to a bus.
This package provides Common Lisp extension to the MOP to allow abstract, final and singleton classes.
ASDF-FLV provides support for file-local variables through ASDF. A file-local variable behaves like *PACKAGE* and *READTABLE* with respect to LOAD and COMPILE-FILE: a new dynamic binding is created before processing the file, so that any modification to the variable becomes essentially file-local.
In order to make one or several variables file-local, use the macros SET-FILE-LOCAL-VARIABLE(S).
Metatilities-base is the core of the metatilities Common Lisp library which implements a set of utilities.
This package provides a simple yet powerful value inheritance scheme.
This is a Common Lisp implementation of the MessagePack (http://msgpack.org/) serialization/deserialization format, implemented according to http://wiki.msgpack.org/display/MSGPACK/Format+specification.
This package implements a simple interface for using WebSockets via Common Lisp.
This package provides a KDL reader/writer for Common Lisp.
CL-SXML implements Oleg Kiselyov’s SXML, an S-expression-based rendering of the XML Infoset.
This is a YAML parser and emitter for Common Lisp built on top of libyaml.
CL-INTERPOL is a library for Common Lisp which modifies the reader so that you can have interpolation within strings similar to Perl or Unix Shell scripts. It also provides various ways to insert arbitrary characters into literal strings even if your editor/IDE doesn't support them.
This package provides a BNF parser in Common Lisp.
This is a simple library to retrieve the argument list of a function.
This is a YAML parser and emitter for Common Lisp built on top of libyaml.
This is a dead-simple, non validating, inline CSS generator for Common Lisp. Its goals are axiomatic syntax, simple implementation to support portability, and boilerplate reduction in CSS.
This library provides a macroexpand-all function that calls the implementation specific equivalent.