_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
sbcl-the-cost-of-nothing 0.0.0-0.f364029
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-local-time@1.0.6-4.40169fe sbcl-trivial-garbage@0.21-0.3474f64
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/marcoheisig/the-cost-of-nothing
Licenses: Expat
Synopsis: Measure the run time of Common Lisp code
Description:

THE-COST-OF-NOTHING is a library for measuring the run time of Common Lisp code. It provides macros and functions for accurate benchmarking and lightweight monitoring. Furthermore, it provides predefined benchmarks to determine the cost of certain actions on a given platform and implementation.

sbcl-physical-quantities 0.2.1
Dependencies: sbcl-parseq@0.5.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/mrossini-ethz/physical-quantities
Licenses: GPL 2
Synopsis: Numeric type with optional unit and/or uncertainty for physics
Description:

This lisp library handles physical quantities which consist of

  • value / magnitude

  • uncertainty / error

  • unit

where the type of the value can be any subtype of real. For the uncertainty, both absolute and relative values are possible. Combinations of lisp symbols or strings are used to describe units. User defined units including abbreviations and prefixes are supported. Error propagation and unit checking is performed for all defined operations.

sbcl-trivial-open-browser 0.1-1.7ab4743
Dependencies: xdg-utils@1.1.3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/eudoxia0/trivial-open-browser
Licenses: Expat
Synopsis: Open a browser window from Common Lisp
Description:

This package provides a library to open a web browser to a URL.

sbcl-trivialib-type-unify 0.1-1.62492eb
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-trivia@0.1-0.8b406c3 sbcl-introspect-environment@0.1-2.8fb20a1 sbcl-type-r@0.0.0-1.83c89e3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/guicho271828/trivialib.type-unify
Licenses: LGPL 3+
Synopsis: Common Lisp type unification
Description:

Unifies a parametrized type specifier against an actual type specifier. Importantly, it handles complicated array-subtypes and number-related types correctly.

sbcl-sealable-metaobjects 0.0.0-1.e09ec97
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/marcoheisig/sealable-metaobjects/
Licenses: Expat
Synopsis: CLOSsy way to trade genericity for performance
Description:

This library is an extension of the Common Lisp Object System (CLOS) that allows a compiler to inline a generic function under certain conditions.

sbcl-specialization-store 0.0.5-1.8d39a86
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-introspect-environment@0.1-2.8fb20a1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/markcox80/specialization-store
Licenses: FreeBSD
Synopsis: Different type of generic function for Common Lisp
Description:

SPECIALIZATION-STORE system provides a new kind of function, called a store function, whose behavior depends on the types of objects passed to the function.

sbcl-charje.documentation 0.0.0
Dependencies: sbcl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://git.sr.ht/~charje/documentation
Licenses: AGPL 3+
Synopsis: Docstring parsing library for Common Lisp
Description:

Charje.documentation can used to parse Common Lisp docstrings the charje way, or it can be used to create custom docstring parsers. Docstring parsers are composed using mixin classes and initialization methods.

sbcl-specialized-function 0.1-3.5e2b044
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-iterate@1.5.3 sbcl-lisp-namespace@0.1-2.699fccb sbcl-trivia@0.1-0.8b406c3 sbcl-trivial-cltl2@0.1.1-2.8a3bda3 sbcl-type-r@0.0.0-1.83c89e3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/numcl/specialized-function
Licenses: LGPL 3+
Synopsis: Julia-like dispatch for Common Lisp
Description:

This library is part of NUMCL. It provides a macro SPECIALIZED that performs a Julia-like dispatch on the arguments, lazily compiling a type-specific version of the function from the same code. The main target of this macro is speed.

sbcl-trivial-gray-streams 2.0-1.2b3823e
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.cliki.net/trivial-gray-streams
Licenses: X11
Synopsis: Compatibility layer for Gray streams implementations
Description:

Gray streams is an interface proposed for inclusion with ANSI CL by David N. Gray. The proposal did not make it into ANSI CL, but most popular CL implementations implement it. This package provides an extremely thin compatibility layer for gray streams.

sbcl-compiler-macro-notes 0.2.0
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cl-environments@0.4
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/digikar99/compiler-macro-notes
Licenses: Expat
Synopsis: Macros and conditions for use within macros and compiler-macros
Description:

Alternative to the compiler-macro library:

  • Here, we do not treat compiler notes as warnings, but instead these are a separate class of conditions. These are also not errors.

  • Two main condition classes are provided: compiler-macro-notes:note and compiler-macro-notes:optimization-failure-note. While the latter is a subclass of the former, the latter notes are printed in a slightly different manner to the former.

  • To be able to correctly print the expansion path that led to the condition, user code is expected to avoid performing a nonlocal exit to a place outside with-notes.

sbcl-concrete-syntax-tree 0.2.0-0.3729172
Dependencies: sbcl-acclimation@0.0.0-1.4d51150
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/s-expressionists/Concrete-Syntax-Tree
Licenses: FreeBSD
Synopsis: Parse Common Lisp code into a concrete syntax tree
Description:

This library is intended to solve the problem of source tracking for Common Lisp code.

By "source tracking", it is meant that code elements that have a known origin in the form of a position in a file or in an editor buffer are associated with some kind of information about this origin.

Since the exact nature of such origin information depends on the Common Lisp implementation and the purpose of wanting to track that origin, the library does not impose a particular structure of this information. Instead, it provides utilities for manipulating source code in the form of what is called concrete syntax trees (CSTs for short) that preserve this information about the origin.

sbcl-simple-parallel-tasks 1.0-1.ce7b60f
Dependencies: sbcl-chanl@0.4.1-1.56e90a1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://codeberg.org/glv/simple-parallel-tasks
Licenses: GPL 3
Synopsis: Common Lisp library to evaluate some forms in parallel
Description:

This is a simple Common Lisp library to evaluate some forms in parallel.

sbcl-stumpwm-globalwindows 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: Manipulate all windows in the current X session
Description:

This package provides a StumpWM module to manipulate all windows in the current X session.

sbcl-stumpwm-globalwindows 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: Manipulate all windows in the current X session
Description:

This package provides a StumpWM module to manipulate all windows in the current X session.

sbcl-stumpwm-globalwindows 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: Manipulate all windows in the current X session
Description:

This package provides a StumpWM module to manipulate all windows in the current X session.

sbcl-trivial-octet-streams 0.1-1.71b0063
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/sharplispers/trivial-octet-streams
Licenses: Modified BSD
Synopsis: In-memory octet streams for Common Lisp
Description:

TRIVIAL-OCTET-STREAMS is a Common Lisp library implementing in-memory octet streams analogous to string streams.

sbcl-modularize-interfaces 0.9.3-1.9635365
Dependencies: sbcl-lambda-fiddle@1.0.0-1.d16bba5 sbcl-modularize@1.0.0-1.86c5d9a sbcl-trivial-arguments@1.1.0-1.ecd84ed 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/modularize-interfaces/
Licenses: Zlib
Synopsis: Programmatical interfaces extension for Modularize
Description:

This is an extension to MODULARIZE that allows your application to define interfaces in-code that serve both as a primary documentation and as compliance control.

sbcl-simple-neural-network 3.1
Dependencies: sbcl-cl-store@0.8.11-1.c787337 sbcl-lparallel@2.8.4-1.80fc295
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://codeberg.org/glv/simple-neural-network
Licenses: GPL 3+
Synopsis: Simple neural network in Common Lisp
Description:

simple-neural-network is a Common Lisp library for creating, training and using basic neural networks. The networks created by this library are feedforward neural networks trained using backpropagation.

sbcl-polymorphic-functions 0.2.1
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-compiler-macro-notes@0.2.0 sbcl-ctype@0.0.0-3.c514623 sbcl-fiveam@1.4.2 sbcl-cl-form-types@0.3.2 sbcl-introspect-environment@0.1-2.8fb20a1 sbcl-slime-swank@2.30
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/digikar99/polymorphic-functions/
Licenses: Expat
Synopsis: Function type to dispatch on types instead of classes
Description:

This library provides all of

  • ad hoc polymorphism and

  • subtype polymorphism

  • parametric polymorphism (in a very limited sense)

to dispatch on the basis of types rather than classes.

sbcl-one-more-re-nightmare 0.0.0-1.5b0b02e
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-babel@0.5.0-3.627d6a6 sbcl-bordeaux-threads@0.9.3 sbcl-dynamic-mixins@0.0-1.7cc09be sbcl-esrap@0.18-4.d806138 sbcl-stealth-mixin@0.0.0-0.2f853fc sbcl-trivia@0.1-0.8b406c3 sbcl-trivial-indent@1.0.0-1.f252750
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/telekons/one-more-re-nightmare
Licenses: FreeBSD
Synopsis: Regular expression compiler in Common Lisp
Description:

one-more-re-nightmare is a regular expression engine that uses the technique presented in Regular-expression derivatives re-examined (Owens, Reppy and Turon, 2009; doi:10.1017/S0956796808007090) to interpret and compile regular expressions.

sbcl-generic-comparability 1.0.1-1.53fc284
Dependencies: sbcl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/pnathan/generic-comparability
Licenses: LLGPL
Synopsis: Implementation of cdr-8
Description:

GENERIC-COMPARABILITY is an implementation of CDR-8 (Generic Equality and Comparison for Common Lisp). CDR-8 provides an interface for the EQUALS function, which is defined as a general equality predicate, as well as a set of ordering (COMPARE) functions for comparison. The semantics are described in the CDR-8 standard.

sbcl-hu.dwim.defclass-star 2021-2.3086878
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/hu-dwim/hu.dwim.defclass-star
Licenses: Public Domain
Synopsis: Simplify definitions with defclass* and friends in Common Lisp
Description:

defclass-star provides defclass* and defcondition* to simplify class and condition declarations. Features include:

  • Automatically export all or select slots at compile time.

  • Define the :initarg and :accessor automatically.

  • Specify a name transformer for both the :initarg and :accessor, etc.

  • Specify the :initform as second slot value.

See https://common-lisp.net/project/defclass-star/configuration.lisp.html for an example.

sbcl-canonicalized-initargs 2.0
Dependencies: sbcl-cesdi@1.0.1 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-compatible-metaclasses@1.0 sbcl-enhanced-defclass@2.1 sbcl-enhanced-typep@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.hexstreamsoft.com/libraries/canonicalized-initargs/
Licenses: Unlicense
Synopsis: Standard way to canonicalize slot values
Description:

This package provides a standard way to canonicalize slot values.

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

This is a module for handling different keyboards numpad layouts in StumpWM.

Total results: 964