_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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.

sbcl-enhanced-eval-when 1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.hexstreamsoft.com/libraries/enhanced-eval-when/
Licenses: Unlicense
Synopsis: Shortcuts for EVAL-WHEN
Description:

This package provides an enhanced EVAL-WHEN macro that supports a shorthand for (eval-when (:compile-toplevel :load-toplevel :execute) ...), addressing concerns about verbosity.

sbcl-just-getopt-parser 2021.11
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/tlikonen/cl-just-getopt-parser
Licenses: CC0
Synopsis: Getopt-like command-line parser for Common Lisp
Description:

This package provides the getopt function to parse command-line options. The options are organized in valid options, other arguments and unknown arguments. Optional Lisp conditions for error situations are also defined.

sbcl-chemical-compounds 1.0.2
Dependencies: sbcl-periodic-table@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/chemboy/
Licenses: LLGPL
Synopsis: Chemical formula parser and pretty-printer for Common Lisp
Description:

It can sometimes be useful to be able to parse chemical compounds in a user-friendly syntax into easy-to-manipulate s-expressions. You also want to be able to go in reverse. You could probably write your own parser — or you could just install the chemical-compounds package.

sbcl-hunchenissr-routes 0-1.2e83197
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cl-ppcre@2.1.1 sbcl-cl-unification@0.0.0-1.01079f3 sbcl-hunchenissr@1-1.7df702f
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/interactive-ssr/hunchenissr-routes
Licenses: LLGPL
Synopsis: Enable path variables when using Hunchenissr
Description:

This library enables path variables in networking routes when using Hunchenissr for Common Lisp. If a part of the path (between two slashes) starts with a question mark (?), that symbol (without question mark) will be bound to whatever value was in the same place in the URL (as a string).

sbcl-filtered-functions 0.2.0-1.130f69e
Dependencies: 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/pcostanza/filtered-functions
Licenses: Expat
Synopsis: Extension of CLOS generic function invocation
Description:

Filtered functions provide an extension of CLOS generic function invocation that add a simple preprocessing step before the actual method dispatch is performed and thus enable the use of arbitrary predicates for selecting and applying methods. See http://www.p-cos.net/documents/filtered-dispatch.pdf for a paper that introduces and explains filtered functions in detail.

sbcl-parse-declarations 1.0.0-1.549aebb
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/parse-declarations/
Licenses: Expat
Synopsis: Parse, filter, and build declarations
Description:

Parse-Declarations is a Common Lisp library to help writing macros which establish bindings. To be semantically correct, such macros must take user declarations into account, as these may affect the bindings they establish. Yet the ANSI standard of Common Lisp does not provide any operators to work with declarations in a convenient, high-level way. This library provides such operators.

sbcl-slot-extra-options 1.1.1-1.29517d9
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-serapeum@0.0.0-12.c08442a sbcl-iterate@1.5.3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/some-mthfka/slot-extra-options/
Licenses: LGPL 3+
Synopsis: Extra options for slots using MOP
Description:

This library lets you build a metaclass which in turn lets you specify extra slot options in its classes. Options may be easily inspected and custom inheritance may be set up. The Meta-Object Protocol (MOP) is used for the implementation - through closer-mop. Some convenience function for processing slot options are also available.

Possible use case: you want to automatically set up some definitions based on some slots, but you want to have control over it right in the class definition.

sbcl-stumpwm-kbd-layouts 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/util/kbd-layouts
Licenses: GPL 3+
Synopsis: Keyboard layout switcher for StumpWM
Description:

Keyboard layout switcher for StumpWM

sbcl-enhanced-find-class 1.0
Dependencies: sbcl-closer-mop@1.0.0-3.7b86f2a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.hexstreamsoft.com/libraries/enhanced-find-class/
Licenses: Unlicense
Synopsis: Canonical way of converting class designators to classes
Description:

This package provides a canonical way of converting class designators to classes.

sbcl-lunamech-matrix-api 0.0.2-0.aa54a82
Dependencies: sbcl-cl-json@0.6.0 sbcl-cl-str@0.21 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-dexador@0.9.15-2.051cbb7 sbcl-do-urlencode@0.0.0-1.1998464 sbcl-drakma@2.0.8 sbcl-jonathan@0.1.0-1.1f448b4 sbcl-plump@2.0.0-3.0c3e0b5 sbcl-quri@0.7.0-0.03ecaf3 sbcl-reader@0.10.0 sbcl-shasht@0.1-2.27ba0a8
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/K1D77A/lunamech-matrix-api/
Licenses: Expat
Synopsis: Implementation of the Matrix API
Description:

This package provides an implementation of the Matrix API for Common Lisp.

sbcl-definitions-systems 2.0.1
Dependencies: sbcl-canonicalized-initargs@2.0 sbcl-enhanced-defclass@2.1 sbcl-enhanced-find-class@1.0 sbcl-shared-preferences@1.1.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.hexstreamsoft.com/libraries/definitions-systems/
Licenses: Unlicense
Synopsis: Unified extensible way of processing named definitions
Description:

definitions-systems provides a simple unified extensible way of processing named definitions.

sbcl-stumpwm-winner-mode 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/util/winner-mode
Licenses: GPL 3+
Synopsis: Emacs' winner-mode for StumpWM
Description:

This module provides a winner-mode for StumpWM similar to the one in Emacs.

sbcl-documentation-utils 1.2.0-0.98630dd
Dependencies: sbcl-trivial-indent@1.0.0-1.f252750
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/documentation-utils/
Licenses: Zlib
Synopsis: Few simple tools to document Common Lisp libraries
Description:

This is a small library to help you with managing the Common Lisp docstrings for your library.

sbcl-bodge-blobs-support 1.0.0-1.c5034ca
Dependencies: sbcl-cffi@0.24.1-1.3397035 sbcl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/borodust/bodge-blobs-support
Licenses: Unlicense
Synopsis: Common Lisp utilities for blob packages
Description:

This is a Common Lisp library for simplifying packaging and loading of compiled foreign library collection.

sbcl-cl-https-everywhere 0.0.0-1.cbcc73b
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-global-vars@1.0.0-0.c749f32 sbcl-parenscript@2.7.1-1.7a1ac46 sbcl-cl-markdown@0.10.6-0.3788802 sbcl-cl-tld@0.1-2.f5014da sbcl-fxml@0.0.0-1.a0e73bb sbcl-overlord@0.0.0-1.a8f37b3 sbcl-cl-ppcre@2.1.1 sbcl-serapeum@0.0.0-12.c08442a sbcl-trivial-gray-streams@2.0-1.2b3823e sbcl-vernacular@0.8.0-1.79be179
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/ruricolist/cl-https-everywhere/
Licenses: Expat GPL 2+
Synopsis: Use HTTPS Everywhere rules from Lisp
Description:

CL-HTTPS-EVERYWHERE parses HTTPS Everywhere rulesets and makes them available for use in Lisp programs.

sbcl-hu.dwim.common-lisp 2021-01-27
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: http://dwim.hu/project/hu.dwim.common-lisp
Licenses: Public Domain
Synopsis: Redefine some standard Common Lisp names
Description:

This library is a redefinition of the standard Common Lisp package that includes a number of renames and shadows.

sbcl-exponential-backoff 0-1.8d9e844
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/death/exponential-backoff
Licenses: Expat
Synopsis: Exponential backoff algorithm in Common Lisp
Description:

An implementation of the exponential backoff algorithm in Common Lisp. Inspired by the implementation found in Chromium. Read the header file to learn about each of the parameters.

sbcl-numerical-utilities 1.2.0-0.44f45ba
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-alexandria-plus@1.1.0-0.adafb09 sbcl-anaphora@0.9.8 sbcl-array-operations@0.0.0-0.75cbc3b sbcl-let-plus@0.0.0-2.455e657 sbcl-select@1.0.0-0.df7920f
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://lisp-stat.github.io/numerical-utilities
Licenses: Ms-PL
Synopsis: Utilities for numerical programming
Description:

cl-numerical-utilities is a collection of packages useful in numerical applications, each big enough to be its own package, but too small to split out into a separate ASDF system.

sbcl-trivial-main-thread 1.0.0-1.25f1149
Dependencies: sbcl-bordeaux-threads@0.9.3 sbcl-simple-tasks@1.3.0-1.745d4b5 sbcl-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/trivial-main-thread/
Licenses: Zlib
Synopsis: Compatibility library to run things in the main thread
Description:

This package provides a Common Lisp system which wraps the BORDEAUX-THREADS system to be able to run things in the main thread of the implementation, for example drawing calls of GUI applications.

Total results: 964