_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
clasp-3d-vectors 3.1.0-3.fc751c6
Dependencies: clasp-documentation-utils@1.2.0-0.98630dd
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/3d-vectors/
Licenses: Zlib
Synopsis: Utility library implementing 2D, 3D, and 4D vectors
Description:

3D-VECTORS is a library for vector math in 3D space. It contains most of the vector operations one would usually expect out of such a library and offers them both in non-modifying and modifying versions where applicable.

clasp-xhtmlambda 2022-01-21-0.c86376b
Dependencies: clasp-cl-unicode@0.1.6
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://xhtmlambda.common-lisp.dev/
Licenses: Expat
Synopsis: (X)HTML library for Common Lisp
Description:

(X)HTMLambda is yet another (X)HTML library which emphasizes programmability and user-friendliness. Each (X)HTML element is a structured object and pretty-printing of (X)HTML trees is well defined to provide properly indented human-readable output even for complex recursive arrangements.

clasp-wu-decimal 2.0.0-0.5b348bd
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/Wukix/wu-decimal
Licenses: FreeBSD
Synopsis: Arbitrary-precision decimal arithmetic
Description:

Wu-Decimal enables convenient, arbitrary-precision decimal arithmetic through a reader macro, #$, and an update to the pprint dispatch table. Wu-Decimal uses the CL rational type to store decimals, which enables numeric functions such as +, -, etc., to operate on decimal numbers in a natural way.

clasp-cl-colors2 0.6.1
Dependencies: clasp-alexandria@1.4-0.009b7e5 clasp-cl-ppcre@2.1.1 clasp-parse-number@1.7
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://codeberg.org/cage/cl-colors2
Licenses: Boost 1.0
Synopsis: Color library for Common Lisp
Description:

This is a very simple color library for Common Lisp, providing:

  • Types for representing colors in HSV, HSL, and RGB spaces.

  • Simple conversion functions between the above types.

  • Function printing colors to HEX, RGB, RGBA, and HSL.

  • Predefined colors from X11, SVG, and GDK.

clasp-lorem-ipsum 1.0-0.04a1839
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/phoe/lorem-ipsum
Licenses: Expat
Synopsis: Lorem ipsum generator in portable Common Lisp
Description:

This package provides functions for generating lorem ipsum text.

clasp-html-encode 1.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://quickdocs.org/html-encode/
Licenses: Expat
Synopsis: Common Lisp library for encoding text in various web-savvy encodings
Description:

A library for encoding text in various web-savvy encodings.

clasp-lisp-critic 1.1-1.ea19f82
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://courses.cs.northwestern.edu/325/exercises/critic.html#critic
Licenses: Expat
Synopsis: Common Lisp linter
Description:

The Lisp Critic scans your code for instances of bad Lisp programming practice.

clasp-fuzzy-dates 1.0.0-0.d6a2c22
Dependencies: clasp-cl-ppcre@2.1.1 clasp-documentation-utils@1.2.0-0.98630dd
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/vindarel/fuzzy-dates
Licenses: Zlib
Synopsis: Fuzzily parse date and time strings
Description:

Library to fuzzily parse time and date strings into a universal-time timestamp.

clasp-evaled-when 1.0-0.c59f8ab
Dependencies: clasp-trivial-cltl2@0.1.1-2.8a3bda3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.hexstreamsoft.com/libraries/evaled-when/
Licenses: Unlicense
Synopsis: Extract and replicate the compile-time side-effects of forms
Description:

This package provides a way of extracting and replicating the compile-time side-effects of forms.

clasp-parse-float 0.0.0-2.3074765
Dependencies: clasp-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/soemraws/parse-float
Licenses: Public Domain
Synopsis: Parse a floating point value from a string in Common Lisp
Description:

This package exports the following function to parse floating-point values from a string in Common Lisp.

clasp-array-utils 1.3.0-1.16e108a
Dependencies: clasp-documentation-utils@1.2.0-0.98630dd
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.com/docs/array-utils
Licenses: Zlib
Synopsis: Tiny collection of array and vector utilities for Common Lisp
Description:

A miniature toolkit that contains some useful shifting/popping/pushing functions for arrays and vectors. Originally from Plump.

clasp-string-case 0.0.2-0.718c761
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/pkhuong/string-case
Licenses: Modified BSD
Synopsis: Efficient string= case in Common Lisp
Description:

string-case is a Common Lisp macro that generates specialised decision trees to dispatch on string equality.

clasp-org-sampler 0.2.1-1.ee135a4
Dependencies: clasp-iterate@1.5.3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/jphmrst/cl-org-sampler
Licenses: LLGPL
Synopsis: Extracting Common Lisp docstrings as Emacs Org-mode documents
Description:

ORG-SAMPLER allows using Lisp docstrings and reflection to make org-mode text for inclusion into a larger document.

clasp-cache-while 0.0.0-1.38e9ffb
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/charje/cache-while
Licenses: LLGPL
Synopsis: Temporary / one-time caching macro for Common Lisp
Description:

This is a Common Lisp macro for defining temporary caches that invalidate based on expressions evaluating to different values.

clasp-form-fiddle 1.1.0-0.e0c2359
Dependencies: clasp-documentation-utils@1.2.0-0.98630dd
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/form-fiddle/
Licenses: Zlib
Synopsis: Utilities to destructure Common Lisp lambda forms
Description:

Often times we need to destructure a form definition in a Common Lisp macro. This library provides a set of simple utilities to help with that.

clasp-3d-matrices 1.0.0-3.bc1ffa0
Dependencies: 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-matrices
Licenses: Zlib
Synopsis: Utility library implementing 2x2, 3x3, 4x4 and NxM matrices
Description:

3D-MATRICES is a library implementing common matrix operations, mainly intended as the counterpiece to 3d-vectors and thus being aimed at operations in 3D space.

clasp-charje.loop 1.1.0
Dependencies: clasp-alexandria@1.4-0.009b7e5 clasp-binding-arrows@1.0.0-2.46bcba8 clasp-parse-declarations@1.0.0-1.549aebb
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://git.sr.ht/~charje/loop
Licenses: AGPL 3+
Synopsis: Loop abstraction for Common Lisp that is consistent for different kinds of data
Description:

Loop has a consistent interface unlike other looping abstractions and ANSI list operations. You can define your own efters and gatherers that integrate tightly into other operations. All operations are non-consing when possible.

clasp-slime-swank 2.31
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/slime/slime
Licenses: GPL 2+ Public Domain
Synopsis: Common Lisp Swank server
Description:

This is only useful if you want to start a Swank server in a Lisp processes that doesn't run under Emacs. Lisp processes created by M-x slime automatically start the server.

clasp-xml-emitter 1.1.0
Dependencies: clasp-cl-utilities@0.0.0-1.dce2d2f
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.cliki.net/xml-emitter
Licenses: Expat
Synopsis: Common lisp library for emitting XML output
Description:

This package provides functions to emit XML, with some complexity for handling indentation. It can be used to produce all sorts of useful XML output; it has an RSS 2.0 emitter built in, so you can make RSS feeds trivially.

clasp-definitions 1.0.0-1.1f4bd7a
Dependencies: clasp-documentation-utils@1.2.0-0.98630dd
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/definitions
Licenses: Zlib
Synopsis: General definitions reflection library
Description:

This system implements a general definitions introspection library. It gives you the ability to retrieve definitions or bindings associated with designators such as symbols, packages, and names in general. For instance, it allows you to retrieve all function, type, variable, method, etc. definitions of a symbol.

clasp-global-vars 1.0.0-0.c749f32
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/lmj/global-vars
Licenses: Expat
Synopsis: Efficient global variables in Common Lisp
Description:

In Common Lisp, a special variable that is never dynamically bound typically serves as a stand-in for a global variable. The global-vars library provides true global variables that are implemented by some compilers. An attempt to rebind a global variable properly results in a compiler error. That is, a global variable cannot be dynamically bound.

Global variables therefore allow us to communicate an intended usage that differs from special variables. Global variables are also more efficient than special variables, especially in the presence of threads.

clasp-golden-utils 0.0.0-4.e43914a
Dependencies: clasp-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/lisp-mirror/golden-utils
Licenses: Expat
Synopsis: Common Lisp utility library
Description:

This is a Common Lisp library providing various utilities.

clasp-simple-guess 1.0-0.34744e3
Dependencies: clasp-cesdi@1.0.1 clasp-closer-mop@1.0.0-3.7b86f2a clasp-compatible-metaclasses@1.0 clasp-evaled-when@1.0-0.c59f8ab
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.hexstreamsoft.com/libraries/simple-guess/
Licenses: Unlicense
Synopsis: Extensible protocol for computing a guess using advisors
Description:

This package defines a simple extensible protocol for computing a guess using advisors.

clasp-hu.dwim.asdf 20200724
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://hub.darcs.net/hu.dwim/hu.dwim.asdf
Licenses: Public Domain
Synopsis: Extensions to ASDF
Description:

Various ASDF extensions such as attached test and documentation system, explicit development support, etc.

Page: 123456789
Total results: 196