_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
sbcl-cl-guix-utils 0.1
Propagated dependencies: guixrus-scripts@1.0.0
Channel: guixrus
Location: guixrus/packages/common/lisp.scm (guixrus 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: guixrus
Location: guixrus/packages/common/lisp.scm (guixrus 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-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-stumpwm-notify 0.0.1-2.36daccd
Dependencies: stumpwm@23.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-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-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.

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-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-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-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.19-0.74a1027 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-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.

Total results: 977