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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This is a library for access to atomic operation primitives such as compare-and-swap. It aims to be a rather thin layer over what the implementations offer.
This library provides an asynchronous process execution mechanism for Common Lisp.
This is a utility kit for cl-sdl2 that provides something similar to GLUT. However, it's also geared at being useful for "real" applications or games.
ORG-SAMPLER allows using Lisp docstrings and reflection to make org-mode text for inclusion into a larger document.
This package is a Python Numpy clone implemented in pure Common Lisp.
cl-jpl-util is a collection of Common Lisp utility functions and macros, primarily for software projects written in CL by the author.
This is a purely math-related utility kit, providing functions which can be useful for games, 3D, and GL in general.
This is a Commin Lisp library for operating on permutations and permutation groups.
cl-inotify uses cl-cffi to provide a Common Lisp interface to the Linux inotify API.
This is a baseline JPEG codec written in Common Lisp. It can be used for reading and writing JPEG image files.
s-sysdeps is an abstraction layer over platform dependent functionality. This simple package is used as a building block in a number of other projects.
s-sysdeps abstracts:
managing processes,
implementing a standard TCP/IP server,
opening a client TCP/IP socket stream,
working with process locks.
This Common Lisp library provides a simple FIFO implementation with no external dependencies.
nontrivial-gray-streams is a compatibility system for Gray streams, which is an extension to Common Lisp that makes it possible to implement Common Lisp streams using generic functions.
SB-CGA is a computer graphics algebra library for Common Lisp.
Despite the prefix it is actually portable - but optimizations that make it fast (using SIMD instructions) are currently implemented for SBCL/x86-64 only.
This package provides some condition classes, functions and macros which may be useful when building slightly complex systems.
cl-dotenv is a utility library for loading .env files in Common Lisp.
Dissect is a small Common Lisp library for introspecting the call stack and active restarts.
DEFPACKAGE-PLUS is an extensible DEFPACKAGE variant with predictable cross-platform behavior and some utilities useful for versioning.
This is a websocket server for Common Lisp using usockets to be portable between implementations and operating systems. It has a programming interface that allows for multiple websocket apps per server using Common Lisp keywords for different websocket events. It has useful restarts and customizable errors.
Just wrap your Common Lisp function in this macro call and it will be optimized for tail recursion. You will be warned if the function is not tail recursive.
This package contains a Gemini client library for Common Lisp. A subsystem offers an experimental GUI Gemini client.
This is a wrapper library to allow you to interface with the Valve SteamWorks API.
This is a Common Lisp library to build and compose SXQL queries dynamically.
CLX-TrueType is pure common lisp solution for antialiased TrueType font rendering using CLX and XRender extension.