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 Common Lisp package for hash table creation with flexible, extensible initializers.
CL-STORE is a portable serialization package which should give you the ability to store all Common Lisp data types into streams.
BORDEAUX-THREADS is a proposed standard for a minimal MP/Threading interface. It is similar to the CLIM-SYS threading and lock support.
This library is a redefinition of the standard Common Lisp package that includes a number of renames and shadows.
This package provides a recursive-descent parser DSL for Common Lisp. It's intended as a simpler alternative to parser generators.
A collection of Common Lisp utility functions and macros mostly not found in other utility packages.
CL-TYPESETTING is a cross-platform Common Lisp typesetting library for all kind of typesetting applications.
3bz is an implementation of Deflate decompression (RFC 1951) optionally with zlib (RFC 1950) or gzip (RFC 1952) wrappers, with support for reading from foreign pointers (for use with mmap and similar, etc), and from CL octet vectors and streams.
This package provides Common Lisp FFI bindings for libwayland, primarily for the mahogany window manager.
Micros is a SLIME/SWANK implementation forked for use by the Lem editor.
RTG-MATH provides a selection of the math routines most commonly needed for making realtime graphics in Lisp.
This Common Lisp library interprets escape characters the same way that most other programming language do. It provides four readtables. The default one lets you write strings like this: #"This string has a newline in it!".
This is a Common Lisp library that publishes D-Bus objects as well as send and notify other objects connected to a bus.
This is a Common Lisp macro for defining temporary caches that invalidate based on expressions evaluating to different values.
cl-template is a template engine for Common Lisp, taking inspiration from Ruby's ERb module.
This project is intended as a catchall for small, general-purpose extensions to Common Lisp. It contains:
new-let, a macro that combines and generalizeslet,let*andmultiple-value-bind,gmap, an iteration macro that generalizesmap.
Trivial Monitored Thread offers a very simple (aka trivial) way of spawning threads and being informed when one any of them crash and die.
File-Notify is a Common Lisp library for getting notifications for file accesses and changes.
This library lets you build a metaclass which in turn lets you specify extra slot options in its classes. Options may be easily inspected and custom inheritance may be set up. The Meta-Object Protocol (MOP) is used for the implementation - through closer-mop. Some convenience function for processing slot options are also available.
Possible use case: you want to automatically set up some definitions based on some slots, but you want to have control over it right in the class definition.
Helps writing concise CFFI-related code.
This package provides a macro that allows foreign functions to access the contents of the array at a given pointer, using the best available method given the Common Lisp implementation.
The py-configparser package implements the ConfigParser Python module functionality in Common Lisp. In short, it implements reading and writing of .INI-file style configuration files with sections containing key/value pairs of configuration options. In line with the functionalities in the python module, does this package implement basic interpolation of option values in other options.
Parse INI formatted files into a Common Lisp list structure.
Conium is a portability library for debugger- and compiler-related tasks in Common Lisp. It is fork of SWANK-BACKEND.