_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
clasp-plump 2.0.0-3.0c3e0b5
Dependencies: clasp-array-utils@1.2.0-0.29da8fc 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/plump/
Licenses: Zlib
Synopsis: Lenient XML / XHTML / HTML parser for Common Lisp
Description:

Plump is a parser for HTML/XML-like documents, focusing on being lenient towards invalid markup. It can handle things like invalid attributes, bad closing tag order, unencoded entities, inexistent tag types, self-closing tags and so on. It parses documents to a class representation and offers a small set of DOM functions to manipulate it. It can be extended to parse to your own classes.

clasp-jsown 1.0.1-1.744c440
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/madnificent/jsown
Licenses: Expat
Synopsis: Fast JSON reader / writer library for Common Lisp
Description:

jsown is a high performance Common Lisp JSON parser. Its aim is to allow for the fast parsing of JSON objects in Common Lisp. Recently, functions and macros have been added to ease the burden of writing and editing jsown objects.

jsown allows you to parse JSON objects quickly to a modifiable Lisp list and write them back. If you only need partial retrieval of objects, jsown allows you to select the keys which you would like to see parsed. jsown also has a JSON writer and some helper methods to alter the JSON objects themselves.

clasp-rutils 5.2.1-0.db3c3f4
Dependencies: clasp-closer-mop@1.0.0-3.7b86f2a clasp-named-readtables@0.9-4.d5ff162
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/vseloved/rutils
Licenses: Modified BSD
Synopsis: Radical Utilities for Common Lisp
Description:

RUTILS is a syntactic utilities package for Common Lisp.

clasp-piping 2.0.0-1.c7a4163
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/piping/
Licenses: Zlib
Synopsis: Library to enable simple message pipelines
Description:

This is a Common Lisp library to enable simple message pipelines.

clasp-cl-pcg 1.0.0-1.8263d85
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/sjl/cl-pcg
Licenses: Expat
Synopsis: Permuted congruential generators in Common Lisp
Description:

This is a bare-bones Permuted Congruential Generator implementation in pure Common Lisp.

clasp-shasht 0.1-2.27ba0a8
Dependencies: clasp-closer-mop@1.0.0-3.7b86f2a clasp-trivial-do@0.1-1.03a1729
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://yitzchak.github.io/shasht/
Licenses: Expat
Synopsis: Common Lisp JSON reading and writing library
Description:

This package provides a Common Lisp library to work with the JSON file format.

clasp-fiasco 0.0.1-2.bb47d2f
Dependencies: clasp-alexandria@1.4-0.009b7e5 clasp-trivial-gray-streams@2.0-1.2b3823e
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://github.com/joaotavora/fiasco
Licenses: Public Domain X11-style
Synopsis: Simple and powerful test framework for Common Lisp
Description:

A Common Lisp test framework that treasures your failures, logical continuation of Stefil. It focuses on interactive debugging.

clasp-optima 1.0-1.373b245
Dependencies: clasp-alexandria@1.4-0.009b7e5 clasp-closer-mop@1.0.0-3.7b86f2a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/m2ym/optima
Licenses: Expat
Synopsis: Optimized pattern matching library for Common Lisp
Description:

Optima is a fast pattern matching library which uses optimizing techniques widely used in the functional programming world.

clasp-conium 0.0.0-1.089adfd
Dependencies: clasp-closer-mop@1.0.0-3.7b86f2a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/sharplispers/conium
Licenses: Public Domain
Synopsis: Portability library for debugger- and compiler-related tasks
Description:

Conium is a portability library for debugger- and compiler-related tasks in Common Lisp. It is fork of SWANK-BACKEND.

clasp-xlunit 0.6.3-1.3805d34
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://quickdocs.org/xlunit/
Licenses: Modified BSD
Synopsis: Unit testing package for Common Lisp
Description:

The XLUnit package is a toolkit for building test suites. It is based on the XPTest package by Craig Brozensky and the JUnit package by Kent Beck.

clasp-clunit 0.2.3-1.6f6d728
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://tgutu.github.io/clunit/
Licenses: Expat
Synopsis: CLUnit is a Common Lisp unit testing framework
Description:

CLUnit is a Common Lisp unit testing framework. It is designed to be easy to use so that you can quickly start testing. CLUnit provides a rich set of features aimed at improving your unit testing experience.

clasp-feeder 1.0.0-1.b05f517
Dependencies: clasp-documentation-utils@1.2.0-0.98630dd clasp-local-time@1.0.6-4.40169fe clasp-plump@2.0.0-3.0c3e0b5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/feeder/
Licenses: Zlib
Synopsis: RSS, Atom and general feed parsing and generating
Description:

Feeder is a syndication feed library. It presents a general protocol for representation of feed items, as well as a framework to translate these objects from and to external formats. It also implements the RSS 2.0 and Atom formats within this framework.

clasp-kaputt 0.0.0-1.f26c9b0
Dependencies: clasp-cl-ppcre@2.1.1
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://github.com/foretspaisibles/cl-kaputt
Licenses: CeCILL-B
Synopsis: Simple interactive test framework for Common Lisp
Description:

KAPUTT is a test framework for Common Lisp that focuses on the following features:

  • KAPUTT is simple, it only defines three abstractions testcase, assertion and protocol and does not add any artefact on the backtrace when errors occur.

  • KAPUTT is extensible, it is possible to add problem-specific assertions to make test code more informative.

  • KAPUTT fits well interactive development.

clasp-uax-14 1.0.0-1.0432162
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/uax-14/
Licenses: Zlib
Synopsis: Unicode Standard Annex #14 for standardised line breaking
Description:

This is an implementation of the Unicode Standards Annex #14 (http://www.unicode.org/reports/tr14/) line breaking algorithm. It provides a fast and convenient way to determine line breaking opportunities in text.

Note that this algorithm does not support break opportunities that require morphological analysis. In order to handle such cases, please consult a system that provides this kind of capability, such as a hyphenation algorithm.

Also note that this system is completely unaware of layouting decisions. Any kind of layouting decisions, such as which breaks to pick, how to space between words, how to handle bidirectionality, and what to do in emergency situations when there are no breaks on an overfull line are left up to the user.

clasp-parseq 0.5.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/mrossini-ethz/parseq
Licenses: GPL 2
Synopsis: Parsing expression grammars for sequences
Description:

Parseq (pronounced parsec) is a parsing library for common lisp. It can be used for parsing lisp's sequences types: strings, vectors (e.g. binary data) and lists. Furthermore, parseq is able to parse nested structures such as trees (e.g. lists of lists, lists of vectors, vectors of strings).

Parseq uses parsing expression grammars (PEG) that can be defined through a simple interface. Extensions to the standard parsing expressions are available. Parsing expressions can be parameterised and made context aware. Additionally, the definition of each parsing expression allows the arbitrary transformation of the parsing tree.

The library is inspired by Esrap and uses a very similar interface. No code is shared between the two projects, however. The features of Esrap are are mostly included in parseq and complemented with additional, orthogonal features. Any resemblance to esrap-liquid is merely coincidental.

clasp-incless 0.0.1-0.395accf
Dependencies: clasp-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/s-expressionists/incless
Licenses: FreeBSD
Synopsis: Implements print-object methods for many standard classes
Description:

cl-incless implements print-object methods for many standard classes.

clasp-binpack 0.0.1-1.e67f56b
Dependencies: clasp-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/lispgames/binpack
Licenses: Expat
Synopsis: Common Lisp rectangle packer for sprite/texture atlases
Description:

This library features a rectangle packer for sprite and texture atlases.

clasp-ptester 2.1.3-1.fe69fde
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://quickdocs.org/ptester/
Licenses: LLGPL
Synopsis: Portable test harness package
Description:

ptester is a portable testing framework based on Franz's tester module.

clasp-mt19937 1.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.cliki.net/mt19937
Licenses: Public Domain
Synopsis: Mersenne Twister pseudo-random number generator
Description:

MT19937 is a portable Mersenne Twister pseudo-random number generator for Common Lisp.

clasp-dissect 1.0.0-2.a70cabc
Dependencies: clasp-cl-ppcre@2.1.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/dissect/
Licenses: Zlib
Synopsis: Introspection library for the call stack and restarts
Description:

Dissect is a small Common Lisp library for introspecting the call stack and active restarts.

clasp-fakenil 1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.hexstreamsoft.com/libraries/fakenil/
Licenses: Unlicense
Synopsis: Provides a canonical stand-in for NIL
Description:

This package provides a canonical stand-in for NIL for contexts where NIL means no value.

clasp-map-set 0.0.0-1.7b4b545
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://bitbucket.org/tarballs_are_good/map-set
Licenses: Modified BSD
Synopsis: Set-like data structure
Description:

Implementation of a set-like data structure with constant time addition, removal, and random selection.

clasp-cl-cont 0.3.8-1.fc1fa7e
Dependencies: clasp-alexandria@1.4-0.009b7e5 clasp-closer-mop@1.0.0-3.7b86f2a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/cl-cont/
Licenses: LLGPL
Synopsis: Delimited continuations for Common Lisp
Description:

This is a library that implements delimited continuations by transforming Common Lisp code to continuation passing style.

clasp-clunit2 0.7.0-1.dd654e1
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://codeberg.org/cage/clunit2
Licenses: Expat
Synopsis: Unit testing framework for Common Lisp
Description:

CLUnit2 is a Common Lisp unit testing framework. It is designed to be easy to use so that you can quickly start testing.

Page: 12345678
Total results: 178