_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
sbcl-fare-memoization 1.2.0
Dependencies: sbcl-named-readtables@0.9-4.d5ff162
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://gitlab.common-lisp.net/frideau/fare-memoization
Licenses: Expat
Synopsis: Memoization library for Common Lisp
Description:

This library builds on the venerable idea of dynamically memoizing functions. A memoized function remembers results from previous computations and returns cached results when called again with the same arguments rather than repeating the computation.

sbcl-external-program 0.0.6-1.5888b8f
Dependencies: sbcl-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/sellout/external-program
Licenses: LLGPL
Synopsis: Common Lisp library for running external programs
Description:

EXTERNAL-PROGRAM enables running programs outside the Lisp process. It is an attempt to make the RUN-PROGRAM functionality in implementations like SBCL and CCL as portable as possible without sacrificing much in the way of power.

sbcl-circular-streams 0.1.0-1.e770bad
Dependencies: sbcl-fast-io@1.0.0-3.a4c5ad6 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/fukamachi/circular-streams
Licenses: LLGPL
Synopsis: Circularly readable streams for Common Lisp
Description:

Circular-Streams allows you to read streams circularly by wrapping real streams. Once you reach end-of-file of a stream, its file position will be reset to 0 and you're able to read it again.

sbcl-fare-memoization 0.4.2
Dependencies: sbcl-named-readtables@0.9-4.d5ff162
Channel: gn-bioinformatics
Location: gn/packages/lisp.scm (gn packages lisp)
Home page: https://gitlab.common-lisp.net/frideau/fare-memoization
Licenses: Expat
Synopsis: Memoization library for common-lisp
Description:

The fare-memoization library builds on an age-old idea: dynamically memoizing Lisp functions. A memoized function remembers results from previous computations, and returns cached results when called with the same arguments again, rather than re-doing the computation.

sbcl-simple-inferiors 1.1.0-1.deac886
Dependencies: sbcl-bordeaux-threads@0.9.3 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/simple-inferiors/
Licenses: Zlib
Synopsis: Common Lisp library to use inferior processes
Description:

This is a library to allow easy handling of external processes, and primarily to get their output. It handles proper copying of the standard and error outputs of the process simultaneously, both in a sequential and parallel fashion. It also features a lazy directory switching mechanism, to avoid running into parallelism problems when having to change directory.

sbcl-simplified-types 0.0.0-0.8fd0727
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-introspect-environment@0.1-2.8fb20a1 sbcl-trivia@0.1-0.8b406c3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/marcoheisig/simplified-types
Licenses: Expat
Synopsis: Simplify Common Lisp type specifiers
Description:

Simplified-Types is a library that provides functions for simplifying Common Lisp type specifiers. The API consists of two functions:

  • simplify-type takes a type specifier and, optionally, an environment, and returns the corresponding simplified type.

  • simplified-type-of takes an object and returns the simplified type of that object.

sbcl-stumpwm-stumptray 0.0.1-7.c4f077b
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-clx-xembed@0.1-1.a5c4b84 stumpwm@24.11
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://github.com/stumpwm/stumpwm-contrib/tree/master/modeline/stumptray
Licenses: GPL 3+
Synopsis: Modeline support for stumptray connectivity
Description:

Modeline support for stumptray connectivity.

sbcl-trivial-clipboard 0.0.0-8.50b3d3a
Dependencies: wl-clipboard@2.2.1 xsel@1.2.0-1.062e6d3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/snmsts/trivial-clipboard
Licenses: Expat
Synopsis: Access system clipboard in Common Lisp
Description:

trivial-clipboard gives access to the system clipboard.

sbcl-lisp-preprocessor 0.0.0-0.cbed595
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-trivial-gray-streams@2.0-1.2b3823e sbcl-split-sequence@2.0.1 sbcl-trivia@0.1-0.8b406c3 sbcl-cl-ppcre@2.1.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/cxxxr/lisp-preprocessor
Licenses: Expat
Synopsis: Common Lisp embedded template engine
Description:

This package provides an embedded template engine for Common Lisp.

sbcl-stumpwm-ttf-fonts 0.0.1-7.c4f077b
Dependencies: stumpwm@24.11-1.bd9151c sbcl-clx-truetype@0.0.1-1.c6e10a9
Channel: wigust
Location: wigust/packages/lisp.scm (wigust packages lisp)
Home page: https://github.com/stumpwm/stumpwm-contrib
Licenses: GPL 2+ GPL 3+ FreeBSD
Synopsis: Implementation of TTF font rendering for Lisp
Description:

This package provides a Lisp implementation of TTF font rendering.

sbcl-stumpwm-ttf-fonts 0.0.1-7.c4f077b
Dependencies: stumpwm-next@24.11-1.ca3d065 sbcl-clx-truetype@0.0.1-1.c6e10a9
Channel: wigust
Location: wigust/packages/lisp.scm (wigust packages lisp)
Home page: https://github.com/stumpwm/stumpwm-contrib
Licenses: GPL 2+ GPL 3+ FreeBSD
Synopsis: Implementation of TTF font rendering for Lisp
Description:

This package provides a Lisp implementation of TTF font rendering.

sbcl-stumpwm-ttf-fonts 0.0.1-7.c4f077b
Dependencies: sbcl-clx-truetype@0.0.1-1.c6e10a9 stumpwm@24.11
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://github.com/stumpwm/stumpwm-contrib
Licenses: GPL 2+ GPL 3+ FreeBSD
Synopsis: Implementation of TTF font rendering for Lisp
Description:

This package provides a Lisp implementation of TTF font rendering.

sbcl-trivial-arguments 1.1.0-1.ecd84ed
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/Shinmera/trivial-arguments
Licenses: Zlib
Synopsis: Common Lisp library to retrieve a function's lambda-list
Description:

This is a simple library to retrieve the argument list of a function.

sbcl-radiance-contribs 1.0.0-1.710b3e1
Dependencies: sbcl-radiance@2.1.2-3.8d826c7 sbcl-cffi@0.24.1-2.32c90d4 sbcl-clip@0.7.0-1.7afa687 sbcl-cl-sqlite@0.2.1 sbcl-log4cl@1.1.4-2.fe3da51
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shirakumo.github.io/radiance/
Licenses: Zlib
Synopsis: Standard implementations and drivers for the radiance interfaces
Description:

This is a collection of useful helper modules and standard implementations for Radiance interfaces.

sbcl-string-pokemonize 20210503-0.2dc0164
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/phoe/string-pokemonize
Licenses: Expat
Synopsis: Alternate upper- and lowercase
Description:

string-pokemonize provides a function that alternates uppercase and lowercase characters for a given string.

sbcl-utf8-input-stream 0.0.1-0.d33b57a
Dependencies: sbcl-babel@0.5.0-3.627d6a6 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/veer66/utf8-input-stream
Licenses: Expat
Synopsis: UTF-8 string input stream over a binary stream for Common Lisp
Description:

This package provides a UTF-8 string input stream over a binary stream for Common Lisp.

sbcl-metatilities-base 0.6.6-2.ef04337
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/metatilities-base/
Licenses: Expat
Synopsis: Core of the metatilities Common Lisp library
Description:

Metatilities-base is the core of the metatilities Common Lisp library which implements a set of utilities.

sbcl-numpy-file-format 0.0.0-2.e440c7b
Dependencies: sbcl-ieee-floats@20170924-1.566b51a sbcl-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/marcoheisig/numpy-file-format
Licenses: Expat
Synopsis: Read and write NumPy .npy and .npz files
Description:

The NUMPY-FILE-FORMAT library is a Common Lisp library for reading and writing NumPy .npy and .npz files.

sbcl-input-event-codes 0.0.1
Dependencies: sbcl-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://git.sr.ht/~shunter/input-event-codes
Licenses: Expat
Synopsis: Event codes for Common Lisp
Description:

This library is a Common Lisp port of all the constants from the event codes header file found on Linux and FreeBSD.

sbcl-in-memory-streams 2.0-1.a081214
Dependencies: sbcl-bordeaux-threads@0.9.3 sbcl-trivial-gray-streams@2.0-1.2b3823e
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://codeberg.org/glv/cl-in-memory-streams
Licenses: GPL 3+
Synopsis: In-memory streams for any element type
Description:

This Common Lisp library provides an implementation of in-memory input streams, output streams and io streams for any type of elements.

sbcl-cepl.skitter.sdl2 0.0.0-1.f52b924
Dependencies: sbcl-cepl.sdl2@0.0.0-1.6da5a03 sbcl-skitter@0.0.0-1.620772a
Channel: tassos-guix
Location: tassos-guix/packages/lisp-xyz.scm (tassos-guix packages lisp-xyz)
Home page: https://github.com/cbaggers/cepl.skitter
Licenses: FreeBSD
Synopsis: Plumbing to use skitter.sdl2 with cepl.
Description:

Plumbing to use skitter.sdl2 with cepl.

Currently provides only cepl.skitter.sdl2, more systems will be added when more hosts for cepl are added.

sbcl-trivial-utilities 0.4.0-0.279ff25
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-iterate@1.5.3 sbcl-closer-mop@1.0.0-3.7b86f2a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://gitlab.com/ediethelm/trivial-utilities
Licenses: Expat
Synopsis: Collection of useful types, functions and macros for Common Lisp
Description:

This package provides a collection of types, functions and macros. Some of the functionality is implemented from Graham's On Lisp and Seibel's Practical Common Lisp.

sbcl-special-functions 1.2.0-0.f3ca279
Dependencies: sbcl-alexandria-plus@1.1.0-0.adafb09 sbcl-float-features@1.0.0-2.c1f86ae sbcl-let-plus@0.0.0-2.455e657 sbcl-numerical-utilities@1.2.0-0.44f45ba
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://lisp-stat.dev/docs/resources/special-functions/
Licenses: Ms-PL
Synopsis: Special functions in Common Lisp
Description:

This library implements special functions and has a focus on high accuracy double-float calculations using the latest algorithms.

Total results: 1014