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

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-slynk 1.0.43-9.9c43bf6
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/joaotavora/sly
Licenses: Public Domain
Build system: asdf/ecl
Synopsis: Common Lisp IDE for Emacs
Description:

SLY is a fork of SLIME, an IDE backend for Common Lisp. It also features a completely redesigned REPL based on Emacs's own full-featured comint-mode, live code annotations, and a consistent interactive button interface. Everything can be copied to the REPL. One can create multiple inspectors with independent history.

ecl-inquisitor 0.5-0.423fa9b
Dependencies: ecl-flexi-streams@1.0.20-1.4951d57 ecl-alexandria@1.4-0.009b7e5 ecl-anaphora@0.9.8
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/t-sin/inquisitor
Licenses: Expat
Build system: asdf/ecl
Synopsis: Encoding/end-of-line detection and external-format abstraction for Common Lisp
Description:

Inquisitor is a cross-implementation library providing encoding/end-of-line detection and external-format abstraction for Common Lisp.

cl-global-vars 1.0.0-0.c749f32
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/lmj/global-vars
Licenses: Expat
Build system: asdf/source
Synopsis: Efficient global variables in Common Lisp
Description:

In Common Lisp, a special variable that is never dynamically bound typically serves as a stand-in for a global variable. The global-vars library provides true global variables that are implemented by some compilers. An attempt to rebind a global variable properly results in a compiler error. That is, a global variable cannot be dynamically bound.

Global variables therefore allow us to communicate an intended usage that differs from special variables. Global variables are also more efficient than special variables, especially in the presence of threads.

clasp-simple-guess 1.0-0.34744e3
Dependencies: clasp-cesdi@1.0.1 clasp-closer-mop@1.0.0-3.7b86f2a clasp-compatible-metaclasses@1.0 clasp-evaled-when@1.0-0.c59f8ab
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.hexstreamsoft.com/libraries/simple-guess/
Licenses: Unlicense
Build system: asdf/clasp
Synopsis: Extensible protocol for computing a guess using advisors
Description:

This package defines a simple extensible protocol for computing a guess using advisors.

cl-json 0.6.0
Propagated dependencies: cl-fiveam@1.4.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/sharplispers/cl-json
Licenses: Expat
Build system: asdf/source
Synopsis: JSON encoder and decoder for Common-Lisp
Description:

cl-json provides an encoder of Lisp objects to JSON format and a corresponding decoder of JSON data to Lisp objects. Both the encoder and the decoder are highly customizable; at the same time, the default settings ensure a very simple mode of operation, similar to that provided by yason or st-json.

cl-async 0.6.1-1.f6423e4
Dependencies: openssl@3.0.8
Propagated dependencies: cl-babel@0.5.0-3.627d6a6 cl-bordeaux-threads@0.9.3 cl-cffi@0.24.1-2.32c90d4 cl-libuv@0.1.6-1.32100c0 cl-ppcre@2.1.1 cl-fast-io@1.0.0-3.a4c5ad6 cl-static-vectors@1.8.9 cl-trivial-features@1.0 cl-trivial-gray-streams@2.0-1.2b3823e cl-vom@0.1.4-1.1aeafeb
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://orthecreedence.github.io/cl-async/
Licenses: Expat
Build system: asdf/source
Synopsis: Asynchronous operations for Common Lisp
Description:

Cl-async is a library for general purpose, non-blocking programming in Common Lisp. It uses the libuv library as backend.

ecl-spinneret 3.0-6.d4398b5
Dependencies: ecl-alexandria@1.4-0.009b7e5 ecl-global-vars@1.0.0-0.c749f32 ecl-parenscript@2.7.1-1.7a1ac46 ecl-cl-markdown@0.10.6-0.3788802 ecl-cl-ppcre@2.1.1 ecl-serapeum@0.0.0-12.c08442a ecl-trivial-gray-streams@2.0-1.2b3823e
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/ruricolist/spinneret
Licenses: Expat
Build system: asdf/ecl
Synopsis: Common Lisp HTML5 generator
Description:

In the crowded space of Common Lisp HTML generators, Spinneret occupies the following coordinates:

  • Modern. Targets HTML5. Does not treat XML and HTML as the same problem. Assumes you will be serving your documents as UTF-8.

  • Composable. Makes it easy to refactor HTML generation into separate functions and macros.

  • Pretty. Treats HTML as a document format, not a serialization. Output is idiomatic and readable, following the coding style of the HTML5 specification.

  • Aggressive. If something can be interpreted as HTML, then it will be, meaning that some Lisp forms can't be mixed with HTML syntax. In the trade-off between 90% convenience and 10% correctness Spinneret is on the side of convenience.

  • Bilingual. Spinneret (after loading spinneret/ps) has the same semantics in Lisp and Parenscript.

cl-zippy 1.1.0-1.ed9bca5
Propagated dependencies: cl-documentation-utils@1.2.0-0.98630dd cl-file-attributes@1.0.0-2.bbde396 cl-pathname-utils@1.1.0-4.3309d65 cl-alexandria@1.4-0.009b7e5 cl-nibbles@0.14-3.a46a677 cl-babel@0.5.0-3.627d6a6 cl-3bz@0.0.0-1.569614c cl-salza2@2.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/zippy/
Licenses: Zlib
Build system: asdf/source
Synopsis: Fast zip archive library
Description:

Zippy is a library for the PKWARE Zip archive format. It can read and write zip files. It features:

  • archive inspection without extraction;

  • Zip64 support;

  • split archive support;

  • PKWARE decryption;

  • fast deflate decompression thanks to 3bz;

  • operates on streams and vectors;

  • can compress stream->stream;

  • extensible for other encryption and compression mechanisms.

cl-markup-reader 0.0.1-1.d2d4d7b
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-str@0.21 cl-named-readtables@0.9-4.d5ff162 cl-trivial-gray-streams@2.0-1.2b3823e cl-fiveam@1.4.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/moderninterpreters/markup
Licenses: ASL 2.0
Build system: asdf/source
Synopsis: Reader-macro to read HTML tags inside of Common Lisp code
Description:

Markup allows the use of HTML syntax with in Common Lisp code. This has the advantage of being able to copy HTML snippets and have them instantly be functional, less double quotes than a s-expression approach, and designers will be able to understand the embedded HTML.

cl-hunchensocket 1.0.0-0.faf2c08
Propagated dependencies: cl-hunchentoot@1.3.0-1.7686239 cl-alexandria@1.4-0.009b7e5 cl-base64@3.3.4-1.577683b cl-sha1@1.0-0.be8b1b1 cl-flexi-streams@1.0.20-1.4951d57 cl-chunga@1.1.7 cl-trivial-utf-8@0.0.0-2.6ca9943 cl-trivial-backtrace@1.1.0-2.7f90b4a cl-fad@0.7.6-1.3f4d32d cl-fiasco@0.0.1-2.bb47d2f
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/joaotavora/hunchensocket
Licenses: Expat
Build system: asdf/source
Synopsis: RFC6455 compliant WebSockets for Common Lisp
Description:

This library provides a WebSockets extension for the Huchentoot web server.

cl-fast-websocket 0.1-1.baeeadd
Propagated dependencies: cl-fast-io@1.0.0-3.a4c5ad6 cl-babel@0.5.0-3.627d6a6 cl-alexandria@1.4-0.009b7e5 cl-prove@1.0.0-2.5d71f02 cl-trivial-utf-8@0.0.0-2.6ca9943
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/fukamachi/fast-websocket
Licenses: FreeBSD
Build system: asdf/source
Synopsis: WebSocket protocol parser for Common Lisp
Description:

fast-websocket is an optimized low-level WebSocket protocol parser/composer.

sbcl-trivial-with-current-source-form 0.1.0-1.9e343e0
Dependencies: sbcl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/scymtym/trivial-with-current-source-form
Licenses: LGPL 3
Build system: asdf/sbcl
Synopsis: Help producing better errors for macro users
Description:

This library allows macro writers to provide better feedback to macro users when errors are signaled during macroexpansion. It uses the compiler's concept of a source-form to report where the error or warning is located.

sbcl-zpng 1.2.2
Dependencies: sbcl-salza2@2.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.xach.com/lisp/zpng/
Licenses: FreeBSD
Build system: asdf/sbcl
Synopsis: PNG encoder for Common Lisp
Description:

This is a Common Lisp library for creating PNG images.

cl-docs-config 0.8.0-0.9f8f253
Propagated dependencies: cl-file-types@0-0.6f5676b cl-geneva@0-0.126d330 cl-log4cl@1.1.4-2.fe3da51 cl-macro-html@1.2-0.c769b5d cl-maxpc@0.0.0-1.e5e58d0 cl-texp@0-0.3b52414 cl-trivial-documentation@0-0.e71e7cf
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/40ants/docs-builder
Licenses: Unlicense
Build system: asdf/source
Synopsis: Generic documentation builder for Common Lisp projects
Description:

Generic documentation builder for Common Lisp projects.

cl-map-set 0.0.0-1.7b4b545
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://bitbucket.org/tarballs_are_good/map-set
Licenses: Modified BSD
Build system: asdf/source
Synopsis: Set-like data structure
Description:

Implementation of a set-like data structure with constant time addition, removal, and random selection.

cl-jpeg 2.8-1.ec55703
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/sharplispers/cl-jpeg
Licenses: Modified BSD
Build system: asdf/source
Synopsis: JPEG image library for Common Lisp
Description:

This is a baseline JPEG codec written in Common Lisp. It can be used for reading and writing JPEG image files.

ecl-filesystem-utils 1.0.0-2.a07e8b6
Dependencies: ecl-documentation-utils@1.2.0-0.98630dd ecl-pathname-utils@1.1.0-4.3309d65 ecl-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/filesystem-utils/
Licenses: Zlib
Build system: asdf/ecl
Synopsis: Collection of utilities for filesystem interaction
Description:

This is an extension library to pathname-utils, to allow dealing with common problems with filesystems, such as listing files, probing file types, determining default directories, etc.

ecl-modularize 1.0.0-1.86c5d9a
Dependencies: ecl-documentation-utils@1.2.0-0.98630dd ecl-trivial-package-local-nicknames@0.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/modularize/
Licenses: Zlib
Build system: asdf/ecl
Synopsis: Common Lisp modularization framework
Description:

MODULARIZE is an attempt at providing a common interface to segregate major application components. This is achieved by adding special treatment to packages. Each module is a package that is specially registered, which allows it to interact and co-exist with other modules in better ways. For instance, by adding module definition options you can introduce mechanisms to tie modules together in functionality, hook into each other and so on.

sbcl-fset 1.4.0
Dependencies: sbcl-misc-extensions@4.0.3 sbcl-mt19937@1.1 sbcl-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/fset/Site/index.html
Licenses: LLGPL
Build system: asdf/sbcl
Synopsis: Functional set-theoretic collections library
Description:

FSet is a functional set-theoretic collections library for Common Lisp. Functional means that all update operations return a new collection rather than modifying an existing one in place. Set-theoretic means that collections may be nested arbitrarily with no additional programmer effort; for instance, sets may contain sets, maps may be keyed by sets, etc.

sbcl-cl-template 0.0.1-0.46193a9
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/alpha123/cl-template
Licenses: Expat
Build system: asdf/sbcl
Synopsis: Template engine for Common Lisp
Description:

cl-template is a template engine for Common Lisp, taking inspiration from Ruby's ERb module.

sbcl-with-output-to-stream 1.0.0-0.e94eec4
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/Hexstream/with-output-to-stream
Licenses: Unlicense
Build system: asdf/sbcl
Synopsis: Output to a stream according to the semantics of FORMAT's stream argument
Description:

Provides a simple way of directing output to a stream according to the concise and intuitive semantics of FORMAT's stream argument.

cl-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/source
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.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091