_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
sbcl-static-dispatch 0.5.1
Dependencies: sbcl-agutil@0.0.1-1.df188d7 sbcl-alexandria@1.4-0.009b7e5 sbcl-anaphora@0.9.8 sbcl-arrows@0.2.0-0.df7cf00 sbcl-cl-environments@0.4 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-iterate@1.5.3 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/static-dispatch
Licenses: Expat
Synopsis: Static generic function dispatch for Common Lisp
Description:

Static dispatch is a Common Lisp library, inspired by inlined-generic-function, which allows standard Common Lisp generic function dispatch to be performed statically (at compile time) rather than dynamically (runtime). This is similar to what is known as "overloading" in languages such as C++ and Java.

The purpose of static dispatch is to provide an optimization in cases where the usual dynamic dispatch is too slow, and the dynamic features of generic functions, such as adding/removing methods at runtime are not required. An example of such a case is a generic equality comparison function. Currently generic functions are considered far too slow to implement generic arithmetic and comparison operations when used heavily in numeric code.

sbcl-structy-defclass 0.0.0-1.fe2ca1a
Channel: tassos-guix
Location: tassos-guix/packages/lisp-xyz.scm (tassos-guix packages lisp-xyz)
Home page: https://github.com/cbaggers/structy-defclass
Licenses: FreeBSD
Synopsis: Make classes like structs.
Description:

Make classes like structs.

sbcl-simple-date-time 0.1.0-1.d6992af
Dependencies: sbcl-cl-ppcre@2.1.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/quek/simple-date-time
Licenses: Original BSD
Synopsis: Date and time library for Common Lisp
Description:

This package is a simple date and time library.

sbcl-stumpwm-hostname 0.0.1-6.042a9fc
Dependencies: stumpwm@23.11
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://github.com/stumpwm/stumpwm-contrib/tree/master/modeline/hostname
Licenses: GPL 3+
Synopsis: Put hostname in the StumpWM modeline
Description:

This StumpWM module puts the hostname in the StumpWM modeline.

sbcl-crypto-shortcuts 2.0.0-1.7efd22d
Dependencies: sbcl-cl-base64@3.3.4-1.577683b sbcl-flexi-streams@1.0.19-0.74a1027 sbcl-ironclad@0.61
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/crypto-shortcuts/
Licenses: Zlib
Synopsis: Collection of common cryptography functions
Description:

This is a collection of common cryptography functions for Common Lisp.

sbcl-percent-encoding 0.1-1.c1224e2
Dependencies: sbcl-anaphora@0.9.8 sbcl-babel@0.5.0-3.627d6a6
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/llibra/percent-encoding
Licenses: Expat
Synopsis: RFC 3986 percent-encoding library
Description:

This is a Common Lisp library providing RFC 3986 percent-encoding.

sbcl-closure-template 0.2.1-0.f1983aa
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-babel@0.5.0-3.627d6a6 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-esrap@0.18-4.d806138 sbcl-iterate@1.5.3 sbcl-parse-number@1.7 sbcl-split-sequence@2.0.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/archimag/cl-closure-template/
Licenses: LLGPL
Synopsis: Lisp implementation of Google Closure Templates
Description:

This package provides a Common Lisp implementation of Google Closure Templates.

sbcl-trivial-rfc-1123 0.0.0-0.9ef59c3
Dependencies: sbcl-cl-ppcre@2.1.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/stacksmith/trivial-rfc-1123
Licenses: Modified BSD
Synopsis: Parse and print RFC-1123 timestamps
Description:

This package parses and prints dates in RFC-1123 format.

sbcl-stumpwm-swm-gaps 0.0.1-6.042a9fc
Dependencies: stumpwm@23.11-1.bd9151c
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: Gaps between windows for StumpWM
Description:

This package provides a StumpWM module which adds gaps between windows.

sbcl-stumpwm-swm-gaps 0.0.1-6.042a9fc
Dependencies: stumpwm-next@23.11-1.ca3d065
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: Gaps between windows for StumpWM
Description:

This package provides a StumpWM module which adds gaps between windows.

sbcl-trivial-channels 1.0-1.e237011
Dependencies: sbcl-bordeaux-threads@0.9.3 sbcl-trivial-timeout@0.1.5-2.e70d9b4
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/rpav/trivial-channels
Licenses: FreeBSD
Synopsis: Common Lisp simple thread-safe channels with timeout
Description:

It's very basic implementation of channels and queue for Common Lisp.

sbcl-computable-reals 1.1.0-1.fdc73d7
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/stylewarning/computable-reals
Licenses: Modified BSD
Synopsis: Arbitrary-precision, re-computing real-numbers in Common Lisp
Description:

This library provides arbitrary precision (floating point) real numbers in Common Lisp.

sbcl-websocket-driver 0.2.0-1.17ba553
Dependencies: sbcl-babel@0.5.0-3.627d6a6 sbcl-clack@2.1.0-1.4916ebb sbcl-fast-http@0.2.0-2.502a377 sbcl-fast-io@1.0.0-3.a4c5ad6 sbcl-fast-websocket@0.1-1.baeeadd sbcl-event-emitter@0.0.1-0.cb0e15f sbcl-sha1@1.0-0.be8b1b1 sbcl-cl-base64@3.3.4-1.577683b sbcl-split-sequence@2.0.1 sbcl-bordeaux-threads@0.9.3 sbcl-quri@0.7.0-0.03ecaf3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/fukamachi/websocket-driver
Licenses: FreeBSD
Synopsis: WebSocket server/client for Common Lisp
Description:

This library provides a WebSocket server and client implementation for Common Lisp.

sbcl-enhanced-boolean 1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.hexstreamsoft.com/libraries/enhanced-boolean/
Licenses: Unlicense
Synopsis: Convert generalized booleans to booleans
Description:

This package provides a canonical way of converting generalized booleans to booleans.

sbcl-stumpwm-swm-gaps 0.0.1-6.042a9fc
Dependencies: stumpwm@23.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: Gaps between windows for StumpWM
Description:

This package provides a StumpWM module which adds gaps between windows.

sbcl-trivial-features 1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://cliki.net/trivial-features
Licenses: Expat
Synopsis: Ensures consistency of @code{*FEATURES*} in Common Lisp
Description:

Trivial-features ensures that *FEATURES* is consistent across multiple Common Lisp implementations.

sbcl-hu.dwim.graphviz 0.0.0-1.31522ca
Dependencies: graphviz@7.0.1 sbcl-cffi@0.24.1-1.3397035 sbcl-metabang-bind@0.8.0-2.0819642
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/hu-dwim/hu.dwim.graphviz
Licenses: Public Domain
Synopsis: Graphviz layouting using CFFI bindings
Description:

This package provides CFFI bindings to the Graphviz library in Common Lisp.

sbcl-cl-libsvm-format 0.1.0-0.3300f84
Dependencies: sbcl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/masatoi/cl-libsvm-format
Licenses: Expat
Synopsis: LibSVM data format reader for Common Lisp
Description:

This Common Lisp library provides a fast reader for data in LibSVM format.

sbcl-portable-threads 2.3-2.aa26bf3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/binghe/portable-threads
Licenses: ASL 2.0
Synopsis: Portable threads API for Common Lisp
Description:

Portable Threads (and Scheduled and Periodic Functions) API for Common Lisp (from GBBopen project).

sbcl-abstract-classes 1.7.0-1.7fa74f1
Dependencies: sbcl-closer-mop@1.0.0-3.7b86f2a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://bitbucket.org/eeeickythump/cl-abstract-classes
Licenses: Public Domain
Synopsis: Abstract, final, and singleton metaclasses for CLOS
Description:

This package provides Common Lisp extension to the MOP to allow abstract, final and singleton classes.

sbcl-list-named-class 0.1-0.2955791
Dependencies: sbcl-alexandria@1.4-0.009b7e5 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/phoe/list-named-class/
Licenses: Expat
Synopsis: Name classes after lists of symbols
Description:

This package makes it possible to name classes by lists of symbols instead of symbols.

sbcl-trivial-download 0.3-1.d247206
Dependencies: sbcl-drakma@2.0.8
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/eudoxia0/trivial-download/
Licenses: FreeBSD
Synopsis: Download files from Common Lisp
Description:

trivial-download allows you to download files from the Internet from Common Lisp. It provides a progress bar.

sbcl-array-operations 0.0.0-0.75cbc3b
Dependencies: sbcl-let-plus@0.0.0-2.455e657
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/bendudson/array-operations
Licenses: Expat
Synopsis: Simple array operations library for Common Lisp
Description:

This library is a collection of functions and macros for manipulating Common Lisp arrays and performing numerical calculations with them.

sbcl-named-readtables 0.9-4.d5ff162
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/melisgl/named-readtables/
Licenses: Modified BSD
Synopsis: Library that creates a namespace for named readtables
Description:

Named readtables is a library that creates a namespace for named readtables, which is akin to package namespacing in Common Lisp.

Total results: 964