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 collection of common cryptography functions for Common Lisp.
This package contains a support library for other hu.dwim systems.
This package provides a Common Lisp library for getting the battery information.
This package provides functions for base32 encoding and decoding as defined in RFC4648.
cl-amb provides an implementation of John McCarthy's ambiguous operator in portable Common Lisp.
CL-TYPESETTING is a cross-platform Common Lisp typesetting library for all kind of typesetting applications.
bt-semaphore is a semaphore implementation for use with bordeaux-threads.
This library is part of NUMCL. It provides a macro SPECIALIZED that performs a Julia-like dispatch on the arguments, lazily compiling a type-specific version of the function from the same code. The main target of this macro is speed.
Splits sequence into a list of subsequences delimited by objects satisfying the test.
FSet is a functional set-theoretic collections library for Common Lisp. Functional means that all update operations return a new collection rather than modifying an existing one in place. Set-theoretic means that collections may be nested arbitrarily with no additional programmer effort; for instance, sets may contain sets, maps may be keyed by sets, etc.
This package provides Common Lisp bindings for libev.
This is a Common Lisp library for creating PNG images.
LMDB, the Lightning Memory-mapped Database, is an ACID key-value database with multiversion concurrency control. This package is a Common Lisp wrapper around the C LMDB library. It covers most of C LMDB's functionality, has a simplified API, much needed safety checks, and comprehensive documentation.
This library retrieves locale information configured on the system. This is helpful if you want to write applications and libraries that display messages in the user's native language.
This package provides an automatic generator for ASDF's .asd files.
cl-transmission is a library to interface with the Transmission torrent client using its RPC (remote procedure call).
This package provides prototype Common Lisp implementations of TLS, RFC5246, ASN.1, x501,509, and PKCS1,3,5,8.
This is a Common Lisp library to enable simple message pipelines.
cl-num-utils implements simple numerical functions for Common Lisp, including:
num=, a comparison operator for floatssimple arithmeric functions, like
sumandl2normelementwise operations for arrays
intervals
special matrices and shorthand for their input
sample statistics
Chebyshev polynomials
univariate rootfinding
This Common Lisp library converts strings, symbols and keywords between any of the following typographical cases: PascalCase, camelCase, snake_case, kebab-case (lisp-case).
cl-annot is an general annotation library for Common Lisp.
colorize is a Lisp library for syntax highlighting supporting the following languages: Common Lisp, Emacs Lisp, Scheme, Clojure, C, C++, Java, Python, Erlang, Haskell, Objective-C, Diff, Webkit.
Metatilities-base is the core of the metatilities Common Lisp library which implements a set of utilities.
RESTAS is a Common Lisp web application framework.