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

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-colors2 0.6.1
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-ppcre@2.1.1 cl-parse-number@1.7 cl-clunit2@0.7.0-1.dd654e1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://codeberg.org/cage/cl-colors2
Licenses: Boost 1.0
Build system: asdf/source
Synopsis: Color library for Common Lisp
Description:

This is a very simple color library for Common Lisp, providing:

  • Types for representing colors in HSV, HSL, and RGB spaces.

  • Simple conversion functions between the above types.

  • Function printing colors to HEX, RGB, RGBA, and HSL.

  • Predefined colors from X11, SVG, and GDK.

sbcl-html-template 0.9.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://edicl.github.io/html-template/
Licenses: FreeBSD
Build system: asdf/sbcl
Synopsis: HTML templates from Common Lisp
Description:

HTML-TEMPLATE is a Common Lisp library which can be used to fill templates with arbitrary (string) values at runtime. The result does not have to be HTML.

It is loosely modeled after the Perl module HTML::Template and partially compatible with a its syntax, though both libraries contain some extensions that the other does not support.

HTML-TEMPLATE translates templates into efficient closures which can be re-used as often as needed. It uses a cache mechanism so you can update templates while your program is running and have the changes take effect immediately.

cl-3d-math 1.0.0-0.3831b17
Propagated dependencies: cl-documentation-utils@1.2.0-0.98630dd cl-type-templates@4.0.0-0.5b389eb cl-parachute@1.5.0-3.dd925cb
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/3d-math/
Licenses: Zlib
Build system: asdf/source
Synopsis: Linear algebra for 2D and 3D computations
Description:

The 3d-math library implements types, operators, and algorithms commonly used in math for 2D and 3D graphics. It supersedes and combines the prior libraries 3d-vectors, 3d-matrices, 3d-quaternions, and 3d-transforms. The new API is largely but not entirely backwards compatible, and adds new functionality.

ecl-cl-ini 0.1-0.e630acb
Dependencies: ecl-cl-str@0.21
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/compufox/cl-ini
Licenses: Expat
Build system: asdf/ecl
Synopsis: INI file parser for Common Lisp
Description:

Parse INI formatted files into a Common Lisp list structure.

cl-glkit 0.0-1.0d8e7c5
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-opengl@0.1.0-1.e2d83e0 cl-defpackage-plus@1.0-0.5492e27 cl-mathkit@0.0-1.fd884f9 cl-sb-cga@1.0.1-1.9a554ea cl-sdl2@0.0.0-3.8c78e68 cl-static-vectors@1.8.9
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/lispgames/glkit/
Licenses: Expat
Build system: asdf/source
Synopsis: OpenGL utilities for math, shaders, and more
Description:

This is a utility kit for functionality related to OpenGL. It provides the following:

  • kit.glm: This re-exports sb-cga and mathkit for convenience.

  • kit.gl.shader: This provides shader dictionary and compilation functionality similar to what was originally found in sdl2kit.

  • kit.gl.vao: This provides an interface for Vertex Array Objects.

clasp-s-base64 2-0.ed473e2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/svenvc/s-base64
Licenses: LLGPL
Build system: asdf/clasp
Synopsis: Common Lisp package to encode and decode base64
Description:

This package provides a Common Lisp implementation of Base64 encoding and decoding. Base64 encoding is a technique to encode binary data in a portable, safe printable, 7-bit ASCII format.

cl-vom 0.1.4-1.1aeafeb
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/orthecreedence/vom
Licenses: Expat
Build system: asdf/source
Synopsis: Tiny logging utility for Common Lisp
Description:

Vom is a logging library for Common Lisp. It's goal is to be useful and small. It does not provide a lot of features as other loggers do, but has a small codebase that's easy to understand and use.

cl-myway 0.1.0-1.2862300
Propagated dependencies: cl-ppcre@2.1.1 cl-quri@0.7.0-0.03ecaf3 cl-map-set@0.0.0-1.7b4b545 cl-prove@1.0.0-2.5d71f02
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/fukamachi/myway
Licenses: LLGPL
Build system: asdf/source
Synopsis: Sinatra-compatible URL routing library for Common Lisp
Description:

My Way is a Sinatra-compatible URL routing library.

cl-modio 1.0.0-2.b1322bb
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-zippy@1.1.0-1.ed9bca5 cl-jzon@1.1.4 cl-ppcre@2.1.1 cl-drakma@2.0.8 cl-documentation-utils@1.2.0-0.98630dd cl-language-codes@1.0.0-1.e7aa0e3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://codeberg.org/shinmera/cl-modio
Licenses: Zlib
Build system: asdf/source
Synopsis: Client library for the mod.io API
Description:

This is a client library to interact with the "mod.io" (https://mod.io) platform to manage "mods" or extensions for games and other applications. It covers the full v1 API and includes convenience methods to make interacting with the API as well as syncing mods and so on easy.

cl-cffi 0.24.1-2.32c90d4
Dependencies: libffi@3.4.6
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-babel@0.5.0-3.627d6a6 cl-trivial-features@1.0 cl-bordeaux-threads@0.9.3 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/cffi/
Licenses: Expat
Build system: asdf/source
Synopsis: Common Foreign Function Interface for Common Lisp
Description:

The Common Foreign Function Interface (CFFI) purports to be a portable foreign function interface for Common Lisp. The CFFI library is composed of a Lisp-implementation-specific backend in the CFFI-SYS package, and a portable frontend in the CFFI package.

cl-trial 1.2.0-2.db4e98e
Propagated dependencies: cl-3d-matrices@1.0.0-3.bc1ffa0 cl-3d-quaternions@1.0.0-1.f477801 cl-3d-transforms@1.0.0-1.86e7e99 cl-3d-vectors@3.1.0-3.fc751c6 cl-alexandria@1.4-0.009b7e5 cl-alloy@0.0.0-3.628974d cl-atomics@1.0.0-3.5b36bf2 cl-bordeaux-threads@0.9.3 cl-gamepad@3.0.0-3.d5b99fb cl-glfw3@0.0.0-1.32c3f34 cl-gltf@2.0.0-1.7a3af05 cl-jpeg@2.8-1.ec55703 cl-opengl@0.1.0-1.e2d83e0 cl-ppcre@2.1.1 cl-tga@0.0.0-0.4dc2f7b cl-classimp@0.0.0-1.6c74f38 cl-closer-mop@1.0.0-3.7b86f2a cl-deploy@1.0.0-2.9b20e64 cl-dns-client@1.0.0-0.9f252e9 cl-fast-io@1.0.0-3.a4c5ad6 cl-file-notify@1.0.0-0.f12dc2f cl-flare@1.1.0-1.4f9f17a cl-float-features@1.0.0-2.c1f86ae cl-flow@1.0.0-1.6d925af cl-for@1.2.0-1.a397829 cl-form-fiddle@1.1.0-0.e0c2359 cl-glop@0.1.0-1.45e722a cl-glsl-toolkit@1.0.0-2.4c4889e cl-harmony@2.0.0-0.0b57483 cl-ieee-floats@20170924-1.566b51a cl-jzon@1.1.4 cl-lambda-fiddle@1.0.0-1.d16bba5 cl-language-codes@1.0.0-1.e7aa0e3 cl-lquery@3.2.1-2.08c9cb6 cl-messagebox@1.0.0-1.ea3688d cl-mmap@1.0.0-0.ba2e98c cl-pathname-utils@1.1.0-4.3309d65 cl-pngload@2.0.0-2.91f1d70 cl-promise@1.0.0-0.801db8f cl-retrospectiff@0.2-1.2fbf8c6 cl-sdl2@0.0.0-3.8c78e68 cl-simple-tasks@1.3.0-1.745d4b5 cl-static-vectors@1.8.9 cl-system-locale@1.0.0-1.4b334bc cl-terrable@1.0.0-1.e4fe23f cl-trivial-extensible-sequences@1.0.0-0.d40b2da cl-trivial-garbage@0.21-0.3474f64 cl-trivial-indent@1.0.0-1.f252750 cl-trivial-main-thread@1.0.0-1.25f1149 cl-verbose@2.0.0-1.c5b7ecd cl-zpng@1.2.2 cl-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/Shirakumo/trial
Licenses: Zlib
Build system: asdf/source
Synopsis: Common Lisp game engine
Description:

Trial is a game engine written in Common Lisp. Unlike many other engines, it is meant to be more of a loose connection of components that can be fit together as required by any particular game.

ecl-cl-fastcgi 0.2-2.de8b49b
Dependencies: ecl-usocket@0.8.9 ecl-cffi@0.24.1-2.32c90d4 fcgi@2.4.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://kdr2.com/project/cl-fastcgi.html
Licenses: FreeBSD
Build system: asdf/ecl
Synopsis: FastCGI wrapper for Common Lisp
Description:

CL-FastCGI is a generic version of SB-FastCGI, targeting to run on mostly Common Lisp implementation.

ecl-fn 0.0.0-1.8d8587d
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/cbaggers/fn
Licenses: Public Domain
Build system: asdf/ecl
Synopsis: Macros for lambda brevity
Description:

This is a Common Lisp library providing lambda shorthand macros aiming to be used in cases where the word lambda and the arguments are longer than the body of the lambda.

cl-sketch 2017-11-1.4cc00b0
Propagated dependencies: cl-alexandria@1.4-0.009b7e5 cl-geometry@0.0.3-1.24edded cl-glkit@0.0-1.0d8e7c5 cl-mathkit@0.0-1.fd884f9 cl-md5@2.0.5 cl-sdl2@0.0.0-3.8c78e68 cl-sdl2-image@1.0-2.3963be8 cl-sdl2-ttf@1.0-1.6dd2df2 cl-sdl2kit@0.0.0-1.aae6632 cl-split-sequence@2.0.1 cl-static-vectors@1.8.9
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/vydd/sketch
Licenses: Expat
Build system: asdf/source
Synopsis: Creative framework for electronic art, visual design and more
Description:

Sketch is a Common Lisp environment for the creation of electronic art, visual design, game prototyping, game making, computer graphics, exploration of human-computer interaction and more. It is inspired by the Processing language and shares some of the API.

ecl-supertrace 0.1.0-1.66d22c3
Dependencies: ecl-cffi@0.24.1-2.32c90d4
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/fukamachi/supertrace
Licenses: FreeBSD
Build system: asdf/ecl
Synopsis: Improved Common Lisp tracing for debugging and profiling
Description:

Supertrace provides a superior Common Lisp trace functionality for debugging and profiling real world applications.

sbcl-zpb-exif 1.2.5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://xach.com/lisp/zpb-exif/
Licenses: FreeBSD
Build system: asdf/sbcl
Synopsis: EXIF information extractor for Common Lisp
Description:

This is a Common Lisp library to extract EXIF information from image files.

sbcl-cl-graph 0.10.2-2.c617de3
Dependencies: sbcl-cl-containers@0.12.1-4.781ebfe sbcl-cl-mathstats@0.8.2-1.4df38ea sbcl-dynamic-classes@1.0.2-0.ebd7405 sbcl-hu.dwim.graphviz@0.0.0-1.31522ca sbcl-metabang-bind@0.8.0-2.0819642 sbcl-metacopy@0.2.0-2.df7856f sbcl-metatilities-base@0.6.6-2.ef04337
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/gwkkwg/cl-graph
Licenses: Expat
Build system: asdf/sbcl
Synopsis: Graph manipulation utilities for Common Lisp
Description:

This package provides a Common Lisp library for manipulating graphs and running graph algorithms.

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/pcostanza/closer-mop
Licenses: Expat
Build system: asdf/sbcl
Synopsis: Rectifies absent or incorrect CLOS MOP features
Description:

Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect CLOS MOP features across a broad range of Common Lisp implementations.

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
Build system: asdf/source
Synopsis: Python-like Annotation Syntax for Common Lisp
Description:

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

ecl-mt19937 1.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.cliki.net/mt19937
Licenses: Public Domain
Build system: asdf/ecl
Synopsis: Mersenne Twister pseudo-random number generator
Description:

MT19937 is a portable Mersenne Twister pseudo-random number generator for Common Lisp.

sbcl-rtg-math 0.0.0-1.29fc5b3
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-documentation-utils@1.2.0-0.98630dd sbcl-glsl-spec@0.0.0-1.f04476f
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/cbaggers/rtg-math
Licenses: FreeBSD
Build system: asdf/sbcl
Synopsis: Common Lisp library of game-related math functions
Description:

RTG-MATH provides a selection of the math routines most commonly needed for making realtime graphics in Lisp.

sbcl-hypergeometrica 0.0.0-0.db723ce
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cffi@0.24.1-2.32c90d4 sbcl-global-vars@1.0.0-0.c749f32 sbcl-lparallel@2.8.4-1.80fc295 sbcl-mmap@1.0.0-0.ba2e98c sbcl-napa-fft3@0.0.1-0.f2d9614 sbcl-trivial-garbage@0.21-0.3474f64
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/stylewarning/hypergeometrica
Licenses: Modified BSD
Build system: asdf/sbcl
Synopsis: High-precision arithmetic
Description:

Hypergeometrica is a Common Lisp library for performing high-precision arithmetic, with a focus on performance. At the heart of it all are routines for multiplication. Hypergeometrica aims to support:

  • In-core multiplication using various algorithms, from schoolbook to floating-point FFTs.

  • In-core multiplication for large numbers using exact convolutions via number-theoretic transforms, which is enabled by 64-bit modular arithmetic.

  • Out-of-core multiplication using derivatives of the original Cooley–Tukey algorithm.

On top of multiplication, one can build checkpointed algorithms for computing various classical constants, like \pi.

ecl-montezuma 0.1.3-1.ee2129e
Dependencies: ecl-babel@0.5.0-3.627d6a6 ecl-cl-fad@0.7.6-1.3f4d32d ecl-cl-ppcre@2.1.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/sharplispers/montezuma
Licenses: Expat GPL 3+
Build system: asdf/ecl
Synopsis: Full-text indexing and search for Common Lisp
Description:

Montezuma is a text search engine library for Lisp based on the Ferret library for Ruby, which is itself based on the Lucene library for Java.

cl-clawk 4-1.3a91634
Propagated dependencies: cl-regex@1-1.fbc9a9f
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/sharplispers/clawk
Licenses: FreeBSD
Build system: asdf/source
Synopsis: Common Lisp AWK
Description:

CLAWK is an AWK implementation embedded into Common Lisp.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091