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

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-dbus 20231105-2.8bba6a0
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-trivial-garbage@0.21-0.3474f64 sbcl-babel@0.5.0-3.627d6a6 sbcl-iolib@0.8.4-0.010b7a6 sbcl-ieee-floats@20170924-1.566b51a sbcl-flexi-streams@1.0.20-1.4951d57 sbcl-cl-xmlspam@0.0.0-1.ea06abc sbcl-ironclad@0.61
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/death/dbus
Licenses: FreeBSD
Build system: asdf/sbcl
Synopsis: D-Bus client library for Common Lisp
Description:

This is a Common Lisp library that publishes D-Bus objects as well as send and notify other objects connected to a bus.

ecl-enchant 0.0.0-1.6af162a
Dependencies: enchant@2.6.9 ecl-cffi@0.24.1-2.32c90d4
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/tlikonen/cl-enchant
Licenses: Public Domain
Build system: asdf/ecl
Synopsis: Common Lisp interface for the Enchant spell-checker library
Description:

Enchant is a Common Lisp interface for the Enchant spell-checker library. The Enchant library is a generic spell-checker library which uses other spell-checkers transparently as back-end. The library supports the multiple checkers, including Aspell and Hunspell.

ecl-calispel 0.1-1.e9f2f9c
Dependencies: ecl-jpl-queues@0.1 ecl-bordeaux-threads@0.9.3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.thoughtcrime.us/software/calispel/
Licenses: ISC
Build system: asdf/ecl
Synopsis: Thread-safe message-passing channels in Common Lisp
Description:

Calispel is a Common Lisp library for thread-safe message-passing channels, in the style of the occam programming language, also known as communicating sequential processes (CSP). See https://en.wikipedia.org/wiki/Communicating_sequential_processes.

Calispel channels let one thread communicate with another, facilitating unidirectional communication of any Lisp object. Channels may be unbuffered, where a sender waits for a receiver (or vice versa) before either operation can continue, or channels may be buffered with flexible policy options.

Because sending and receiving on a channel may block, either operation can time out after a specified amount of time.

A syntax for alternation is provided (like ALT in occam, or Unix select()): given a sequence of operations, any or all of which may block, alternation selects the first operation that doesn't block and executes associated code. Alternation can also time out, executing an "otherwise" clause if no operation becomes available within a set amount of time.

Calispel is a message-passing library, and as such leaves the role of threading abstractions and utilities left to be filled by complementary libraries such as Bordeaux-Threads and Eager Future.

clasp-parseq 0.5.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/mrossini-ethz/parseq
Licenses: GPL 2
Build system: asdf/clasp
Synopsis: Parsing expression grammars for sequences
Description:

Parseq (pronounced parsec) is a parsing library for common lisp. It can be used for parsing lisp's sequences types: strings, vectors (e.g. binary data) and lists. Furthermore, parseq is able to parse nested structures such as trees (e.g. lists of lists, lists of vectors, vectors of strings).

Parseq uses parsing expression grammars (PEG) that can be defined through a simple interface. Extensions to the standard parsing expressions are available. Parsing expressions can be parameterised and made context aware. Additionally, the definition of each parsing expression allows the arbitrary transformation of the parsing tree.

The library is inspired by Esrap and uses a very similar interface. No code is shared between the two projects, however. The features of Esrap are are mostly included in parseq and complemented with additional, orthogonal features. Any resemblance to esrap-liquid is merely coincidental.

sbcl-smug 0.0.0-0.647a242
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://smug.drewc.ca/
Licenses: Expat
Build system: asdf/sbcl
Synopsis: Parser combinators for Common Lisp
Description:

cl-smug is a library for parsing text, based on monadic parser combinators. Using a simple technique from the functional programming camp, cl-smug makes it simple to create quick extensible recursive descent parsers without funky syntax or impenetrable macrology.

ecl-cl-strings 0.0.1-1.93ec417
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/diogoalexandrefranco/cl-strings
Licenses: Expat
Build system: asdf/ecl
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.

sbcl-stealth-mixin 0.0.0-0.2f853fc
Dependencies: sbcl-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/sbcl
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-pdf 2.0.0-4.0a1cd33
Dependencies: sbcl-iterate@1.5.3 sbcl-zpb-ttf@1.0.7
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/mbattyani/cl-pdf
Licenses: FreeBSD
Build system: asdf/sbcl
Synopsis: Common Lisp library for generating PDF files
Description:

CL-PDF is a cross-platform Common Lisp library for generating PDF files.

cl-3d-transforms 1.0.0-1.86e7e99
Propagated dependencies: cl-3d-matrices@1.0.0-3.bc1ffa0 cl-3d-quaternions@1.0.0-1.f477801 cl-3d-vectors@3.1.0-3.fc751c6 cl-documentation-utils@1.2.0-0.98630dd cl-parachute@1.5.0-3.dd925cb
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.com/docs/3d-transforms
Licenses: Zlib
Build system: asdf/source
Synopsis: Common structure to encapsulate spatial transformations in Common Lisp
Description:

This is a library that uses the other 3d-* math libraries to present an encapsulation for a spatial transformation. It offers convenience functions for operating on such transformations and for converting between them and the alternative 4x4 matrix representation.

sbcl-which 0.1-1.b2333e4
Dependencies: sbcl-cl-fad@0.7.6-1.3f4d32d sbcl-path-parse@0.1-1.86183f3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/eudoxia0/which
Licenses: Expat
Build system: asdf/sbcl
Synopsis: The which command in Common Lisp
Description:

This package provides an implementation of the which UNIX command in Common Lisp.

ecl-geneva 0-0.126d330
Dependencies: ecl-split-sequence@2.0.1 ecl-named-readtables@0.9-4.d5ff162
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/eugeneia/geneva
Licenses: AGPL 1
Build system: asdf/ecl
Synopsis: Portable document preparation system
Description:

Portable document preparation system.

sbcl-trial 1.2.0-2.db4e98e
Dependencies: sbcl-3d-matrices@1.0.0-3.bc1ffa0 sbcl-3d-quaternions@1.0.0-1.f477801 sbcl-3d-transforms@1.0.0-1.86e7e99 sbcl-3d-vectors@3.1.0-3.fc751c6 sbcl-alexandria@1.4-0.009b7e5 sbcl-alloy@0.0.0-3.628974d sbcl-atomics@1.0.0-3.5b36bf2 sbcl-bordeaux-threads@0.9.3 sbcl-cl-gamepad@3.0.0-3.d5b99fb sbcl-cl-glfw3@0.0.0-1.32c3f34 sbcl-cl-gltf@2.0.0-1.7a3af05 sbcl-cl-jpeg@2.8-1.ec55703 sbcl-cl-opengl@0.1.0-1.e2d83e0 sbcl-cl-ppcre@2.1.1 sbcl-cl-tga@0.0.0-0.4dc2f7b sbcl-classimp@0.0.0-1.6c74f38 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-deploy@1.0.0-2.9b20e64 sbcl-dns-client@1.0.0-0.9f252e9 sbcl-fast-io@1.0.0-3.a4c5ad6 sbcl-file-notify@1.0.0-0.f12dc2f sbcl-flare@1.1.0-1.4f9f17a sbcl-float-features@1.0.0-2.c1f86ae sbcl-flow@1.0.0-1.6d925af sbcl-for@1.2.0-1.a397829 sbcl-form-fiddle@1.1.0-0.e0c2359 sbcl-glop@0.1.0-1.45e722a sbcl-glsl-toolkit@1.0.0-2.4c4889e sbcl-harmony@2.0.0-0.0b57483 sbcl-ieee-floats@20170924-1.566b51a sbcl-jzon@1.1.4 sbcl-lambda-fiddle@1.0.0-1.d16bba5 sbcl-language-codes@1.0.0-1.e7aa0e3 sbcl-lquery@3.2.1-2.08c9cb6 sbcl-messagebox@1.0.0-1.ea3688d sbcl-mmap@1.0.0-0.ba2e98c sbcl-pathname-utils@1.1.0-4.3309d65 sbcl-pngload@2.0.0-2.91f1d70 sbcl-promise@1.0.0-0.801db8f sbcl-retrospectiff@0.2-1.2fbf8c6 sbcl-sdl2@0.0.0-3.8c78e68 sbcl-simple-tasks@1.3.0-1.745d4b5 sbcl-static-vectors@1.8.9 sbcl-system-locale@1.0.0-1.4b334bc sbcl-terrable@1.0.0-1.e4fe23f sbcl-trivial-extensible-sequences@1.0.0-0.d40b2da sbcl-trivial-garbage@0.21-0.3474f64 sbcl-trivial-indent@1.0.0-1.f252750 sbcl-trivial-main-thread@1.0.0-1.25f1149 sbcl-verbose@2.0.0-1.c5b7ecd sbcl-zpng@1.2.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/Shirakumo/trial
Licenses: Zlib
Build system: asdf/sbcl
Synopsis: Common Lisp game engine
Description:

Trial is a game engine written in Common Lisp. Unlike many other engines, it is meant to be more of a loose connection of components that can be fit together as required by any particular game.

sbcl-cl-locale 0.1.1-1.0a36cc0
Dependencies: sbcl-anaphora@0.9.8 sbcl-arnesi@2.0.0-1.1e7dc4c sbcl-cl-annot@0.0.0-1.c99e69c sbcl-cl-syntax@0.0.3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/fukamachi/cl-locale
Licenses: LLGPL
Build system: asdf/sbcl
Synopsis: Internalization library for Common Lisp
Description:

This package provides a Common Lisp translation library similar to CL-I18N and CL-L10N.

cl-kebab 0.1-1.e7f7764
Propagated dependencies: cl-ppcre@2.1.1 cl-alexandria@1.4-0.009b7e5 cl-interpol@0.2.7-1.70a1137 cl-split-sequence@2.0.1 cl-prove@1.0.0-2.5d71f02
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/pocket7878/kebab
Licenses: LLGPL
Build system: asdf/source
Synopsis: Common Lisp case converter
Description:

This Common Lisp library converts strings, symbols and keywords between any of the following typographical cases: PascalCase, camelCase, snake_case, kebab-case (lisp-case).

sbcl-glsl-spec 0.0.0-1.f04476f
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/cbaggers/glsl-spec
Licenses: Unlicense
Build system: asdf/sbcl
Synopsis: Common Lisp GLSL specification as a datastructure
Description:

This package contains the specification of all functions and variables from GLSL as data.

cl-smtp 20191031.1-0.ed47d32
Propagated dependencies: cl-cl+ssl@0.0.0-6.17d5cdd cl-base64@3.3.4-1.577683b cl-flexi-streams@1.0.20-1.4951d57 cl-trivial-gray-streams@2.0-1.2b3823e cl-usocket@0.8.9
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://gitlab.common-lisp.net/cl-smtp/cl-smtp
Licenses: LLGPL
Build system: asdf/source
Synopsis: Simple Common Lisp SMTP client
Description:

This package provides a client for SMTP.

sbcl-iolib 0.8.4-0.010b7a6
Dependencies: libfixposix@0.4.3 sbcl-alexandria@1.4-0.009b7e5 sbcl-bordeaux-threads@0.9.3 sbcl-cffi@0.24.1-2.32c90d4 sbcl-idna@0.2.2 sbcl-split-sequence@2.0.1 sbcl-swap-bytes@1.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/sionescu/iolib
Licenses: Expat
Build system: asdf/sbcl
Synopsis: Common Lisp I/O library
Description:

IOlib is to be a better and more modern I/O library than the standard Common Lisp library. It contains a socket library, a DNS resolver, an I/O multiplexer(which supports select(2), epoll(4) and kqueue(2)), a pathname library and file-system utilities.

sbcl-specialization-store 0.0.5-1.8d39a86
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-introspect-environment@0.1-2.8fb20a1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/markcox80/specialization-store
Licenses: FreeBSD
Build system: asdf/sbcl
Synopsis: Different type of generic function for Common Lisp
Description:

SPECIALIZATION-STORE system provides a new kind of function, called a store function, whose behavior depends on the types of objects passed to the function.

sbcl-meta 1.0.0-0.74faea6
Dependencies: sbcl-named-readtables@0.9-4.d5ff162
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://gitlab.common-lisp.net/frideau/meta
Licenses: FreeBSD
Build system: asdf/sbcl
Synopsis: Recursive-descent parser DSL for Common Lisp
Description:

This package provides a recursive-descent parser DSL for Common Lisp. It's intended as a simpler alternative to parser generators.

ecl-flexichain 1.5.1-2.9af644a
Dependencies: ecl-trivial-garbage@0.21-0.3474f64
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/robert-strandh/Flexichain.git
Licenses: LGPL 2.1+
Build system: asdf/ecl
Synopsis: Dynamically add elements to or remove them from sequences
Description:

This package provides an implementation of the flexichain protocol, allowing client code to dynamically add elements to, and delete elements from a sequence (or chain) of such elements.

ecl-birch 1.0.1-0.30cd242
Dependencies: ecl-alexandria@1.4-0.009b7e5 ecl-cl+ssl@0.0.0-6.17d5cdd ecl-flexi-streams@1.0.20-1.4951d57 ecl-split-sequence@2.0.1 ecl-usocket@0.8.9
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/jorams/birch
Licenses: Expat
Build system: asdf/ecl
Synopsis: Common Lisp IRC client library
Description:

Birch is a simple Common Lisp IRC client library. It makes use of CLOS for event handling.

cl-dexador 0.9.15-3.d7ac217
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-babel@0.5.0-3.627d6a6 cl-bordeaux-threads@0.9.3 cl-chipz@0.8-2.82a17d3 cl-chunga@1.1.7 cl-cl+ssl@0.0.0-6.17d5cdd cl-base64@3.3.4-1.577683b cl-cookie@0.9.10-1.cea55ae cl-ppcre@2.1.1 cl-fast-http@0.2.0-2.502a377 cl-fast-io@1.0.0-3.a4c5ad6 cl-quri@0.7.0-0.03ecaf3 cl-trivial-garbage@0.21-0.3474f64 cl-trivial-gray-streams@2.0-1.2b3823e cl-trivial-mimes@1.1.0-2.a741fc2 cl-usocket@0.8.9
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/fukamachi/dexador
Licenses: Expat
Build system: asdf/source
Synopsis: Yet another HTTP client for Common Lisp
Description:

Dexador is yet another HTTP client for Common Lisp with neat APIs and connection-pooling. It is meant to supersede Drakma.

cl-trivial-file-size 0.0.0-0.1c1d672
Propagated dependencies: cl-fiveam@1.4.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/ruricolist/trivial-file-size
Licenses: Expat
Build system: asdf/source
Synopsis: Size of a file in bytes in Common Lisp
Description:

The canonical way to determine the size of a file in bytes, using Common Lisp, is to open the file with an element type of (unsigned-byte 8) and then calculate the length of the stream. This is less than ideal. In most cases it is better to get the size of the file from its metadata, using a system call.

This library exports a single function, file-size-in-octets. It returns the size of a file in bytes, using system calls when possible.

sbcl-kons-9 0.0.0-0.fe0b322
Dependencies: sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-cffi@0.24.1-2.32c90d4 sbcl-cl-glfw3@0.0.0-1.32c3f34 sbcl-cl-opengl@0.1.0-1.e2d83e0 sbcl-cl-vectors@0.1.5 sbcl-clobber@0.0.0-0.212721c sbcl-origin@2.0.0-1.d646134 sbcl-trivial-backtrace@1.1.0-2.7f90b4a sbcl-trivial-main-thread@1.0.0-1.25f1149 sbcl-zpb-ttf@1.0.7
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/kaveh808/kons-9
Licenses: Expat LGPL 2.1
Build system: asdf/sbcl
Synopsis: Common Lisp 3D graphics system
Description:

This package provides KONS-9 which can be considered as a traditional user interface driven 3D application for general artists, or as a REPL-based development environment for technical artists and software developers. These two approaches can be seamlessly combined into a flexible and powerful workflow, where non-technical users can immediately benefit from software tools and extensions developed by technical users.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091