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 implementation of Google Closure Templates.
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 Common Lisp library contains various handy utilities to help autowrapping with claw.
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 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.
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-quicklisp-stats is a system that fetches and performs basic operations on the Quicklisp download statistics.
This package provides an interface to the gnuplot plotting utility. The intention of the API is to resemble to some of the plot commands of octave or matlab.
The main purpose of this n+2nd reimplementation of quasiquote is enable matching of quasiquoted patterns, using Optima or Trivia.
The cl-data-lens library provides a language for expressing data manipulations as the composition of more primitive operations.
Germinal is a server for the Gemini protocol, written in Common Lisp.
The variates package provides portable random number generation as well as numerous distributions.
This is a Common Lisp logging framework that can log at various levels and mix text with expressions.
This package provides audio input and output functions to Common Lisp using bindings to the portaudio library.
cl-tar is a Common Lisp library providing a high-level interface for interacting with tar archives.
This package provides some condition classes, functions and macros which may be useful when building slightly complex systems.
This prompter library is heavily inspired by Emacs' minibuffer and Helm (https://emacs-helm.github.io/helm/). It only deals with the backend side of things, it does not handle any display. Features include asynchronous suggestion computation, multiple sources, actions and resumable prompters.
This package provides GNU gettext completely implemented in Common Lisp without any C library bindings.
McCLIM is an implementation of the Common Lisp Interface Manager specification, a toolkit for writing GUIs in Common Lisp.
This package implements a simple interface for using WebSockets via Common Lisp.
This library implements various functions to access status information about the machine, process, etc.
SEEDABLE-RNG provides a convenient means of generating random numbers that are seedable with deterministic results across hardware and Common Lisp implementations.
This is a bare-bones Permuted Congruential Generator implementation in pure Common Lisp.
This package provides an implementation of a base 16 builder for Common Lisp.