_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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-enhanced-defclass 2.1
Dependencies: sbcl-cesdi@1.0.1 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-compatible-metaclasses@1.0 sbcl-enhanced-eval-when@1.0 sbcl-object-class@1.0 sbcl-shared-preferences@1.1.1 sbcl-simple-guess@1.0-0.34744e3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.hexstreamsoft.com/libraries/enhanced-defclass/
Licenses: Unlicense
Synopsis: Extensible implementation of defclass
Description:

This package provides an extensible implementation of defclass that can accurately control the expansion according to the metaclass and automatically detect the suitable metaclass by analyzing the defclass form.

sbcl-custom-hash-table 0.3-1.f269831
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/metawilm/cl-custom-hash-table
Licenses: Expat
Synopsis: Custom hash tables for Common Lisp
Description:

This library allows creation of hash tables with arbitrary test/hash functions, in addition to the test functions allowed by the standard (EQ, EQL, EQUAL and EQUALP), even in implementations that don't support this functionality directly.

sbcl-mk-string-metrics 0.1.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/cbaggers/mk-string-metrics/
Licenses: X11
Synopsis: Calculate various string metrics efficiently in Common Lisp
Description:

This library implements efficient algorithms that calculate various string metrics in Common Lisp:

  • Damerau-Levenshtein distance

  • Hamming distance

  • Jaccard similarity coefficient

  • Jaro distance

  • Jaro-Winkler distance

  • Levenshtein distance

  • Normalized Damerau-Levenshtein distance

  • Normalized Levenshtein distance

  • Overlap coefficient

sbcl-positional-lambda 2.0-0.a43a7bb
Dependencies: sbcl-map-bind@1.0-0.532d55d
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.hexstreamsoft.com/libraries/positional-lambda/
Licenses: Unlicense
Synopsis: Macro favouring positional references over naming
Description:

This package provides a concise, intuitive and flexible macro for trivial lambdas that eschews explicit naming of parameter variables in favor of positional references, with support for a used or ignored &rest parameter and automatic declaration of ignored parameters when logical gaps are left in the positional references. Further convenience features are provided.

sbcl-command-line-args 0.1.3
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-charje.documentation@0.0.0 sbcl-cl-str@0.21 sbcl-serapeum@0.0.0-12.c08442a sbcl-trivia@0.1-0.8b406c3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://git.sr.ht/~whereiseveryone/command-line-args
Licenses: AGPL 3+
Synopsis: Automatically generate command line interfaces
Description:

Command-Line-Args provides a main macro (command) that wraps a defun form and creates a new function that parses the command line arguments. It has support for command-line options, positional, and variadic arguments. It also generates a basic help message. The interface is meant to be easy and non-intrusive.

sbcl-terminal-keypress 0.1-1.2ef48c0
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-trivial-raw-io@0.0.2-1.b1a3c87
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/eudoxia0/terminal-keypress
Licenses: Expat
Synopsis: Read keyboard events in the terminal from Common Lisp
Description:

This is a library for reading semi-raw user input from terminals. Semi-raw as in, we can't detect if the user pressed the Control key alone, and the function keys are a mystery. What is supported, however, is:

  • Regular characters

  • Control+[key]

  • Alt+[key]

  • Control+Alt+[key]

sbcl-trivial-benchmark 2.0.0-2.1fbc8d1
Dependencies: sbcl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/trivial-benchmark/
Licenses: Zlib
Synopsis: Easy to use benchmarking system for Common Lisp
Description:

Trivial-Benchmark runs a block of code many times and outputs some statistical data for it. On SBCL this includes the data from time, for all other implementations just the real-time and run-time data. However, you can extend the system by adding your own metrics to it, or even by adding additional statistical computeations.

sbcl-trivial-backtrace 1.1.0-2.7f90b4a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/trivial-backtrace/
Licenses: Expat
Synopsis: Portable simple API to work with backtraces in Common Lisp
Description:

One of the many things that didn't quite get into the Common Lisp standard was how to get a Lisp to output its call stack when something has gone wrong. As such, each Lisp has developed its own notion of what to display, how to display it, and what sort of arguments can be used to customize it. trivial-backtrace is a simple solution to generating a backtrace portably.

sbcl-trivial-file-size 0.0.0-0.1c1d672
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/ruricolist/trivial-file-size
Licenses: Expat
Synopsis: Size of a file in bytes in Common Lisp
Description:

The canonical way to determine the size of a file in bytes, using Common Lisp, is to open the file with an element type of (unsigned-byte 8) and then calculate the length of the stream. This is less than ideal. In most cases it is better to get the size of the file from its metadata, using a system call.

This library exports a single function, file-size-in-octets. It returns the size of a file in bytes, using system calls when possible.

sbcl-commondoc-markdown 0.5.0-1.7abd288
Dependencies: sbcl-3bmd@0.0.0-4.e68b2d4 sbcl-cl-str@0.21 sbcl-common-doc@0.2.0-1.bcde4cf sbcl-common-html@0.1.0-1.96987bd sbcl-ironclad@0.61 sbcl-plump@2.0.0-3.0c3e0b5
Channel: sijo
Location: sijo/packages/lisp-xyz.scm (sijo packages lisp-xyz)
Home page: https://github.com/40ants/commondoc-markdown
Licenses: Unlicense
Synopsis: Converts Markdown text into CommonDoc nodes and vice versa.
Description:

Converts Markdown text into CommonDoc nodes and vice versa.

sbcl-shared-preferences 1.1.1
Dependencies: sbcl-inheriting-readers@1.0.1 sbcl-trivial-garbage@0.21-0.3474f64
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.hexstreamsoft.com/libraries/shared-preferences/
Licenses: Unlicense
Synopsis: Flexible specification of package-local preferences
Description:

This package allows flexible specification of package-local preferences.

sbcl-inheriting-readers 1.0.1
Dependencies: sbcl-class-options@1.0.1 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-compatible-metaclasses@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.hexstreamsoft.com/libraries/inheriting-readers/
Licenses: Unlicense
Synopsis: Simple yet powerful value inheritance scheme
Description:

This package provides a simple yet powerful value inheritance scheme.

sbcl-linear-programming 2.3.0
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://neil-lindquist.github.io/linear-programming/
Licenses: Expat
Synopsis: Common Lisp linear programming
Description:

This is a Common Lisp library for solving linear programming problems.

sbcl-stumpwm-screenshot 0.0.1-7.c4f077b
Dependencies: sbcl-zpng@1.2.2 stumpwm@24.11
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://github.com/stumpwm/stumpwm-contrib/tree/master/util/screenshot
Licenses: GPL 3+
Synopsis: Screenshots for StumpWM
Description:

This StumpWM module can take screenshots and store them as PNG files.

sbcl-40ants-asdf-system 0.3.2-1.91ed8a4
Channel: sijo
Location: sijo/packages/lisp-xyz.scm (sijo packages lisp-xyz)
Home page: https://github.com/40ants/40ants-asdf-system
Licenses: Zero-Clause BSD
Synopsis: Provides a class for being used instead of asdf:package-inferred-system.
Description:

Provides a class for being used instead of asdf:package-inferred-system.

sbcl-burgled-batteries3 0.0.0-2.f65f454
Dependencies: python@3.10.7 sbcl-alexandria@1.4-0.009b7e5 sbcl-cffi@0.24.1-2.32c90d4 sbcl-parse-declarations@1.0.0-1.549aebb sbcl-trivial-garbage@0.21-0.3474f64
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/snmsts/burgled-batteries3
Licenses: Expat
Synopsis: Bridge between Python and Lisp (FFI bindings, etc.)
Description:

This package provides a shim between Python3 (specifically, the CPython implementation of Python) and Common Lisp.

sbcl-hunchentoot-errors 0.0.1-0.69eb3bc
Dependencies: sbcl-cl-mimeparse@0.0.1-0.93cbdf6 sbcl-hunchentoot@1.3.0-1.7686239 sbcl-parse-number@1.7 sbcl-string-case@0.0.2-0.718c761
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/mmontone/hunchentoot-errors/
Licenses: Expat
Synopsis: Hunchentoot error pages and logs with request and session information
Description:

This package provides a functionality augmenting Hunchentoot error pages and logs with request and session information.

sbcl-cl-online-learning 0.5-1.87fbef8
Dependencies: sbcl-cl-libsvm-format@0.1.0-0.3300f84 sbcl-cl-store@0.8.11-1.c787337
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/masatoi/cl-online-learning
Licenses: Expat
Synopsis: Online Machine Learning for Common Lisp
Description:

This library contains a collection of machine learning algorithms for online linear classification written in Common Lisp.

sbcl-parser-combinators 0.0.0-1.9c7569a
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cl-containers@0.12.1-4.781ebfe sbcl-cl-ppcre@2.1.1 sbcl-iterate@1.5.3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/Ramarren/cl-parser-combinators
Licenses: Modified BSD
Synopsis: Parser combinators in Common Lisp
Description:

PARSER-COMBINATORS is a library implementing monadic parser combinators in Common Lisp, similar in concept to Haskell Parsec system.

sbcl-vas-string-metrics 0.0.0-1.f2e4500
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/vsedach/vas-string-metrics
Licenses: LGPL 3+
Synopsis: String distance algorithms for Common Lisp
Description:

VAS-STRING-METRICS provides the Jaro, Jaro-Winkler, Soerensen-Dice, Levenshtein, and normalized Levenshtein string distance/similarity metrics algorithms.

sbcl-quantile-estimator 0.0.1
Dependencies: sbcl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/deadtrickster/quantile-estimator.cl
Licenses: Expat
Synopsis: Effective computation of biased quantiles over data streams
Description:

Common Lisp implementation of Graham Cormode and S. Muthukrishnan's Effective Computation of Biased Quantiles over Data Streams in ICDE’05.

sbcl-temporal-functions 0.0.0-1.780d595
Dependencies: sbcl-fn@0.0.0-1.8d8587d
Channel: tassos-guix
Location: tassos-guix/packages/lisp-xyz.scm (tassos-guix packages lisp-xyz)
Home page: https://github.com/cbaggers/temporal-functions
Licenses: Expat
Synopsis: Rewrite of the temporal function code from cepl.
Description:

Temporal-Functions adds tlambda & tdefun along with a small collection of related funcs and macros. tlambda is a lambda with an internal concept of time.

sbcl-cl-data-structures 1.4.1-2.ffab568
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-bordeaux-threads@0.9.3 sbcl-cl-ppcre@2.1.1 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-documentation-utils-extensions@0.0.0-1.f67f8a0 sbcl-flexichain@1.5.1-2.9af644a sbcl-iterate@1.5.3 sbcl-lparallel@2.8.4-1.80fc295 sbcl-metabang-bind@0.8.0-2.0819642 sbcl-more-conditions@0.4.5-1.b4859fb sbcl-serapeum@0.0.0-12.c08442a sbcl-trivial-garbage@0.21-0.3474f64
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://sirherrbatka.github.io/cl-data-structures/main.html
Licenses: FreeBSD
Synopsis: Data Structures and streaming algorithms for Common Lisp
Description:

CL-DATA-STRUCTURES is a Common Lisp library providing a portable collection of mutable and immutable data structures (dictionaries, sets, queues, sequences) and algorithms.

Total results: 1015