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

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.


ecl-simple-rgb 0.01-1.ba9b068
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/wmannis/simple-rgb
Licenses: FreeBSD
Synopsis: Manipulate colors in RGB format
Description:

This Common Lisp library focuses on the small set of basic color manipulations (lightening, compliments, etc.) you might use to generate a color palette for a GUI or web page.

sbcl-cl-ana 0.0.0-2.848185e
Dependencies: gsl@2.8 hdf5-parallel-openmpi@1.14.6 libffi@3.4.6 sbcl-antik@0.0.0-1.e4711a6 sbcl-cffi@0.24.1-2.32c90d4 sbcl-cl-csv@1.0.6-2.68ecb5d sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-external-program@0.0.6-1.5888b8f sbcl-gsll@0.0.0-1.1a8ada2 sbcl-iterate@1.5.3 sbcl-alexandria@1.4-0.009b7e5 sbcl-split-sequence@2.0.1
Propagated dependencies: gnuplot@6.0.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/ghollisjr/cl-ana
Licenses: GPL 3
Synopsis: Common Lisp data analysis library
Description:

CL-ANA is a data analysis library in Common Lisp providing tabular and binned data analysis along with nonlinear least squares fitting and visualization.

sbcl-eris 0.1
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-bordeaux-threads@0.9.3 sbcl-function-cache@1.0.3 sbcl-ironclad@0.61 sbcl-mmap@1.0.0-0.ba2e98c sbcl-osicat@0.7.0-4.9823279 sbcl-serapeum@0.0.0-12.c08442a sbcl-trivial-gray-streams@2.0-1.2b3823e
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://git.ykonai.net/eris-cl/
Licenses: LGPL 3+
Synopsis: ERIS implementation for Common Lisp
Description:

This is a Common Lisp implementation of the Encoding for Robust Immutable Storage specification (ERIS).

ecl-cl-semver 0.0.0-0.b125d2c
Dependencies: ecl-alexandria@1.4-0.009b7e5 ecl-esrap@0.18-4.d806138 ecl-named-readtables@0.9-4.d5ff162
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/cldm/cl-semver
Licenses: Expat
Synopsis: Semantic version handling in Common Lisp
Description:

This package provides a Common Lisp implementation of the semantic versioning specification: http://semver.org.

sbcl-cl-project 0.3.1-1.1511070
Dependencies: sbcl-cl-emb@0.4.3-1.fd86521 sbcl-cl-ppcre@2.1.1 sbcl-local-time@1.0.6-4.40169fe sbcl-prove@1.0.0-2.5d71f02
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/fukamachi/cl-project
Licenses: LLGPL
Synopsis: Generate a skeleton for modern Common Lisp projects
Description:

This library provides a modern project skeleton generator. In contract with other generators, CL-Project generates one package per file and encourages unit testing by generating a system for unit testing, so you can begin writing unit tests as soon as the project is generated.

cl-parenscript 2.7.1-1.7a1ac46
Propagated dependencies: cl-ppcre@2.1.1 cl-anaphora@0.9.8 cl-named-readtables@0.9-4.d5ff162
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/parenscript/
Licenses: Modified BSD
Synopsis: Translator from a subset of Common Lisp to JavaScript
Description:

Parenscript is a translator from an extended subset of Common Lisp to JavaScript. Parenscript code can run almost identically on both the browser (as JavaScript) and server (as Common Lisp).

Parenscript code is treated the same way as Common Lisp code, making the full power of Lisp macros available for JavaScript. This provides a web development environment that is unmatched in its ability to reduce code duplication and provide advanced meta-programming facilities to web developers.

At the same time, Parenscript is different from almost all other "language X" to JavaScript translators in that it imposes almost no overhead:

  • No run-time dependencies: Any piece of Parenscript code is runnable as-is. There are no JavaScript files to include.

  • Native types: Parenscript works entirely with native JavaScript data types. There are no new types introduced, and object prototypes are not touched.

  • Native calling convention: Any JavaScript code can be called without the need for bindings. Likewise, Parenscript can be used to make efficient, self-contained JavaScript libraries.

  • Readable code: Parenscript generates concise, formatted, idiomatic JavaScript code. Identifier names are preserved. This enables seamless debugging in tools like Firebug.

  • Efficiency: Parenscript introduces minimal overhead for advanced Common Lisp features. The generated code is almost as fast as hand-written JavaScript.

ecl-burgled-batteries3 0.0.0-2.f65f454
Dependencies: python@3.11.14 ecl-alexandria@1.4-0.009b7e5 ecl-cffi@0.24.1-2.32c90d4 ecl-parse-declarations@1.0.0-1.549aebb ecl-trivial-garbage@0.21-0.3474f64
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/snmsts/burgled-batteries3
Licenses: Expat
Synopsis: Bridge between Python and Lisp (FFI bindings, etc.)
Description:

This package provides a shim between Python3 (specifically, the CPython implementation of Python) and Common Lisp.

ecl-trivial-channels 1.0-1.e237011
Dependencies: ecl-bordeaux-threads@0.9.3 ecl-trivial-timeout@0.1.5-2.e70d9b4
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/rpav/trivial-channels
Licenses: FreeBSD
Synopsis: Common Lisp simple thread-safe channels with timeout
Description:

It's very basic implementation of channels and queue for Common Lisp.

cl-music-spelling 0.1-0.a2d492a
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/ntrocado/music-spelling/
Licenses: ASL 2.0
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-blackbird 0.5.2-1.d361f81
Dependencies: sbcl-vom@0.1.4-1.1aeafeb
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://orthecreedence.github.io/blackbird/
Licenses: Expat
Synopsis: Promise implementation for Common Lisp
Description:

This is a standalone promise implementation for Common Lisp. It is the successor to the now-deprecated cl-async-future project.

cl-common-doc 0.2.0-0.bcde4cf
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-anaphora@0.9.8 cl-ppcre@2.1.1 cl-closer-mop@1.0.0-3.7b86f2a cl-local-time@1.0.6-4.40169fe cl-quri@0.7.0-0.03ecaf3 cl-split-sequence@2.0.1 cl-trivial-shell@0.2.0-1.e02ec19 cl-trivial-types@0.0.1 cl-fiveam@1.4.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/CommonDoc/common-doc
Licenses: Expat
Synopsis: Framework for representing and manipulating documents
Description:

Framework for representing and manipulating documents.

cl-annot 0.0.0-1.c99e69c
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/m2ym/cl-annot
Licenses: LLGPL
Synopsis: Python-like Annotation Syntax for Common Lisp
Description:

cl-annot is an general annotation library for Common Lisp.

sbcl-input-event-codes 0.0.1
Dependencies: sbcl-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://git.sr.ht/~shunter/input-event-codes
Licenses: Expat
Synopsis: Event codes for Common Lisp
Description:

This library is a Common Lisp port of all the constants from the event codes header file found on Linux and FreeBSD.

ecl-dns-client 1.0.0-0.9f252e9
Dependencies: ecl-documentation-utils@1.2.0-0.98630dd ecl-usocket@0.8.9
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/dns-client/
Licenses: Zlib
Synopsis: DNS protocol client for Common Lisp
Description:

This package provides a pure-lisp implementation of a DNS client. It can be used to resolve hostnames, reverse-lookup IP addresses, and fetch other kinds of DNS records.

sbcl-vas-string-metrics 0.0.0-1.f2e4500
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/vsedach/vas-string-metrics
Licenses: LGPL 3+
Synopsis: String distance algorithms for Common Lisp
Description:

VAS-STRING-METRICS provides the Jaro, Jaro-Winkler, Soerensen-Dice, Levenshtein, and normalized Levenshtein string distance/similarity metrics algorithms.

clasp-compatible-metaclasses 1.0
Dependencies: clasp-class-options@1.0.1 clasp-closer-mop@1.0.0-3.7b86f2a clasp-enhanced-find-class@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.hexstreamsoft.com/libraries/compatible-metaclasses/
Licenses: Unlicense
Synopsis: Simplifies class mixins by validating superclasses
Description:

This library validates superclasses according to a simple substitution model, thereby greatly simplifying the definition of class mixins.

ecl-cmd 0.0.1-8.0164d57
Dependencies: coreutils@9.1 procps@4.0.3 ecl-alexandria@1.4-0.009b7e5 ecl-serapeum@0.0.0-12.c08442a ecl-shlex@0.0.0-2.3dee1cb ecl-trivia@0.1-0.8b406c3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/ruricolist/cmd
Licenses: Expat
Synopsis: Conveniently run external programs from Common Lisp
Description:

A utility for running external programs, built on UIOP. Cmd is designed to be natural to use, protect against shell interpolation and be usable from multi-threaded programs.

cl-cblas 0.0.0-1.1eb9791
Dependencies: openblas@0.3.30
Propagated dependencies: cl-cffi@0.24.1-2.32c90d4 cl-autowrap@1.0-3.4bba9e3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/digikar99/cl-cblas
Licenses: Expat
Synopsis: Common Lisp bindings for CBLAS
Description:

This package provides Common Lisp bindings to access the linear algebra libraries using the CBLAS API. Currently the OpenBLAS implementation is used.

sbcl-sdl2-image 1.0-2.3963be8
Dependencies: sdl2-image@2.8.8 sbcl-alexandria@1.4-0.009b7e5 sbcl-cl-autowrap@1.0-3.4bba9e3 sbcl-defpackage-plus@1.0-0.5492e27 sbcl-sdl2@0.0.0-3.8c78e68
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/lispgames/cl-sdl2-image
Licenses: Expat
Synopsis: SDL2_image wrapper for Common Lisp
Description:

This is a (currently) brief but usable wrap for SDL2_image.

sbcl-trivial-arguments 1.1.0-1.ecd84ed
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/Shinmera/trivial-arguments
Licenses: Zlib
Synopsis: Common Lisp library to retrieve a function's lambda-list
Description:

This is a simple library to retrieve the argument list of a function.

cl-lw-compat 1.0.0-1.aabfe28
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/pcostanza/lw-compat/
Licenses: Expat
Synopsis: LispWorks utilities ported to other Common Lisp implementations
Description:

This package contains a few utility functions from the LispWorks library that are used in software such as ContextL.

ecl-phos 0.0.1-1.6620b82
Dependencies: ecl-quri@0.7.0-0.03ecaf3 ecl-cl-ppcre@2.1.1 ecl-trivia@0.1-0.8b406c3 ecl-usocket@0.8.9 ecl-cl+ssl@0.0.0-6.17d5cdd ecl-nodgui@0.7.6.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/omar-polo/phos
Licenses: ISC
Synopsis: Gemini client library and experimental GUI
Description:

This package contains a Gemini client library for Common Lisp. A subsystem offers an experimental GUI Gemini client.

sbcl-umbra 0.0.0-1.d6ef2f6
Dependencies: sbcl-golden-utils@0.0.0-4.e43914a sbcl-shadow@0.0.0-1.b2031ad sbcl-varjo@0.0.0-1.9e77f30
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://git.mfiano.net/mfiano/umbra
Licenses: Expat
Synopsis: Common Lisp library of reusable GPU shader functions
Description:

This is a Common Lisp library consisting of a collection of useful GPU shader functions, written with Shadow.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31092