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

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-s-graphviz 2.0-1.a06d957
Dependencies: ecl-iterate@1.5.3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/jingtaozf/s-graphviz
Licenses: Expat
Synopsis: S-expression representation of the GraphViz DOT language
Description:

This package creates GraphViz DOT files from an equivalent s-expression representation.

cl-cont 0.3.8-1.fc1fa7e
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-closer-mop@1.0.0-3.7b86f2a cl-rt@1990.12.19-1.a6a7503
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/cl-cont/
Licenses: LLGPL
Synopsis: Delimited continuations for Common Lisp
Description:

This is a library that implements delimited continuations by transforming Common Lisp code to continuation passing style.

cl-static-dispatch 0.5.1
Propagated dependencies: cl-agutil@0.0.1-1.df188d7 cl-alexandria@1.4-0.009b7e5 cl-anaphora@0.9.8 cl-arrows@0.2.0-0.df7cf00 cl-environments@0.4 cl-closer-mop@1.0.0-3.7b86f2a cl-iterate@1.5.3 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/static-dispatch
Licenses: Expat
Synopsis: Static generic function dispatch for Common Lisp
Description:

Static dispatch is a Common Lisp library, inspired by inlined-generic-function, which allows standard Common Lisp generic function dispatch to be performed statically (at compile time) rather than dynamically (runtime). This is similar to what is known as "overloading" in languages such as C++ and Java.

The purpose of static dispatch is to provide an optimization in cases where the usual dynamic dispatch is too slow, and the dynamic features of generic functions, such as adding/removing methods at runtime are not required. An example of such a case is a generic equality comparison function. Currently generic functions are considered far too slow to implement generic arithmetic and comparison operations when used heavily in numeric code.

cl-gltf 2.0.0-1.7a3af05
Propagated dependencies: cl-documentation-utils@1.2.0-0.98630dd cl-cffi@0.24.1-2.32c90d4 cl-jzon@1.1.4 cl-mmap@1.0.0-0.ba2e98c cl-nibbles@0.14-3.a46a677 cl-qbase64@0.3.0 cl-static-vectors@1.8.9 cl-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-uglify-js 0.1-1.429c5e1
Propagated dependencies: cl-parse-js@0.0.0-1.fbadc60 cl-ppcre@2.1.1 cl-ppcre-unicode@2.1.1 cl-parse-number@1.7 cl-iterate@1.5.3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/mishoo/cl-uglify-js
Licenses: Zlib
Synopsis: JavaScript compressor library for Common Lisp
Description:

This is a Common Lisp version of UglifyJS, a JavaScript compressor. It works on data produced by parse-js to generate a minified version of the code. Currently it can:

  • reduce variable names (usually to single letters)

  • join consecutive var statements

  • resolve simple binary expressions

  • group most consecutive statements using the sequence operator (comma)

  • remove unnecessary blocks

  • convert IF expressions in various ways that result in smaller code

  • remove some unreachable code

sbcl-com.gigamonkeys.binary-data 0.0.0-0.22e9089
Dependencies: sbcl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/gigamonkey/monkeylib-binary-data
Licenses: Modified BSD
Synopsis: Common Lisp library for reading and writing binary data
Description:

This a Common Lisp library for reading and writing binary data. It is based on code from chapter 24 of the book Practical Common Lisp.

cl-dot 0.9.0-0.73dfbb6
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/michaelw/cl-dot
Licenses: Expat
Synopsis: Generate Graphviz dot output from arbitrary Lisp data
Description:

CL-DOT is a Common Lisp library for generating Graphviz dot output from arbitrary Lisp data.

sbcl-uax-14 1.0.0-1.0432162
Dependencies: sbcl-documentation-utils@1.2.0-0.98630dd
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/uax-14/
Licenses: Zlib
Synopsis: Unicode Standard Annex #14 for standardised line breaking
Description:

This is an implementation of the Unicode Standards Annex #14 (http://www.unicode.org/reports/tr14/) line breaking algorithm. It provides a fast and convenient way to determine line breaking opportunities in text.

Note that this algorithm does not support break opportunities that require morphological analysis. In order to handle such cases, please consult a system that provides this kind of capability, such as a hyphenation algorithm.

Also note that this system is completely unaware of layouting decisions. Any kind of layouting decisions, such as which breaks to pick, how to space between words, how to handle bidirectionality, and what to do in emergency situations when there are no breaks on an overfull line are left up to the user.

cl-docutils 0.1.1-1.756b5ad
Propagated dependencies: cl-ppcre@2.1.1 cl-data-format-validation@0.2.0-1.95d4476 cl-trivial-gray-streams@2.0-1.2b3823e
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: http://www.jarw.org.uk/lisp/cl-docutils.html
Licenses: GPL 3
Synopsis: Document utilities and Restructured text parser
Description:

cl-docutils is a Common Lisp implementation of the Docutils text processing system for processing plaintext into presentational formats such as HTML and LaTeX. It is based upon the Python Docutils reference implementation but uses Common Lisp idioms making it easier to extend and more flexible. As with the reference implementation it includes a parser for the reStructured text plaintext markup syntax which is suitable for marking up documentation and for use as user markup for collaborative web sites. It is successfully used to support a higher education peer-review assessment and online tutorial system.

sbcl-sijo-doctest 0.4.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://git.sr.ht/~simendsjo/sijo-doctest
Licenses: GPL 2
Synopsis: Doctests for Lisp
Description:

Doctests for Lisp.

cl-misc-extensions 4.0.3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/misc-extensions/
Licenses: Public Domain
Synopsis: Collection of small macros and extensions for Common Lisp
Description:

This project is intended as a catchall for small, general-purpose extensions to Common Lisp. It contains:

  • new-let, a macro that combines and generalizes let, let* and multiple-value-bind,

  • gmap, an iteration macro that generalizes map.

ecl-spatial-trees 0-1.81fdad0
Dependencies: ecl-alexandria@1.4-0.009b7e5 ecl-optima@1.0-1.373b245 ecl-iterate@1.5.3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/rpav/spatial-trees
Licenses: Modified BSD
Synopsis: Dynamic index data structures for spatially-extended data
Description:

Spatial-trees is a set of dynamic index data structures for spatially-extended data.

cl-boost-parse 1.0-0.c8f7e53
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/cl-boost/parse
Licenses: ASL 2.0
Synopsis: Monadic parsing for Common Lisp
Description:

BOOST-PARSE is a simple token parsing library for Common Lisp.

sbcl-slime-swank 2.31
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/slime/slime
Licenses: GPL 2+ Public Domain
Synopsis: Common Lisp Swank server
Description:

This is only useful if you want to start a Swank server in a Lisp processes that doesn't run under Emacs. Lisp processes created by M-x slime automatically start the server.

cl-magicl 0.11.0
Dependencies: lapack@3.12.1
Propagated dependencies: cl-abstract-classes@1.7.0-1.7fa74f1 cl-alexandria@1.4-0.009b7e5 cl-cffi@0.24.1-2.32c90d4 cl-interface@0.0.0-0.6d8bd74 cl-policy-cond@0.0.0-0.eedb625 cl-static-vectors@1.8.9 cl-trivial-garbage@0.21-0.3474f64 cl-fiasco@0.0.1-2.bb47d2f
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/quil-lang/magicl
Licenses: Modified BSD
Synopsis: Matrix Algebra proGrams In Common Lisp
Description:

This package provides matrix algebra functions for Common Lisp.

cl-literate-lisp 0.6-1.76d4d2c
Propagated dependencies: cl-fad@0.7.6-1.3f4d32d cl-ppcre@2.1.1 cl-iterate@1.5.3 cl-fiveam@1.4.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/jingtaozf/literate-lisp
Licenses: Expat
Synopsis: Load Common Lisp code blocks from Org-mode files
Description:

This package extends the Common Lisp reader syntax such that is accepts Org files as Lisp source code files.

cl-dbus 20231105-2.8bba6a0
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-trivial-garbage@0.21-0.3474f64 cl-babel@0.5.0-3.627d6a6 cl-iolib@0.8.4-0.010b7a6 cl-ieee-floats@20170924-1.566b51a cl-flexi-streams@1.0.20-1.4951d57 cl-xmlspam@0.0.0-1.ea06abc cl-ironclad@0.61
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/death/dbus
Licenses: FreeBSD
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-cl-qrencode 0.1.2
Dependencies: ecl-zpng@1.2.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/jnjcc/cl-qrencode
Licenses: GPL 2+
Synopsis: QR code encoder for Common Lisp
Description:

This Common Lisp library provides function to make QR codes and to save them as PNG files.

ecl-type-r 0.0.0-1.83c89e3
Dependencies: ecl-trivia@0.1-0.8b406c3 ecl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/guicho271828/type-r
Licenses: LGPL 3+
Synopsis: Parser interface for Common Lisp built-in compound types
Description:

Collections of accessor functions and patterns to access the elements in compound type specifier, e.g. dimensions in (array element-type dimensions)

clasp-enhanced-defclass 2.1
Dependencies: clasp-cesdi@1.0.1 clasp-closer-mop@1.0.0-3.7b86f2a clasp-compatible-metaclasses@1.0 clasp-enhanced-eval-when@1.0 clasp-object-class@1.0 clasp-shared-preferences@1.1.1 clasp-simple-guess@1.0-0.34744e3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.hexstreamsoft.com/libraries/enhanced-defclass/
Licenses: Unlicense
Synopsis: Extensible implementation of defclass
Description:

This package provides an extensible implementation of defclass that can accurately control the expansion according to the metaclass and automatically detect the suitable metaclass by analyzing the defclass form.

sbcl-lass 0.6.0-1.1f2418d
Dependencies: sbcl-cl-base64@3.3.4-1.577683b sbcl-trivial-indent@1.0.0-1.f252750 sbcl-trivial-mimes@1.1.0-2.a741fc2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/LASS/
Licenses: Zlib
Synopsis: LASS (Lisp Augmented Style Sheets) compiles Lisp to CSS
Description:

With lispy syntax, shortcuts, and improvements, LASS aims to help you out in writing CSS quick and easy. LASS was largely inspired by SASS. LASS supports two modes, one being directly in your lisp code, the other in pure LASS files.

cl-ppath 0.1-1.eb1a817
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-cffi@0.24.1-2.32c90d4 cl-osicat@0.7.0-4.9823279 cl-ppcre@2.1.1 cl-split-sequence@2.0.1 cl-trivial-features@1.0 cl-fad@0.7.6-1.3f4d32d cl-prove@1.0.0-2.5d71f02
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/fourier/ppath
Licenses: FreeBSD
Synopsis: Common Lisp's implementation of the Python's os.path module
Description:

This library is a path strings manipulation library inspired by Python's os.path. All functionality from os.path is supported on major operation systems.

The philosophy behind is to use simple strings and "dumb" string manipulation functions to handle paths and filenames. Where possible the corresponding OS system functions are called.

ecl-series 2.2.11-1.da9061b
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://series.sourceforge.net/
Licenses: Expat
Synopsis: Series data structure for Common Lisp
Description:

This Common Lisp library provides a series data structure much like a sequence, with similar kinds of operations. The difference is that in many situations, operations on series may be composed functionally and yet execute iteratively, without the need to construct intermediate series values explicitly. In this manner, series provide both the clarity of a functional programming style and the efficiency of an iterative programming style.

sbcl-cl-hooks 0.2.1-1.5b63808
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-let-plus@0.0.0-2.455e657 sbcl-trivial-garbage@0.21-0.3474f64 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/scymtym/architecture.hooks
Licenses: LLGPL
Synopsis: Hooks extension point mechanism (as in Emacs) for Common Lisp
Description:

A hook, in the present context, is a certain kind of extension point in a program that allows interleaving the execution of arbitrary code with the execution of a the program without introducing any coupling between the two. Hooks are used extensively in the extensible editor Emacs.

In the Common LISP Object System (CLOS), a similar kind of extensibility is possible using the flexible multi-method dispatch mechanism. It may even seem that the concept of hooks does not provide any benefits over the possibilities of CLOS. However, there are some differences:

  • There can be only one method for each combination of specializers and qualifiers. As a result this kind of extension point cannot be used by multiple extensions independently.

  • Removing code previously attached via a :before, :after or :around method can be cumbersome.

  • There could be other or even multiple extension points besides :before and :after in a single method.

  • Attaching codes to individual objects using eql specializers can be cumbersome.

  • Introspection of code attached a particular extension point is cumbersome since this requires enumerating and inspecting the methods of a generic function.

This library tries to complement some of these weaknesses of method-based extension-points via the concept of hooks.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31092