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

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-clad 2023-01-21-0.1ff6f41
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://gitlab.common-lisp.net/mantoniotti/CLAD
Licenses: Expat
Build system: asdf/sbcl
Synopsis: Library providing standard locations on the file system
Description:

The Common Lisp Application Directories (CLAD) library is a simple API collection that provides access to a set of standard Common Lisp folders on a per-application or per-library basis.

ecl-lisp-namespace 0.1-2.699fccb
Dependencies: ecl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/guicho271828/lisp-namespace
Licenses: LLGPL
Build system: asdf/ecl
Synopsis: LISP-N, or extensible namespaces in Common Lisp
Description:

Common Lisp already has major 2 namespaces, function namespace and value namespace (or variable namespace), but there are actually more — e.g., class namespace. This library offers macros to deal with symbols from any namespace.

sbcl-zr-utils 0.0.0.0-0.e7eaffc
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-babel@0.5.0-3.627d6a6 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-cl-unicode@0.1.6 sbcl-trivial-gray-streams@2.0-1.2b3823e
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://gitlab.com/zombie-raptor/zr-utils
Licenses: Expat
Build system: asdf/sbcl
Synopsis: Common Lisp utilities library
Description:

This is a Common Lisp utilities library originating from the Zombie Raptor game engine project.

ecl-hash-set 0.0.0-0.6feb20d
Dependencies: ecl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/samebchase/hash-set/
Licenses: Unlicense
Build system: asdf/ecl
Synopsis: Implementation of a hash-set
Description:

This package provides an implementation of the hash-set data structure. It has constant time lookup, insertion and deletion.

clasp-music-spelling 0.1-0.a2d492a
Dependencies: clasp-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/ntrocado/music-spelling/
Licenses: ASL 2.0
Build system: asdf/clasp
Synopsis: Automatically spell musical pitches and rhythms
Description:

This package implements an algorithm for the spelling of enharmonics and dealing with ties and dots in rhythm notation.

sbcl-defpackage-plus 1.0-0.5492e27
Dependencies: sbcl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/rpav/defpackage-plus
Licenses: FreeBSD
Build system: asdf/sbcl
Synopsis: Extensible @code{DEFPACKAGE} variant with version support
Description:

DEFPACKAGE-PLUS is an extensible DEFPACKAGE variant with predictable cross-platform behavior and some utilities useful for versioning.

cl-form-types 0.3.2
Propagated dependencies: cl-agutil@0.0.1-1.df188d7 cl-anaphora@0.9.8 cl-arrows@0.2.0-0.df7cf00 cl-environments@0.4 cl-introspect-environment@0.1-2.8fb20a1 cl-optima@1.0-1.373b245 cl-fiveam@1.4.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/alex-gutev/cl-form-types
Licenses: Expat
Build system: asdf/source
Synopsis: Determine the types of Common Lisp forms
Description:

This library provides functions for determining the value types of Common Lisp forms, based on type information contained in the environment.

In order for this library to work the values types of variables and return types of functions have to be declared.

Macros and symbol-macros are fully expanded and all special forms, except CATCH, are supported.

sbcl-gtype 0.1-2.2442e32
Dependencies: sbcl-trivialib-type-unify@0.1-1.62492eb sbcl-trivial-cltl2@0.1.1-2.8a3bda3 sbcl-trivia@0.1-0.8b406c3 sbcl-alexandria@1.4-0.009b7e5 sbcl-iterate@1.5.3 sbcl-type-r@0.0.0-1.83c89e3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/numcl/gtype
Licenses: LGPL 3+
Build system: asdf/sbcl
Synopsis: C++/Julia-like parametric types in Common Lisp
Description:

Support library for numcl that provides Julia-like runtime parametric type correctness in Common Lisp. It is based on CLtL2 extensions.

sbcl-sdl2-ttf 1.0-1.6dd2df2
Dependencies: sdl2-ttf@2.20.2 sbcl-alexandria@1.4-0.009b7e5 sbcl-cffi@0.24.1-2.32c90d4 sbcl-cl-autowrap@1.0-3.4bba9e3 sbcl-defpackage-plus@1.0-0.5492e27 sbcl-sdl2@0.0.0-3.8c78e68 sbcl-trivial-garbage@0.21-0.3474f64
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/lispgames/cl-sdl2-ttf
Licenses: Expat
Build system: asdf/sbcl
Synopsis: SDL2_ttf wrapper for Common Lisp
Description:

This is a wrapper for the SDL2_TTF library used for loading fonts and creating text assets. The library, in it's current state, can load TTF and OTF fonts and render fonts with the three different rendering modes provided by the C library (solid, shaded, and blended). While Latin text, UTF8, UNICODE, and Glyph text rendering is available only Latin text has been tested (as shown in the examples).

cl-3d-matrices 1.0.0-3.bc1ffa0
Propagated dependencies: 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://codeberg.org/shinmera/3d-matrices
Licenses: Zlib
Build system: asdf/source
Synopsis: Utility library implementing 2x2, 3x3, 4x4 and NxM matrices
Description:

3D-MATRICES is a library implementing common matrix operations, mainly intended as the counterpiece to 3d-vectors and thus being aimed at operations in 3D space.

ecl-pythonic-string-reader 0.0.0-1.47a70ba
Dependencies: ecl-named-readtables@0.9-4.d5ff162
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/smithzvk/pythonic-string-reader
Licenses: Modified BSD
Build system: asdf/ecl
Synopsis: Read table modification inspired by Python's three quote strings
Description:

This piece of code sets up some reader macros that make it simpler to input string literals which contain backslashes and double quotes This is very useful for writing complicated docstrings and, as it turns out, writing code that contains string literals that contain code themselves.

cl-filtered-functions 0.2.0-1.130f69e
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/pcostanza/filtered-functions
Licenses: Expat
Build system: asdf/source
Synopsis: Extension of CLOS generic function invocation
Description:

Filtered functions provide an extension of CLOS generic function invocation that add a simple preprocessing step before the actual method dispatch is performed and thus enable the use of arbitrary predicates for selecting and applying methods. See http://www.p-cos.net/documents/filtered-dispatch.pdf for a paper that introduces and explains filtered functions in detail.

ecl-utm-ups 1.2-0.f1e6fd4
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://codeberg.org/glv/utm-ups
Licenses: GPL 3+
Build system: asdf/ecl
Synopsis: Convert coordinates between latitude/longitude and UTM or UPS
Description:

This a Common Lisp library to convert geographic coordinates between latitude/longitude and UTM (Universal Transverse Mercator) or UPS (Universal Polar Stereographic).

ecl-clesh 0.0.0-1.44e96e0
Dependencies: ecl-trivial-shell@0.2.0-1.e02ec19 ecl-named-readtables@0.9-4.d5ff162
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/Neronus/Clesh
Licenses: FreeBSD
Build system: asdf/ecl
Synopsis: Embed shell code in Common Lisp
Description:

This is a very short and simple program, written in Common Lisp, that extends Common Lisp to embed shell code in a manner similar to Perl's backtick. It has been forked from SHELISP.

sbcl-legit 1.0.0-4.877147a
Dependencies: git@2.52.0 sbcl-cl-ppcre@2.1.1 sbcl-documentation-utils@1.2.0-0.98630dd sbcl-lambda-fiddle@1.0.0-1.d16bba5 sbcl-simple-inferiors@1.1.0-1.deac886
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://codeberg.org/shinmera/legit
Licenses: Zlib
Build system: asdf/sbcl
Synopsis: Interface to the git binary
Description:

This is an interface to the git binary to make controlling it from within Common Lisp much easier. It might not ever reach full coverage of all features given git's immense size, but features will be added as they are needed. The low-level command API is fully mapped however.

cl-colorize 0.0.0-1.ea676b5
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-split-sequence@2.0.1 cl-html-encode@1.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/kingcons/colorize
Licenses: Expat
Build system: asdf/source
Synopsis: Common Lisp for syntax highlighting
Description:

colorize is a Lisp library for syntax highlighting supporting the following languages: Common Lisp, Emacs Lisp, Scheme, Clojure, C, C++, Java, Python, Erlang, Haskell, Objective-C, Diff, Webkit.

cl-markdown 0.10.6-0.3788802
Propagated dependencies: cl-anaphora@0.9.8 cl-containers@0.12.1-4.781ebfe cl-ppcre@2.1.1 cl-dynamic-classes@1.0.2-0.ebd7405 cl-metabang-bind@0.8.0-2.0819642 cl-metatilities-base@0.6.6-2.ef04337 cl-lift@1.7.1-3.a794184 cl-trivial-shell@0.2.0-1.e02ec19
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/cl-markdown/
Licenses: Expat
Build system: asdf/source
Synopsis: Common Lisp rewrite of Markdown
Description:

This is an implementation of a Markdown parser in Common Lisp.

sbcl-cl-base64 3.3.4-1.577683b
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: http://files.kpe.io/cl-base64/
Licenses: Modified BSD
Build system: asdf/sbcl
Synopsis: Common Lisp package to encode and decode base64 with URI support
Description:

This package provides highly optimized base64 encoding and decoding. Besides conversion to and from strings, integer conversions are supported. Encoding with Uniform Resource Identifiers is supported by using a modified encoding table that uses only URI-compatible characters.

cl-hu.dwim.graphviz 0.0.0-1.31522ca
Dependencies: graphviz@7.0.1
Propagated dependencies: cl-cffi@0.24.1-2.32c90d4 cl-metabang-bind@0.8.0-2.0819642 cl-hu.dwim.common@2015-07-09 cl-hu.dwim.stefil@0.0.0-2.414902c
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/hu-dwim/hu.dwim.graphviz
Licenses: Public Domain
Build system: asdf/source
Synopsis: Graphviz layouting using CFFI bindings
Description:

This package provides CFFI bindings to the Graphviz library in Common Lisp.

ecl-gtype 0.1-2.2442e32
Dependencies: ecl-trivialib-type-unify@0.1-1.62492eb ecl-trivial-cltl2@0.1.1-2.8a3bda3 ecl-trivia@0.1-0.8b406c3 ecl-alexandria@1.4-0.009b7e5 ecl-iterate@1.5.3 ecl-type-r@0.0.0-1.83c89e3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/numcl/gtype
Licenses: LGPL 3+
Build system: asdf/ecl
Synopsis: C++/Julia-like parametric types in Common Lisp
Description:

Support library for numcl that provides Julia-like runtime parametric type correctness in Common Lisp. It is based on CLtL2 extensions.

cl-magicffi 0.0.0-1.d88f2f2
Dependencies: file@5.46
Propagated dependencies: cl-cffi@0.24.1-2.32c90d4 cl-ppcre@2.1.1 cl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/magicffi/
Licenses: FreeBSD
Build system: asdf/source
Synopsis: Common Lisp interface to libmagic based on CFFI
Description:

MAGICFFI is a Common Lisp CFFI interface to libmagic(3), the file type determination library using magic numbers.

cl-trivial-monitored-thread 0.3.11-0.b0bab23
Propagated dependencies: cl-iterate@1.5.3 cl-log4cl@1.1.4-2.fe3da51 cl-trivial-utilities@0.4.0-0.279ff25 cl-fiveam@1.4.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://gitlab.com/ediethelm/trivial-monitored-thread
Licenses: Expat
Build system: asdf/source
Synopsis: Thread monitoring library for Common Lisp
Description:

Trivial Monitored Thread offers a very simple (aka trivial) way of spawning threads and being informed when one any of them crash and die.

cl-reexport 0.1-2.03ad7a0
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-prove@1.0.0-2.5d71f02
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/takagi/cl-reexport
Licenses: LLGPL
Build system: asdf/source
Synopsis: Reexport external symbols in other Common Lisp packages
Description:

Cl-reexport makes a package reexport symbols which are external symbols in other Common Lisp packages. This functionality is intended to be used with (virtual) hierarchical packages.

cl-cluffer 0.0.0-1.4aad29c
Propagated dependencies: cl-acclimation@0.0.0-1.4d51150 cl-clump@0.0.0-1.1ea4dba
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/robert-strandh/cluffer
Licenses: FreeBSD
Build system: asdf/source
Synopsis: Common Lisp library providing a protocol for text-editor buffers
Description:

Cluffer is a library for representing the buffer of a text editor. As such, it defines a set of CLOS protocols for client code to interact with the buffer contents in various ways, and it supplies different implementations of those protocols for different purposes.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091