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 library implements the base58 encoding algorithm. It's basically base64 but with a smaller alphabet (58, as in the name) that doesn't include similar looking characters, among other things. See https://github.com/bitcoin/bitcoin/blob/master/src/base58.h for a full reference.
LLA is a high-level Common Lisp library built on BLAS and LAPACK, but providing a much more abstract interface with the purpose of freeing the user from low-level concerns and reducing the number of bugs in numerical code.
Converts Markdown text into CommonDoc nodes and vice versa.
cl-webkit is a binding to WebKitGTK+ for Common Lisp, currently targeting WebKit version 2. The WebKitGTK+ library adds web browsing capabilities to an application, leveraging the full power of the WebKit browsing engine.
A small collection of common lisp macros to make collecting values easier.
This package is a list manipulation library for Common Lisp inspired by Haskell package Data.List.
QMyND, the QITAB MySQL Native Driver, is a MySQL client library that directly talks to a MySQL server in its native network protocol.
It's a part of QITAB umbrella project.
A library for encoding text in various web-savvy encodings.
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.
MT19937 is a portable Mersenne Twister pseudo-random number generator for Common Lisp.
This library implements special functions and has a focus on high accuracy double-float calculations using the latest algorithms.
This package provides an enhanced EVAL-WHEN macro that supports a shorthand for (eval-when (:compile-toplevel :load-toplevel :execute) ...), addressing concerns about verbosity.
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.
dbi is a Common Lisp library providing a database independent interface for MySQL, PostgreSQL and SQLite.
CLX-TrueType is pure common lisp solution for antialiased TrueType font rendering using CLX and XRender extension.
Porter Stemming Algorithm.
This package provides a Common Lisp library for getting the battery information.
This package provides a Common Lisp implementation of Google Closure Templates.
cl-transmission is a library to interface with the Transmission torrent client using its RPC (remote procedure call).
CL-TYPESETTING is a cross-platform Common Lisp typesetting library for all kind of typesetting applications.
Pileup is a portable, performant, and thread-safe binary heap for Common Lisp.
Implementation of a set-like data structure with constant time addition, removal, and random selection.
This package provides Doug Hoyte's "Production" version of macros from the Let Over Lambda book, including community updates.
A Common Lisp library for computing differences between sequences based on the Python difflib module.