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 system implements binding threading macros -- a kind of threading macros with different semantics than classical, Clojure core threading macros or their extension, swiss-arrows. Two Common Lisp implementations of those are arrows and arrow-macros.
This system is a fork of arrows with changes in semantics that make it impossible to merge back upstream.
This package provides functions for generating lorem ipsum text.
This Common Lisp library provides functions for Zstandard compression/decompression using bindings to the libzstd C library.
Anaphora is the anaphoric macro collection from Hell: it includes many new fiends in addition to old friends like aif and awhen.
Clop is a Common Lisp library for parsing strings in the TOML configuration file format.
doplus is an iteration macro for Common Lisp.
40ants-plantuml provides a wrapper around the PlantUML jar library.
Staple is a documentation system. It provides you with a way to generate standalone documentation accumulated from various sources such as readmes, documentation files, and docstrings.
This package contains a few utility functions from the LispWorks library that are used in software such as ContextL.
This library allows you to define custom indentation hints for your macros if the one recognised by SLIME automatically produces unwanted results.
Optima is a fast pattern matching library which uses optimizing techniques widely used in the functional programming world.
simple-matrix is a Common Lisp library implementing some functions to work with matrices.
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.
File-Notify is a Common Lisp library for getting notifications for file accesses and changes.
wild-package-inferred-system is an extension of ASDF package-inferred-system that interprets star * and globstar ** in package or system names.
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.
Library to fuzzily parse time and date strings into a universal-time timestamp.
This package provides a noise library for Common Lisp.
This package provides a DSL for array slices in Common Lisp.
CL-random-forest is an implementation of Random Forest for multiclass classification and univariate regression written in Common Lisp. It also includes an implementation of Global Refinement of Random Forest.
This project is meant to provide tools for internationalizing Common Lisp programs.
One important aspect of internationalization is of course the language used in error messages, documentation strings, etc. But with this project we provide tools for all other aspects of internationalization as well, including dates, weight, temperature, names of physical quantities, etc.
This package provides a pure-lisp implementation of a DNS client. It can be used to resolve hostnames, reverse-lookup IP addresses, and fetch other kinds of DNS records.
HTML parser/emitter for CommonDoc.
This package provides some condition classes, functions and macros which may be useful when building slightly complex systems.