_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


sbcl-clx-truetype 0.0.1-1.c6e10a9
Dependencies: sbcl-clx@0.7.7 sbcl-zpb-ttf@1.0.7 sbcl-cl-vectors@0.1.5 sbcl-cl-fad@0.7.6-1.3f4d32d sbcl-cl-store@0.8.11-1.c787337 sbcl-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/l04m33/clx-truetype
Licenses: Expat
Build system: asdf/sbcl
Synopsis: Antialiased TrueType font rendering using CLX and XRender
Description:

CLX-TrueType is pure common lisp solution for antialiased TrueType font rendering using CLX and XRender extension.

sbcl-charje.lambda-list 0.0.0
Dependencies: sbcl-binding-arrows@1.0.0-2.46bcba8 sbcl-charje.loop@1.1.0 sbcl-ctype@0.0.0-4.6eb84df
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://git.sr.ht/~charje/lambda-list
Licenses: AGPL 3+
Build system: asdf/sbcl
Synopsis: Common Lisp lambda list parsing and manipulation library
Description:

charje.lambda-list can parse every kind of lambda list defined in the ANSI Common Lisp standard. Parsing yields only one object that has all the parsed parts of the lambda list inside. New kinds of lambda lists can be made too.

ecl-proc-parse 0.0.0-1.ac36368
Dependencies: ecl-alexandria@1.4-0.009b7e5 ecl-babel@0.5.0-3.627d6a6
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/fukamachi/proc-parse
Licenses: FreeBSD
Build system: asdf/ecl
Synopsis: Procedural vector parser
Description:

This is a string/octets parser library for Common Lisp with speed and readability in mind. Unlike other libraries, the code is not a pattern-matching-like, but a char-by-char procedural parser.

sbcl-agnostic-lizard 0.0.0-2.fe1a1d7
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://gitlab.common-lisp.net/mraskin/agnostic-lizard
Licenses: GPL 3+
Build system: asdf/sbcl
Synopsis: Almost correct portable code walker for Common Lisp
Description:

Agnostic Lizard is a portable implementation of a code walker and in particular of the macroexpand-all function (and macro) that makes a best effort to be correct while not expecting much beyond what the Common Lisp standard requires.

It aims to be implementation-agnostic and to climb the syntax trees.

clasp-lorem-ipsum 1.0-0.04a1839
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/phoe/lorem-ipsum
Licenses: Expat
Build system: asdf/clasp
Synopsis: Lorem ipsum generator in portable Common Lisp
Description:

This package provides functions for generating lorem ipsum text.

ecl-cl-ppcre 2.1.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: http://weitz.de/cl-ppcre/
Licenses: FreeBSD
Build system: asdf/ecl
Synopsis: Portable regular expression library for Common Lisp
Description:

CL-PPCRE is a portable regular expression library for Common Lisp, which is compatible with perl. It is pretty fast, thread-safe, and compatible with ANSI-compliant Common Lisp implementations.

cl-olc 1.0-1.0269ed7
Propagated dependencies: cl-fiveam@1.4.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://codeberg.org/glv/olc
Licenses: GPL 3+
Build system: asdf/source
Synopsis: Convert coordinates between latitude/longitude and Open Location Code
Description:

This a Common Lisp library to convert geographic coordinates between latitude/longitude and Open Location Code.

cl-string-match 0-1.5048480
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-babel@0.5.0-3.627d6a6 cl-iterate@1.5.3 cl-jpl-queues@0.1 cl-jpl-util@20151005 cl-mgl-pax@0.3.0-1.6782eb0 cl-parse-float@0.0.0-2.3074765 cl-proc-parse@0.0.0-1.ac36368 cl-yacc@0.3 cl-lisp-unit@0.0.0-1.89653a2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/vityok/cl-string-match
Licenses: Modified BSD
Build system: asdf/source
Synopsis: Set of utilities to manipulate strings in Common Lisp
Description:

cl-strings is a small, portable, dependency-free set of utilities that make it even easier to manipulate text in Common Lisp. It has 100% test coverage and works at least on sbcl, ecl, ccl, abcl and clisp.

cl-simple-tasks 1.3.0-1.745d4b5
Propagated dependencies: cl-array-utils@1.3.0-1.16e108a cl-bordeaux-threads@0.9.3 cl-dissect@1.0.0-2.a70cabc
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/simple-tasks/
Licenses: Zlib
Build system: asdf/source
Synopsis: Simple task scheduling framework
Description:

This is a task scheduling framework for Common Lisp.

ecl-cffi-ops 1.0.0
Dependencies: ecl-alexandria@1.4-0.009b7e5 ecl-cffi@0.24.1-2.32c90d4 ecl-arrow-macros@0.2.7-0.16bdfd3 ecl-trivial-macroexpand-all@0.0.0-0.933270a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/bohonghuang/cffi-ops
Licenses: ASL 2.0
Build system: asdf/ecl
Synopsis: Helps writing concise CFFI-related code
Description:

Helps writing concise CFFI-related code.

cl-find-port 0.1-2.811727f
Propagated dependencies: cl-usocket@0.8.9 cl-fiveam@1.4.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/eudoxia0/find-port
Licenses: Expat
Build system: asdf/source
Synopsis: Find open ports programmatically in Common Lisp
Description:

This is a small Common Lisp library that finds an open port within a range.

ecl-cl-modio 1.0.0-2.b1322bb
Dependencies: ecl-alexandria@1.4-0.009b7e5 ecl-zippy@1.1.0-1.ed9bca5 ecl-jzon@1.1.4 ecl-cl-ppcre@2.1.1 ecl-drakma@2.0.8 ecl-documentation-utils@1.2.0-0.98630dd ecl-language-codes@1.0.0-1.e7aa0e3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://codeberg.org/shinmera/cl-modio
Licenses: Zlib
Build system: asdf/ecl
Synopsis: Client library for the mod.io API
Description:

This is a client library to interact with the "mod.io" (https://mod.io) platform to manage "mods" or extensions for games and other applications. It covers the full v1 API and includes convenience methods to make interacting with the API as well as syncing mods and so on easy.

ecl-cl-opengl 0.1.0-1.e2d83e0
Dependencies: ecl-alexandria@1.4-0.009b7e5 ecl-cffi@0.24.1-2.32c90d4 ecl-float-features@1.0.0-2.c1f86ae freeglut@3.4.0 glu@9.0.2 mesa@25.2.3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/3b/cl-opengl
Licenses: Modified BSD
Build system: asdf/ecl
Synopsis: Common Lisp bindings to OpenGL, GLU and GLUT APIs
Description:

This package provides a set of bindings and utilities for accessing the OpenGL (Mesa), GLU and GLUT (FreeGLUT) APIs using CFFI.

ecl-exit-hooks 0.0.0-1.78050f4
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/ailisp/exit-hooks
Licenses: FreeBSD
Build system: asdf/ecl
Synopsis: Call functions automatically when Common Lisp exits
Description:

exit-hooks provides a portable way to automatically call some user-defined function when exiting Common Lisp (both quit from the REPL or a kill in a shell). Like atexit in C and Python or Java’s Runtime.addShutdownHook(). It currently supports SBCL, CCL, ECL, ABCL, Allegro CL, clisp and CMUCL. Before exit-hooks, there was no portable way of doing so and no staightforward way to use an exit hook on ABCL. It can be used for tasks like parmenantly save something when exiting Lisp.

cl-colony 0.1.0-0.54d020e
Propagated dependencies: cl-3b-bmfont@0.0.1-3.332c226 cl-babel@0.5.0-3.627d6a6 cl-cpus@0.0.3 cl-graph@0.10.2-2.c617de3 cl-opengl@0.1.0-1.e2d83e0 cl-ppcre@2.1.1 cl-slug@0.4.1-1.ffb229d cl-closer-mop@1.0.0-3.7b86f2a cl-fast-io@1.0.0-3.a4c5ad6 cl-global-vars@1.0.0-0.c749f32 cl-glsl-packing@0.0.0-1.0362815 cl-jsown@1.0.1-1.744c440 cl-lparallel@2.8.4-1.80fc295 cl-pngload@2.0.0-2.91f1d70 cl-printv@0.1.0-2.e717a7f cl-queues@0.0.0-1.47d4da6 cl-sdl2@0.0.0-3.8c78e68 cl-serapeum@0.0.0-12.c08442a cl-split-sequence@2.0.1 cl-static-vectors@1.8.9 cl-trivial-features@1.0 cl-varjo@0.0.0-1.9e77f30 cl-parachute@1.5.0-3.dd925cb
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/colonyengine/colony
Licenses: Expat
Build system: asdf/source
Synopsis: Component-based game engine written in Common Lisp
Description:

Colony provides a system and workflow that helps describe the elements needed to write 2D or 3D games. It was designed with several domain specific languages that make it easier to describe, manipulate, and use assets commonly found in game making. Such assets include (but are not limited to) textures, materials, shader programs, and scene trees of actors that are available for instantiation. Colony Engine also knows how to accept input from keyboards and most joysticks and gamepads.

The component system is a hybrid model between an ECS and an object model. The components are defined similar to CLOS defclass, and regular generic methods can be used with them. Components are added to Actors which represent game concepts like players, scenery, effects, etc. We define a component protocol invoked by Colony Engine to move your components to the next state and render them each frame.

cl-genhash 1.7-1.220ae1a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/pnathan/genhash
Licenses: Public Domain
Build system: asdf/source
Synopsis: Generic hash tables for Common Lisp
Description:

This an implementation of CDR 2: generic hash tables for Common Lisp

ecl-binding-arrows 1.0.0-2.46bcba8
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/phoe/binding-arrows
Licenses: Expat
Build system: asdf/ecl
Synopsis: Threading macros based on binding anonymous variables
Description:

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.

ecl-lwcells 0.0.1-0.e7446ac
Dependencies: ecl-alexandria@1.4-0.009b7e5 ecl-named-closure@0.0.1-0.d573055 ecl-damn-fast-priority-queue@0.0.2-0.f4c0374
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/kchanqvq/lwcells
Licenses: GPL 3+
Build system: asdf/ecl
Synopsis: Light-weight cells for dataflow programming
Description:

A dataflow extension to Common Lisp that maintains a consistent state of cells according to functions specifying their relation.

cl-file-finder 0.2.0-0.ec392d7
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-str@0.21 cl-file-attributes@1.0.0-2.bbde396 cl-local-time@1.0.6-4.40169fe cl-named-readtables@0.9-4.d5ff162 cl-serapeum@0.0.0-12.c08442a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/lisp-maintainers/file-finder
Licenses: GPL 3+
Build system: asdf/source
Synopsis: Enable rapid file search, inspection and manipulation
Description:

This library provides modern file handling for Common Lisp, which avoids many of the pitfalls of pathnames.

sbcl-websocket-driver 0.2.0-1.17ba553
Dependencies: sbcl-babel@0.5.0-3.627d6a6 sbcl-clack@2.1.0-1.4916ebb sbcl-fast-http@0.2.0-2.502a377 sbcl-fast-io@1.0.0-3.a4c5ad6 sbcl-fast-websocket@0.1-1.baeeadd sbcl-event-emitter@0.0.1-0.cb0e15f sbcl-sha1@1.0-0.be8b1b1 sbcl-cl-base64@3.3.4-1.577683b sbcl-split-sequence@2.0.1 sbcl-bordeaux-threads@0.9.3 sbcl-quri@0.7.0-0.03ecaf3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/fukamachi/websocket-driver
Licenses: FreeBSD
Build system: asdf/sbcl
Synopsis: WebSocket server/client for Common Lisp
Description:

This library provides a WebSocket server and client implementation for Common Lisp.

cl-agutil 0.0.1-1.df188d7
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-trivia@0.1-0.8b406c3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/alex-gutev/agutil/
Licenses: Expat
Build system: asdf/source
Synopsis: Collection of Common Lisp utilities
Description:

A collection of Common Lisp utility functions and macros mostly not found in other utility packages.

cl-async-future 0.4.4.1-1.ee36c22
Propagated dependencies: cl-blackbird@0.5.2-1.d361f81 cl-async@0.6.1-1.f6423e4 cl-eos@0.0.0-2.b4413bc
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://orthecreedence.github.io/cl-async/future
Licenses: Expat
Build system: asdf/source
Synopsis: Futures implementation for Common Lisp
Description:

This is futures implementation for Common Lisp. It plugs in nicely to cl-async.

sbcl-djula 0.2.0-2.6f14259
Dependencies: sbcl-access@1.6.0-1.a4f87fc sbcl-alexandria@1.4-0.009b7e5 sbcl-anaphora@0.9.8 sbcl-babel@0.5.0-3.627d6a6 sbcl-cl-locale@0.1.1-1.0a36cc0 sbcl-cl-ppcre@2.1.1 sbcl-cl-slice@0.1.0-1.c531683 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-gettext@0.0.0-1.a432020 sbcl-iterate@1.5.3 sbcl-local-time@1.0.6-4.40169fe sbcl-parser-combinators@0.0.0-1.9c7569a sbcl-split-sequence@2.0.1 sbcl-trivial-backtrace@1.1.0-2.7f90b4a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://mmontone.github.io/djula/djula/
Licenses: Expat
Build system: asdf/sbcl
Synopsis: Common Lisp port of the Django templating language
Description:

This package provides a Common Lisp templating system based on Python Django with a syntax similar to Python Jinja2.

cl-green-threads 0.3-1.fff5ebe
Propagated dependencies: cl-async-future@0.4.4.1-1.ee36c22 cl-cont@0.3.8-1.fc1fa7e cl-prove@1.0.0-2.5d71f02
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/thezerobit/green-threads
Licenses: Modified BSD
Build system: asdf/source
Synopsis: Cooperative multitasking library for Common Lisp
Description:

This library allows for cooperative multitasking with help of cl-cont for continuations. It tries to mimic the API of bordeaux-threads as much as possible.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091