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.
core-gp is a Common Lisp library for genetic programming (GP) algorithms. It allows standard GP, strongly-typed GP, grammatical evolution as well as standard genetic algorithms.
Datafly is a lightweight database library for Common Lisp.
CMN provides a package of functions to hierarchically describe a musical score. When evaluated, the musical score is rendered to an image.
System-Load is a Common Lisp library for accessing the system's CPU and memory usage.
UFFI provides a universal foreign function interface (FFI) for Common Lisp.
This is a small Common Lisp library to make slugs, mainly for URIs, from English and beyond.
This package provides the Common Lisp HTTP server WOO, which is built on top of the libev event library.
cl-sbcl-cl-ipfs-api2 is a pretty simple set of IPFS bindings for Common Lisp, using the HTTP API for (almost) everything, except for pubsub (which uses the locally installed go-ipfs program).
This is a Common Lisp utilities library originating from the Zombie Raptor game engine project.
This package provides a client for SMTP.
This package provides a Common Lisp system which has only one function to return the CPU count of the current system.
This is a small OS portability library to retrieve and set file attributes not supported by the Common Lisp standard functions.
This a Common Lisp library to convert geographic coordinates between latitude/longitude and Maidenhead locator system.
Splits sequence into a list of subsequences delimited by objects satisfying the test.
BOOST-PARSE is a simple token parsing library for Common Lisp.
This package provides a Common Lisp implementation of Base64 encoding and decoding. Base64 encoding is a technique to encode binary data in a portable, safe printable, 7-bit ASCII format.
This is a Common Lisp package for hash table creation with flexible, extensible initializers.
This package provides a Common Lisp Twitter client featuring full API coverage.
This is a Common Lisp library providing logging faciltiy similar to CL-LOG and LOG4CL.
This library provides a macroexpand-all function that calls the implementation specific equivalent.
This is ZS3, a library for working with Amazon's Simple Storage Service (S3) and CloudFront service from Common Lisp.
CAMBL is a Common Lisp library providing a convenient facility for working with commoditized values. It does not allow compound units (and so is not suited for scientific operations) but does work rather nicely for the purpose of financial calculations.
CL-FAD (for "Files and Directories") is a thin layer atop Common Lisp's standard pathname functions. It is intended to provide some unification between current CL implementations on Windows, OS X, Linux, and Unix. Most of the code was written by Peter Seibel for his book Practical Common Lisp.
Supertrace provides a superior Common Lisp trace functionality for debugging and profiling real world applications.