_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
sbcl-stealth-mixin 0.0.0-0.2f853fc
Dependencies: 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/robert-strandh/Stealth-mixin
Licenses: FreeBSD
Synopsis: Create stealth mixin classes
Description:

Stealth-mixin is a Common Lisp library for creating stealth mixin classes. These are classes that are dynamically mixed into other classes without the latter being aware of it.

sbcl-system-locale 1.0.0-1.4b334bc
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/system-locale/
Licenses: Zlib
Synopsis: Get the system's locale and language settings in Common Lisp
Description:

This library retrieves locale information configured on the system. This is helpful if you want to write applications and libraries that display messages in the user's native language.

sbcl-eager-future2 0.0.0-1.54df8ef
Dependencies: sbcl-bordeaux-threads@0.9.3 sbcl-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.

sbcl-symbol-munger 0.0.1-2.e96558e
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-iterate@1.5.3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/AccelerationNet/symbol-munger
Licenses: Expat
Synopsis: Capitalization and spacing conversion functions for Common Lisp
Description:

This is a Common Lisp library to change the capitalization and spacing of a string or a symbol. It can convert to and from Lisp, english, underscore and camel-case rules.

sbcl-cl-guix-utils 0.1
Propagated dependencies: guixrus-scripts@1.0.0
Channel: invoke-restart
Location: invoke-restart/packages/common-lisp.scm (invoke-restart packages common-lisp)
Home page: https://git.sr.ht/~charje/cl-guix-utils
Licenses: GPL 3
Synopsis: Some utilities for using Common Lisp with Guix.
Description:

cl-guix-utils is a collection of Common lisp utilities for using guix. The primary feature is being able to load Common Lisp guix packages by system name without restarting the lisp process.

sbcl-cl-guix-utils 1.0.0
Propagated dependencies: guixrus-scripts@1.0.0
Channel: invoke-restart
Location: invoke-restart/packages/common-lisp.scm (invoke-restart packages common-lisp)
Home page: https://git.sr.ht/~charje/cl-guix-utils
Licenses: GPL 3
Synopsis: Some utilities for using Common Lisp with Guix.
Description:

cl-guix-utils is a collection of Common lisp utilities for using guix. The primary feature is being able to load Common Lisp guix packages by system name without restarting the lisp process.

sbcl-trivial-cltl2 0.1.1-2.8a3bda3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/Zulu-Inuoe/trivial-cltl2
Licenses: LLGPL
Synopsis: Simple CLtL2 compatibility layer for Common Lisp
Description:

This library is a portable compatibility layer around "Common Lisp the Language, 2nd Edition" (https://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node102.html) and it exports symbols from implementation-specific packages.

sbcl-3d-transforms 1.0.0-0.1d44509
Dependencies: sbcl-3d-matrices@1.0.0-2.b4f5a58 sbcl-3d-quaternions@1.0.0-0.b79c15c sbcl-3d-vectors@3.1.0-2.2579694 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/3d-transforms/
Licenses: Zlib
Synopsis: Common structure to encapsulate spatial transformations in Common Lisp
Description:

This is a library that uses the other 3d-* math libraries to present an encapsulation for a spatial transformation. It offers convenience functions for operating on such transformations and for converting between them and the alternative 4x4 matrix representation.

sbcl-cl-prevalence 5-6.e6b2764
Dependencies: sbcl-moptilities@0.3.13-1.a436f16 sbcl-s-sysdeps@1-3.7f8de28 sbcl-s-xml@3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/40ants/cl-prevalence
Licenses: LLGPL
Synopsis: Implementation of object prevalence for Common Lisp
Description:

This Common Lisp library implements object prevalence (see https://en.wikipedia.org/wiki/System_prevalence). It allows for (de)serializing to and from s-exps as well as XML. Serialization of arbitrary classes and cyclic data structures are supported.

sbcl-markup-reader 0.0.1-1.d2d4d7b
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cl-str@0.21 sbcl-named-readtables@0.9-4.d5ff162 sbcl-trivial-gray-streams@2.0-1.2b3823e
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/moderninterpreters/markup
Licenses: ASL 2.0
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.

sbcl-trivial-utf-8 0.0.0-2.6ca9943
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/trivial-utf-8/
Licenses: Modified BSD
Synopsis: UTF-8 input/output library
Description:

The Babel library solves a similar problem while understanding more encodings. Trivial UTF-8 was written before Babel existed, but for new projects you might be better off going with Babel. The one plus that Trivial UTF-8 has is that it doesn't depend on any other libraries.

sbcl-metabang-bind 0.8.0-2.0819642
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/metabang-bind/
Licenses: Expat
Synopsis: Macro that generalizes @code{multiple-value-bind} etc.
Description:

Bind extends the idea of of let and destructing to provide a uniform syntax for all your accessor needs. It combines let, destructuring-bind, with-slots, with-accessors, structure editing, property or association-lists, and multiple-value-bind and a whole lot more into a single form.

sbcl-flexi-streams 1.0.19-0.74a1027
Dependencies: sbcl-trivial-gray-streams@2.0-1.2b3823e
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: http://weitz.de/flexi-streams/
Licenses: Modified BSD
Synopsis: Implementation of virtual bivalent streams for Common Lisp
Description:

Flexi-streams is an implementation of "virtual" bivalent streams that can be layered atop real binary or bivalent streams and that can be used to read and write character data in various single- or multi-octet encodings which can be changed on the fly. It also supplies in-memory binary streams which are similar to string streams.

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.

sbcl-cl-containers 0.12.1-4.781ebfe
Dependencies: sbcl-asdf-system-connections@0.8.4-1.9f08524 sbcl-metatilities-base@0.6.6-2.ef04337 sbcl-moptilities@0.3.13-1.a436f16
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/cl-containers/
Licenses: Expat
Synopsis: Container library for Common Lisp
Description:

Common Lisp ships with a set of powerful built in data structures including the venerable list, full featured arrays, and hash-tables. CL-containers enhances and builds on these structures by adding containers that are not available in native Lisp (for example: binary search trees, red-black trees, sparse arrays and so on), and by providing a standard interface so that they are simpler to use and so that changing design decisions becomes significantly easier.

sbcl-log4cl-extras 0.7.0-1.7df9566
Dependencies: sbcl-with-output-to-stream@1.0.0-1.e94eec4 sbcl-pythonic-string-reader@0.0.0-1.47a70ba sbcl-log4cl@1.1.4-2.fe3da51 sbcl-cl-strings@0.0.1-1.93ec417 sbcl-jonathan@0.1.0-1.1f448b4 sbcl-40ants-doc@0.22.0-1.bad40f6
Channel: sijo
Location: sijo/packages/lisp-xyz.scm (sijo packages lisp-xyz)
Home page: https://github.com/40ants/log4cl-extras
Licenses: Zero-Clause BSD
Synopsis: A bunch of addons to LOG4CL: JSON appender, context fields, cross-finger appender, etc.
Description:

This library extends LOG4CL system in a few ways:

* It helps with configuration of multiple appenders and layouts. * Has a facility to catch context fields and to log them. * Has a macro to log unhandled errors. * Adds a layout to write messages as JSON, which is useful for production as makes easier to parse and process such logs. * Uses the appenders which are not disabled in case of some error which again, should be useful for production.

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

sbcl-trivial-signal 0.1.0
Dependencies: sbcl-cffi@0.24.1-2.32c90d4 sbcl-bordeaux-threads@0.9.3
Channel: jacop
Location: jacop/packages/lisp.scm (jacop packages lisp)
Home page: https://github.com/guicho271828/trivial-signal
Licenses: Unlicense
Synopsis: UNIX signal handling library for Common Lisp.
Description:

UNIX signal handling library for Common Lisp.

sbcl-stumpwm-notify 0.0.1-2.36daccd
Dependencies: stumpwm@24.11
Channel: yewscion
Location: cdr255/utils.scm (cdr255 utils)
Home page: https://github.com/stumpwm/stumpwm-contrib/tree/master/modeline/battery-portable
Licenses: GPL 3+
Synopsis: Notifications for StumpWM
Description:

This StumpWM Module provides a notifications server for StumpWM.

sbcl-stumpwm-tomato 0.1.0
Dependencies: stumpwm@24.11
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://github.com/Junker/stumpwm-tomato
Licenses: GPL 3+
Synopsis: Advanced Pomodoro timer module for StumpWM
Description:

This package provides an advanced Pomodoro timer module for StumpWM.

sbcl-hu.dwim.common 2015-07-09
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-anaphora@0.9.8 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-hu.dwim.common-lisp@2021-01-27 sbcl-iterate@1.5.3 sbcl-metabang-bind@0.8.0-2.0819642
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://dwim.hu/
Licenses: Public Domain
Synopsis: Common Lisp library shared by other hu.dwim systems
Description:

This package contains a support library for other hu.dwim systems.

sbcl-priority-queue 0.1-0.011b8d5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/dsorokin/priority-queue
Licenses: Expat
Synopsis: Priority queue for Common Lisp
Description:

This package provides a priority queue implemented with an array-based heap.

sbcl-fast-websocket 0.1-1.baeeadd
Dependencies: sbcl-fast-io@1.0.0-3.a4c5ad6 sbcl-babel@0.5.0-3.627d6a6 sbcl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/fukamachi/fast-websocket
Licenses: FreeBSD
Synopsis: WebSocket protocol parser for Common Lisp
Description:

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

sbcl-static-vectors 1.8.9
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cffi@0.24.1-2.32c90d4
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/sionescu/static-vectors
Licenses: Expat
Synopsis: Allocate SIMPLE-ARRAYs in static memory
Description:

With static-vectors, you can create vectors allocated in static memory.

Total results: 1022