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

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.


cl-collectors 1.0-2.4c5e70c
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-closer-mop@1.0.0-3.7b86f2a cl-symbol-munger@0.0.1-2.e96558e cl-lisp-unit2@0.9.4-0.b5aa17b
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/AccelerationNet/collectors/
Licenses: Modified BSD
Synopsis: Common lisp library providing collector macros
Description:

A small collection of common lisp macros to make collecting values easier.

sbcl-external-program 0.0.6-1.5888b8f
Dependencies: sbcl-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/sellout/external-program
Licenses: LLGPL
Synopsis: Common Lisp library for running external programs
Description:

EXTERNAL-PROGRAM enables running programs outside the Lisp process. It is an attempt to make the RUN-PROGRAM functionality in implementations like SBCL and CCL as portable as possible without sacrificing much in the way of power.

cl-policy-cond 0.0.0-0.eedb625
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/stylewarning/policy-cond
Licenses: Modified BSD
Synopsis: Insert code based on compiler policy
Description:

POLICY-COND provides tools to insert and execute code based on a compiler's OPTIMIZE policy. It also contains a contract-like notion of expectations, which allow dynamic checking or inclusion of various things that should happen depending on compiler policy.

cl-clingon 0.5.0-1.f2a730f
Propagated dependencies: cl-bobbin@1.0.1-0.b454e82 cl-reexport@0.1-2.03ad7a0 cl-split-sequence@2.0.1 cl-with-user-abort@0.1-0.60693b4 cl-rove@0.10.0-1.6a5dfcd
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/dnaeon/clingon
Licenses: FreeBSD
Synopsis: Command-line option parsing library for Common Lisp
Description:

clingon is a command-line option parsing library for Common Lisp. Its features include:

  • Support for subcommands

  • Support for command aliases

  • Support for short and long options

  • Related options may be grouped into categories

  • Short options may be collapsed into a single argument, as in -xyz

  • Long options support the notations --long-opt arg and --long-opt=arg

  • Automatic generation of help/usage information for commands and subcommands

  • Out-of-the-box support for --version and --help

  • Support for various kinds of options including string, integer, boolean, switch, enum, list, counter, filepath, etc.

  • Subcommands can look up global options defined in parent commands

  • Support for required options

  • Options can be initialized via environment variables

  • Single interface for creating options using CLINGON:MAKE-OPTION

  • Generate documentation for your command-line application

  • Support for pre-hook and post-hook actions for commands, which allow invoking functions before and after the respective handler of the command is executed

  • Support for Bash and Zsh completions

  • Extensibility, so if you don't find something you need you can extend it by developing a new option kind, or even a new mechanism for initializing options, e.g., by looking up an external key/value store

cl-eager-future2 0.0.0-1.54df8ef
Propagated dependencies: cl-bordeaux-threads@0.9.3 cl-trivial-garbage@0.21-0.3474f64
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://gitlab.common-lisp.net/vsedach/eager-future2
Licenses: LGPL 3+
Synopsis: Futures promises synchronization mechanism for Common Lisp
Description:

Eager Future2 is a Common Lisp library that provides composable concurrency primitives that unify parallel and lazy evaluation, are integrated with the Common Lisp condition system, and have automatic resource management.

ecl-zpng 1.2.2
Dependencies: ecl-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
Synopsis: PNG encoder for Common Lisp
Description:

This is a Common Lisp library for creating PNG images.

sbcl-cl-form-types 0.3.2
Dependencies: sbcl-agutil@0.0.1-1.df188d7 sbcl-anaphora@0.9.8 sbcl-arrows@0.2.0-0.df7cf00 sbcl-cl-environments@0.4 sbcl-introspect-environment@0.1-2.8fb20a1 sbcl-optima@1.0-1.373b245
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/alex-gutev/cl-form-types
Licenses: Expat
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.

ecl-anaphora 0.9.8
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/tokenrove/anaphora
Licenses: Public Domain
Synopsis: The anaphoric macro collection from Hell
Description:

Anaphora is the anaphoric macro collection from Hell: it includes many new fiends in addition to old friends like aif and awhen.

sbcl-iterate 1.5.3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/iterate/
Licenses: Expat
Synopsis: Iteration construct for Common Lisp
Description:

iterate is an iteration construct for Common Lisp. It is similar to the CL:LOOP macro, with these distinguishing marks:

  • it is extensible,

  • it helps editors like Emacs indent iterate forms by having a more lisp-like syntax, and

  • it isn't part of the ANSI standard for Common Lisp.

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
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.

cl-num-utils 0.1-1.97a88cd
Propagated dependencies: cl-anaphora@0.9.8 cl-alexandria@1.4-0.009b7e5 cl-array-operations@0.0.0-0.75cbc3b cl-slice@0.1.0-1.c531683 cl-let-plus@0.0.0-2.455e657 cl-clunit@0.2.3-1.6f6d728
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/tpapp/cl-num-utils
Licenses: Boost 1.0
Synopsis: Numerical utilities for Common Lisp
Description:

cl-num-utils implements simple numerical functions for Common Lisp, including:

  • num=, a comparison operator for floats

  • simple arithmeric functions, like sum and l2norm

  • elementwise operations for arrays

  • intervals

  • special matrices and shorthand for their input

  • sample statistics

  • Chebyshev polynomials

  • univariate rootfinding

cl-acclimation 0.0.0-1.4d51150
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/robert-strandh/Acclimation
Licenses: FreeBSD
Synopsis: Internationalization library for Common Lisp
Description:

This project is meant to provide tools for internationalizing Common Lisp programs.

One important aspect of internationalization is of course the language used in error messages, documentation strings, etc. But with this project we provide tools for all other aspects of internationalization as well, including dates, weight, temperature, names of physical quantities, etc.

cl-csv 1.0.6-2.68ecb5d
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-interpol@0.2.7-1.70a1137 cl-iterate@1.5.3 cl-lisp-unit2@0.9.4-0.b5aa17b
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/AccelerationNet/cl-csv
Licenses: Modified BSD
Synopsis: Common lisp library for comma-separated values
Description:

This is a Common Lisp library providing functions to read/write CSV from/to strings, streams and files.

cl-clostrum 0.0.0-0.c85d38b
Propagated dependencies: cl-fiveam@1.4.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/s-expressionists/Clostrum
Licenses: FreeBSD
Synopsis: First Class Global Environments
Description:

This package provides first-class global environments for Common Lisp.

sbcl-djula 0.2.0-2.6f14259
Dependencies: sbcl-access@1.6.0-1.a4f87fc sbcl-alexandria@1.4-0.009b7e5 sbcl-anaphora@0.9.8 sbcl-babel@0.5.0-3.627d6a6 sbcl-cl-locale@0.1.1-1.0a36cc0 sbcl-cl-ppcre@2.1.1 sbcl-cl-slice@0.1.0-1.c531683 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-gettext@0.0.0-1.a432020 sbcl-iterate@1.5.3 sbcl-local-time@1.0.6-4.40169fe sbcl-parser-combinators@0.0.0-1.9c7569a sbcl-split-sequence@2.0.1 sbcl-trivial-backtrace@1.1.0-2.7f90b4a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://mmontone.github.io/djula/djula/
Licenses: Expat
Synopsis: Common Lisp port of the Django templating language
Description:

This package provides a Common Lisp templating system based on Python Django with a syntax similar to Python Jinja2.

cl-trivial-shell 0.2.0-1.e02ec19
Propagated dependencies: cl-lift@1.7.1-3.a794184
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/trivial-shell/
Licenses: Expat
Synopsis: Common Lisp access to the shell
Description:

A simple Common-Lisp interface to the underlying operating system. It's independent of the implementation and operating system.

cl-binary-types 1.2-2.a17caf8
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/Ferada/binary-types/
Licenses: Modified BSD
Synopsis: Read and write binary records for Common Lisp
Description:

Binary-types is a Common Lisp package for reading and writing binary files. Binary-types provides macros that are used to declare the mapping between Lisp objects and some binary (i.e. octet-based) representation.

sbcl-fmt 0.0.0-0.91a29ec
Dependencies: sbcl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/mmontone/fmt
Licenses: Expat
Synopsis: Extensible text formatting facility for Common Lisp using s-expressions
Description:

fmt provides an alternative to the Common Lisp format function by utilizing s-expressions for formatting directives instead of control strings.

sbcl-ltk 0.992-0.ff14a78
Dependencies: imagemagick@6.9.13-5 tk@8.6.12
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: http://www.peter-herth.de/ltk/
Licenses: LLGPL
Synopsis: Common Lisp bindings for the Tk GUI toolkit
Description:

LTK is a Common Lisp binding for the Tk graphics toolkit. It is written in pure Common Lisp and does not require any Tk knowledge for its usage.

sbcl-glop 0.1.0-1.45e722a
Dependencies: libx11@1.8.12 libxcomposite@0.4.6 libxrandr@1.5.4 mesa@25.2.3 sbcl-cffi@0.24.1-2.32c90d4 sbcl-split-sequence@2.0.1 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/glop
Licenses: Expat
Synopsis: Direct FFI bindings for OpenGL window and context management
Description:

This package provides Common Lisp bindings to create OpenGL window and context manipulation code as well as system input handling. Direct FFI bindings to system functions are used so no third party C lib is required except system libraries.

sbcl-cl-gltf 2.0.0-1.7a3af05
Dependencies: sbcl-documentation-utils@1.2.0-0.98630dd sbcl-cffi@0.24.1-2.32c90d4 sbcl-jzon@1.1.4 sbcl-mmap@1.0.0-0.ba2e98c sbcl-nibbles@0.14-3.a46a677 sbcl-qbase64@0.3.0 sbcl-static-vectors@1.8.9 sbcl-trivial-extensible-sequences@1.0.0-0.d40b2da
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shirakumo.github.io/cl-gltf/
Licenses: Zlib
Synopsis: Common Lisp parser for glTF file format
Description:

This package provides a Common Lisp parser for glTF file format.

cl-reader 0.10.0
Dependencies: coreutils@9.1
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-fiveam@1.4.2 cl-hash-set@0.0.0-0.6feb20d cl-iterate@1.5.3 cl-split-sequence@2.0.1 cl-trivial-types@0.0.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/digikar99/reader/
Licenses: Expat
Synopsis: Reader macros for common objects and data structures
Description:

This package provides a utility library intended at providing configurable reader macros for common tasks such as accessors, hash-tables, sets, uiop:run-program, arrays and a few others.

sbcl-fuzzy-dates 1.0.0-0.d6a2c22
Dependencies: sbcl-cl-ppcre@2.1.1 sbcl-documentation-utils@1.2.0-0.98630dd
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/vindarel/fuzzy-dates
Licenses: Zlib
Synopsis: Fuzzily parse date and time strings
Description:

Library to fuzzily parse time and date strings into a universal-time timestamp.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31092