_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
clasp-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: Periodic table for Common Lisp
Description:

This package defines a Common Lisp package, :elements, with an ELEMENT structure and a number of functions to search the periodic table.

clasp-enhanced-typep 1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.hexstreamsoft.com/libraries/enhanced-typep/
Licenses: Unlicense
Synopsis: Enhanced version of typep
Description:

This package provides an enhanced version of typep that is exactly like the one in the Lisp spec, except it can also accept a single type argument, in which case it returns the appropriate closure.

clasp-type-templates 4.0.0-0.5b389eb
Dependencies: clasp-alexandria@1.4-0.009b7e5 clasp-documentation-utils@1.2.0-0.98630dd clasp-form-fiddle@1.1.0-0.e0c2359
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/type-templates/
Licenses: Zlib
Synopsis: Library for defining and expanding templated functions
Description:

The Type-Templates library allows you to define types and “template functions” that can be expanded into various type-specialized versions to eliminate runtime dispatch overhead. It was specifically designed to implement low-level numerical data types and functionality.

clasp-binding-arrows 1.0.0-2.46bcba8
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/phoe/binding-arrows
Licenses: Expat
Synopsis: Threading macros based on binding anonymous variables
Description:

This system implements binding threading macros -- a kind of threading macros with different semantics than classical, Clojure core threading macros or their extension, swiss-arrows. Two Common Lisp implementations of those are arrows and arrow-macros.

This system is a fork of arrows with changes in semantics that make it impossible to merge back upstream.

clasp-3d-quaternions 1.0.0-1.f477801
Dependencies: clasp-3d-matrices@1.0.0-3.bc1ffa0 clasp-3d-vectors@3.1.0-3.fc751c6 clasp-documentation-utils@1.2.0-0.98630dd
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://codeberg.org/shinmera/3d-quaternions
Licenses: Zlib
Synopsis: Quaternion and dual-quaternion functionality in Common Lisp
Description:

This is a library for quaternions. It contains most of the quaternion operations one would usually expect out of such a library and offers them both in non-modifying and modifying versions where applicable. It also tries to be efficient where plausible. Each quaternion is made up of floats, which by default are single-floats, as they do not require value boxing on most modern systems and compilers.

clasp-assertion-error 0.1.0-1.8eab692
Dependencies: clasp-dissect@1.0.0-2.a70cabc
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://github.com/noloop/assertion-error
Licenses: GPL 3
Synopsis: Error pattern for assertion libraries in Common Lisp
Description:

This package provides a Common Lisp assertion system with minimal dependencies on DISSECT.

clasp-alexandria-plus 1.1.0-0.adafb09
Dependencies: clasp-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://symbolics.github.io/alexandria-plus/
Licenses: Ms-PL
Synopsis: Conservative set of extensions to Alexandria utilities
Description:

cl-alexandria-plus is a conservative set of extensions to cl-alexandria utilities.

clasp-fare-quasiquote 1.0.1-1.640d39a
Dependencies: clasp-fare-utils@1.0.0.5-1.66e9c6f clasp-named-readtables@0.9-4.d5ff162 clasp-optima@1.0-1.373b245
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://gitlab.common-lisp.net/frideau/fare-quasiquote
Licenses: Expat
Synopsis: Pattern-matching friendly implementation of quasiquote
Description:

The main purpose of this n+2nd reimplementation of quasiquote is enable matching of quasiquoted patterns, using Optima or Trivia.

clasp-defpackage-plus 1.0-0.5492e27
Dependencies: clasp-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/rpav/defpackage-plus
Licenses: FreeBSD
Synopsis: Extensible @code{DEFPACKAGE} variant with version support
Description:

DEFPACKAGE-PLUS is an extensible DEFPACKAGE variant with predictable cross-platform behavior and some utilities useful for versioning.

clasp-trivial-garbage 0.21-0.3474f64
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/trivial-garbage/
Licenses: Public Domain
Synopsis: Portable GC-related APIs for Common Lisp
Description:

trivial-garbage provides a portable API to finalizers, weak hash-tables and weak pointers on all major implementations of the Common Lisp programming language.

clasp-misc-extensions 4.0.3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/misc-extensions/
Licenses: Public Domain
Synopsis: Collection of small macros and extensions for Common Lisp
Description:

This project is intended as a catchall for small, general-purpose extensions to Common Lisp. It contains:

  • new-let, a macro that combines and generalizes let, let* and multiple-value-bind,

  • gmap, an iteration macro that generalizes map.

clasp-py-configparser 1.0.3
Dependencies: clasp-parse-number@1.7
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/py-configparser/
Licenses: Expat
Synopsis: ConfigParser Python module functionality for Common Lisp
Description:

The py-configparser package implements the ConfigParser Python module functionality in Common Lisp. In short, it implements reading and writing of .INI-file style configuration files with sections containing key/value pairs of configuration options. In line with the functionalities in the python module, does this package implement basic interpolation of option values in other options.

clasp-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.

clasp-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.

clasp-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.

clasp-cl-package-locks 0.0.2-1.96a358e
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/elliottjohnson/cl-package-locks
Licenses: Expat
Synopsis: Compatibility layer for dealing with package locks
Description:

This is a Common Lisp library providing a unified way to work with package locks across supported Common Lisp implementations.

clasp-conduit-packages 2.0.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/tfeb/conduit-packages/
Licenses: Expat
Synopsis: Conduit packages for Common Lisp
Description:

This library defines a way of treating Common Lisp packages as conduits which can sit between one or more implementation packages and users of those packages.

clasp-fare-memoization 1.2.0
Dependencies: clasp-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.

clasp-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.

clasp-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.

clasp-utf8-input-stream 0.0.1-0.d33b57a
Dependencies: clasp-babel@0.5.0-3.627d6a6 clasp-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.

clasp-input-event-codes 0.0.1
Dependencies: clasp-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.

clasp-trivial-utilities 0.4.0-0.279ff25
Dependencies: clasp-alexandria@1.4-0.009b7e5 clasp-iterate@1.5.3 clasp-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.

clasp-enhanced-defclass 2.1
Dependencies: clasp-cesdi@1.0.1 clasp-closer-mop@1.0.0-3.7b86f2a clasp-compatible-metaclasses@1.0 clasp-enhanced-eval-when@1.0 clasp-object-class@1.0 clasp-shared-preferences@1.1.1 clasp-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.

Page: 123456789
Total results: 196