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

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-nontrivial-gray-streams 1.0.0-0.7ed842f
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/yitzchak/nontrivial-gray-streams
Licenses: Expat
Build system: asdf/sbcl
Synopsis: Compatibility layer for Gray streams, including extensions
Description:

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.

cl-asdf-finalizers 0.0.0-1.7f537f6
Propagated dependencies: cl-fare-utils@1.0.0.5-1.66e9c6f cl-hu.dwim.stefil@0.0.0-2.414902c
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://gitlab.common-lisp.net/asdf/asdf-finalizers
Licenses: Expat
Build system: asdf/source
Synopsis: Enforced calling of finalizers for Lisp code
Description:

This library allows you to implement and enforce proper finalization of compile-time constructs while building Lisp source files.

It produces two systems: asdf-finalizers and list-of.

sbcl-ppath 0.1-1.eb1a817
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cffi@0.24.1-2.32c90d4 sbcl-osicat@0.7.0-4.9823279 sbcl-cl-ppcre@2.1.1 sbcl-split-sequence@2.0.1 sbcl-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/fourier/ppath
Licenses: FreeBSD
Build system: asdf/sbcl
Synopsis: Common Lisp's implementation of the Python's os.path module
Description:

This library is a path strings manipulation library inspired by Python's os.path. All functionality from os.path is supported on major operation systems.

The philosophy behind is to use simple strings and "dumb" string manipulation functions to handle paths and filenames. Where possible the corresponding OS system functions are called.

sbcl-quri 0.7.0-0.03ecaf3
Dependencies: sbcl-babel@0.5.0-3.627d6a6 sbcl-split-sequence@2.0.1 sbcl-cl-utilities@0.0.0-1.dce2d2f sbcl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/fukamachi/quri
Licenses: Modified BSD
Build system: asdf/sbcl
Synopsis: Yet another URI library for Common Lisp
Description:

QURI (pronounced "Q-ree") is yet another URI library for Common Lisp. It is intended to be a replacement of PURI.

sbcl-cl-randist 0.4.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/lvaruzza/cl-randist
Licenses: FreeBSD
Build system: asdf/sbcl
Synopsis: Random distributions for Common Lisp
Description:

Manual translation from C to Common Lisp of some random number generation functions from the GSL library.

ecl-mathkit 0.0-1.fd884f9
Dependencies: ecl-alexandria@1.4-0.009b7e5 ecl-sb-cga@1.0.1-1.9a554ea
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/lispgames/mathkit/
Licenses: Expat
Build system: asdf/ecl
Synopsis: Pure math functions useful for games, 3D, and GL in general
Description:

This is a purely math-related utility kit, providing functions which can be useful for games, 3D, and GL in general.

ecl-cl-store 0.8.11-1.c787337
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.common-lisp.net/project/cl-store/
Licenses: Expat
Build system: asdf/ecl
Synopsis: Common Lisp library to serialize data
Description:

CL-STORE is a portable serialization package which should give you the ability to store all Common Lisp data types into streams.

cl-glsl-packing 0.0.0-1.0362815
Propagated dependencies: cl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/3b/glsl-packing/
Licenses: Expat
Build system: asdf/source
Synopsis: Common Lisp utilities to calculate OpenGL layouts
Description:

This is a Common Lisp library to calculate std140 or std430 layouts for a glsl UBO/SSBO.

cl-fare-utils 1.0.0.5-1.66e9c6f
Propagated dependencies: cl-hu.dwim.stefil@0.0.0-2.414902c
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://gitlab.common-lisp.net/frideau/fare-utils
Licenses: Expat
Build system: asdf/source
Synopsis: Collection of utilities and data structures
Description:

fare-utils is a small collection of utilities. It contains a lot of basic everyday functions and macros.

cl-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/source
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-lisp-stat 1.2.0-0.357a0d2
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-alexandria-plus@1.1.0-0.adafb09 cl-array-operations@0.0.0-0.75cbc3b cl-conduit-packages@2.0.0 cl-data-frame@1.1.1-0.6f02e58 cl-dexador@0.9.15-3.d7ac217 cl-dfio@1.0.2-0.5caf473 cl-distributions@1.0.0-0.ea72622 cl-numerical-utilities@1.2.0-0.44f45ba cl-select@1.0.0-0.df7920f cl-statistics@1.0.0-0.94fc87a cl-parachute@1.5.0-3.dd925cb
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://lisp-stat.github.io/lisp-stat/
Licenses: Ms-PL
Build system: asdf/source
Synopsis: Statistical Computing in Common Lisp
Description:

This package provides a statistical computing environment for Common Lisp.

cl-plump-sexp 0.1.0-1.a40f66d
Propagated dependencies: cl-plump@2.0.0-4.251fbe0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://codeberg.org/shinmera/plump-sexp
Licenses: Zlib
Build system: asdf/source
Synopsis: Convert S-expressions into a Plump DOM and back
Description:

The Plump-SEXP library is a backend for Plump which can convert between S-expressions and the Plump DOM.

clasp-enhanced-boolean 1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.hexstreamsoft.com/libraries/enhanced-boolean/
Licenses: Unlicense
Build system: asdf/clasp
Synopsis: Convert generalized booleans to booleans
Description:

This package provides a canonical way of converting generalized booleans to booleans.

ecl-fast-io 1.0.0-3.a4c5ad6
Dependencies: ecl-alexandria@1.4-0.009b7e5 ecl-trivial-gray-streams@2.0-1.2b3823e ecl-static-vectors@1.8.9
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/rpav/fast-io
Licenses: Modified BSD
Build system: asdf/ecl
Synopsis: Fast octet-vector/stream I/O for Common Lisp
Description:

Fast-io is about improving performance to octet-vectors and octet streams (though primarily the former, while wrapping the latter).

ecl-cl-css 0.1-1.8fe654c
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/inaimathi/cl-css/
Licenses: Expat
Build system: asdf/ecl
Synopsis: Non-validating, inline CSS generator for Common Lisp
Description:

This is a dead-simple, non validating, inline CSS generator for Common Lisp. Its goals are axiomatic syntax, simple implementation to support portability, and boilerplate reduction in CSS.

cl-gserver 1.8.0
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-bordeaux-threads@0.9.3 cl-lparallel@2.8.4-1.80fc295 cl-speedy-queue@0.0.0-1.0425c7c cl-log4cl@1.1.4-2.fe3da51 cl-str@0.21 cl-blackbird@0.5.2-1.d361f81 cl-hamt@0.0.0-1.7a99eaa cl-binding-arrows@1.0.0-2.46bcba8 cl-atomics@1.0.0-3.5b36bf2 cl-fiveam@1.4.2 cl-mock@1.1.0-0.01762fd
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://mdbergmann.github.io/cl-gserver/index.html
Licenses: AGPL 3
Build system: asdf/source
Synopsis: Actor framework for easy access to state and async operations
Description:

cl-gserver is a 'message passing' library / framework with actors similar to Erlang or Akka. It supports creating reactive systems for parallel computing and event based message handling.

sbcl-bubble-operator-upwards 1.0-0.846275a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.hexstreamsoft.com/libraries/bubble-operator-upwards/
Licenses: Unlicense
Build system: asdf/sbcl
Synopsis: Function that bubbles an operator upwards in a form
Description:

bubble-operator-upwards is a function that bubbles an operator upwards in a form, demultiplexing all alternative branches by way of cartesian product.

ecl-computable-reals 1.1.0-1.fdc73d7
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/stylewarning/computable-reals
Licenses: Modified BSD
Build system: asdf/ecl
Synopsis: Arbitrary-precision, re-computing real-numbers in Common Lisp
Description:

This library provides arbitrary precision (floating point) real numbers in Common Lisp.

cl-damn-fast-priority-queue 0.0.2-0.f4c0374
Propagated dependencies: cl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/phoe/damn-fast-priority-queue
Licenses: Expat
Build system: asdf/source
Synopsis: Fast priority queue
Description:

A heap-based priority queue whose first and foremost priority is speed.

cl-store 0.8.11-1.c787337
Propagated dependencies: cl-rt@1990.12.19-1.a6a7503
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.common-lisp.net/project/cl-store/
Licenses: Expat
Build system: asdf/source
Synopsis: Common Lisp library to serialize data
Description:

CL-STORE is a portable serialization package which should give you the ability to store all Common Lisp data types into streams.

cl-esrap 0.18-4.d806138
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-trivial-with-current-source-form@0.1.0-1.9e343e0 cl-fiveam@1.4.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://scymtym.github.io/esrap/
Licenses: Expat
Build system: asdf/source
Synopsis: Common Lisp packrat parser
Description:

This is a packrat parser for Common Lisp. In addition to regular Packrat / Parsing Grammar / TDPL features ESRAP supports:

  • dynamic redefinition of nonterminals

  • inline grammars

  • semantic predicates

  • introspective facilities (describing grammars, tracing, setting breaks)

  • left-recursive grammars

  • functions as terminals

  • accurate, customizable parse error reports

cl-stealth-mixin 0.0.0-0.2f853fc
Propagated dependencies: cl-closer-mop@1.0.0-3.7b86f2a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/robert-strandh/Stealth-mixin
Licenses: FreeBSD
Build system: asdf/source
Synopsis: Create stealth mixin classes
Description:

Stealth-mixin is a Common Lisp library for creating stealth mixin classes. These are classes that are dynamically mixed into other classes without the latter being aware of it.

sbcl-cl-opengl 0.1.0-1.e2d83e0
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cffi@0.24.1-2.32c90d4 sbcl-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/sbcl
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-yxorp 0.4-4.c306898
Dependencies: ecl-chipz@0.8-2.82a17d3 ecl-chunga@1.1.7 ecl-cl+ssl@0.0.0-6.17d5cdd ecl-binding-arrows@1.0.0-2.46bcba8 ecl-cl-str@0.21 ecl-usocket@0.8.9 ecl-flexi-streams@1.0.20-1.4951d57 ecl-rutils@5.2.1-0.db3c3f4 ecl-salza2@2.1 ecl-trivial-garbage@0.21-0.3474f64
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/charje/cl-yxorp
Licenses: AGPL 3
Build system: asdf/ecl
Synopsis: Reverse proxy server written in and configurable in Common Lisp
Description:

This is a reverse proxy server written in and configurable in Common Lisp. It supports WebSocket, HTTP, HTTPS, HTTP to HTTPS redirecting, port and host forwarding configuration using a real programming language, HTTP header and body manipulation (also using a real programming language).

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091