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.
A hodgepodge of useful Lisp snippets.
cl-ratify is a collection of utilities to perform validation checks and parsing. The main intention of usage for this is in web-applications in order to check form inputs for correctness and automatically parse them into their proper representations or return meaningful errors.
The cl-planks library provides a language for expressing data manipulations as the composition of more primitive operations.
cl-guix-utils is a collection of Common lisp utilities for using guix. The primary feature is being able to load Common Lisp guix packages by system name without restarting the lisp process.
cl-guix-utils is a collection of Common lisp utilities for using guix. The primary feature is being able to load Common Lisp guix packages by system name without restarting the lisp process.
The goal of cl-date-time-parser is to hide the difference between date-time formats, and to manage date and time as the universal time.
cl-ratify is a collection of utilities to perform validation checks and parsing. The main intention of usage for this is in web-applications in order to check form inputs for correctness and automatically parse them into their proper representations or return meaningful errors.
variatio is a web app that generates variations from a given initial musical phrase. A textual mini-language is defined for the input. The variations are obtained from a series of algorithmic transformations. The user is then offered a pdf score with the results.
SCRibe-like reader extension for Common Lisp.
cl-osc is a common lisp implementation of the Open Sound Control Protocol aka OSC. The code should be close to the ansi standard, and does not rely on any external code/ffi/etc+ to do the basic encoding and decoding of packets.
The cl-planks library provides a language for expressing data manipulations as the composition of more primitive operations.
A modern take on line editors; cxp offers various ways to break a text file into snippets, rearrange the snippets and then reassemble the text file. The cxp dsl is based on string diagrams and has experimental datalisp name system features.
cl-lacrida is a computer fantasy game. The object of the game is to obtain food scattered throughout the garden of some Wizard, and to ideally escape unharmed.
cl-azure provides a library to access Microsoft Windows Azure cloud services from Common Lisp.
cl-guix-utils is a collection of Common lisp utilities for using guix. The primary feature is being able to load Common Lisp guix packages by system name without restarting the lisp process.
Common Lisp Music is a music synthesis and signal processing package in the Music V family.
cl-osc is a common lisp implementation of the Open Sound Control Protocol aka OSC. The code should be close to the ansi standard, and does not rely on any external code/ffi/etc+ to do the basic encoding and decoding of packets.
cl-trivial-irc is a an IRC client library with simple facilities for receiving, handling and sending messages, and without facilities for CTCP.
cl-azure provides a library to access Microsoft Windows Azure cloud services from Common Lisp.
cl-lacrida is a computer fantasy game. The object of the game is to obtain food scattered throughout the garden of some Wizard, and to ideally escape unharmed.
cl-azure provides a library to access Microsoft Windows Azure cloud services from Common Lisp.
sbcl-clones is a Common Lisp NES Emulator.
cl-guix-utils is a collection of Common lisp utilities for using guix. The primary feature is being able to load Common Lisp guix packages by system name without restarting the lisp process.
cl-mondo is a simple Common Lisp REPL, just like the SLIME REPL that works on the terminal.