_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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.20-1.4951d57
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-0.7df9566
Dependencies: sbcl-with-output-to-stream@1.0.0-0.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.24.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/40ants/log4cl-extras
Licenses: Zero-Clause BSD
Synopsis: 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-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-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-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.

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-split-sequence 2.0.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://cliki.net/split-sequence
Licenses: Expat
Synopsis: Member of the Common Lisp Utilities family of programs
Description:

Splits sequence into a list of subsequences delimited by objects satisfying the test.

sbcl-cl-permutation 0.0.0-0.20c10e9
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-bordeaux-fft@1.0.1-0.4a1f560 sbcl-cl-algebraic-data-type@1.2.0-1.b256842 sbcl-cl-cont@0.3.8-1.fc1fa7e sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-iterate@1.5.3 sbcl-priority-queue@0.1-0.011b8d5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/stylewarning/cl-permutation
Licenses: Modified BSD
Synopsis: Permutations and permutation groups in Common Lisp
Description:

This is a Commin Lisp library for operating on permutations and permutation groups.

sbcl-draw-cons-tree 1.0-0.04334f5
Dependencies: sbcl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/phoe/draw-cons-tree/
Licenses: Unlicense
Synopsis: Draw an ascii picture of a cons tree
Description:

cl-draw-cons-tree draws a cons tree in ASCII-art style.

sbcl-bknr-datastore 0.0.0-1.c98d44f
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-bordeaux-threads@0.9.3 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-cl-interpol@0.2.7-1.70a1137 sbcl-cl-ppcre@2.1.1 sbcl-cxml@0.0.0-1.00b22bf sbcl-flexi-streams@1.0.20-1.4951d57 sbcl-md5@2.0.5 sbcl-trivial-utf-8@0.0.0-2.6ca9943 sbcl-yason@0.8.4
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/hanshuebner/bknr-datastore
Licenses: Zero-Clause BSD
Synopsis: In-memory database for Common Lisp
Description:

BKNR.DATASTORE is an in-memory CLOS based database with transactions for Common Lisp.

sbcl-airship-scheme 0.0.0-0.1862db8
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-float-features@1.0.0-2.c1f86ae sbcl-trivial-features@1.0 sbcl-zr-utils@0.0.0.0-0.e7eaffc
Channel: guix
Location: gnu/packages/scheme.scm (gnu packages scheme)
Home page: https://gitlab.com/mbabich/airship-scheme
Licenses: Expat
Synopsis: R7RS Scheme implementation in Common Lisp
Description:

This is a R7RS Scheme implementation designed to run within a Common Lisp environment.

sbcl-float-features 1.0.0-2.c1f86ae
Dependencies: 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/Shinmera/float-features
Licenses: Zlib
Synopsis: Common Lisp IEEE float portability library
Description:

Portability library for IEEE float features that are not covered by the Common Lisp standard.

sbcl-language-codes 1.0.0-1.e7aa0e3
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/language-codes/
Licenses: Zlib
Synopsis: Map ISO language codes to language names in Common Lisp
Description:

This is a small library providing the ISO-639 language code to language name mapping.

sbcl-cl-ascii-table 0.0.0-1.d9f5e77
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/telephil/cl-ascii-table
Licenses: Expat
Synopsis: Library to make ascii-art tables
Description:

This is a Common Lisp library to present tabular data in ascii-art tables.

sbcl-hu.dwim.stefil 0.0.0-2.414902c
Dependencies: sbcl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: http://dwim.hu/project/hu.dwim.stefil
Licenses: Public Domain
Synopsis: Simple test framework
Description:

Stefil is a simple test framework for Common Lisp, with a focus on interactive development.

sbcl-cl-typesetting 0.8.0-1.86eba98
Dependencies: sbcl-cl-pdf@2.0.0-4.0a1cd33 sbcl-xmls@3.2.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/mbattyani/cl-typesetting
Licenses: FreeBSD
Synopsis: Stand-alone Common Lisp typesetting system
Description:

CL-TYPESETTING is a cross-platform Common Lisp typesetting library for all kind of typesetting applications.

Total results: 1039