_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
clasp 3.4.0
Dependencies: libpotassco@0.0-3.2eecf5f
Channel: guix
Location: gnu/packages/potassco.scm (gnu packages potassco)
Home page: https://potassco.org/
Licenses: Expat
Synopsis: Answer set solver
Description:

clasp is an answer set solver for (extended) normal and disjunctive logic programs. The primary algorithm of clasp relies on conflict-driven nogood learning, a technique that proved very successful for satisfiability checking (SAT).

clasp-rt 1990.12.19-1.a6a7503
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://www.cliki.net/rt
Licenses: Expat
Synopsis: MIT Regression Tester
Description:

RT provides a framework for writing regression test suites.

clasp-fn 0.0.0-1.8d8587d
Dependencies: clasp-named-readtables@0.9-4.d5ff162
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/cbaggers/fn
Licenses: Public Domain
Synopsis: Macros for lambda brevity
Description:

This is a Common Lisp library providing lambda shorthand macros aiming to be used in cases where the word lambda and the arguments are longer than the body of the lambda.

clasp-cl 2.7.0
Dependencies: boost@1.83.0 clang-toolchain@19.1.7 fmt@9.1.0 gcc@11.4.0 gmp@6.3.0 libelf@0.8.13 libunwind@1.6.2
Channel: guix
Location: gnu/packages/lisp.scm (gnu packages lisp)
Home page: https://clasp-developers.github.io/
Licenses: LGPL 2.1+
Synopsis: Common Lisp implementation based on LLVM and C++
Description:

Clasp is a new Common Lisp implementation that seamlessly interoperates with C++ libraries and programs using LLVM for compilation to native code. This allows Clasp to take advantage of a vast array of preexisting libraries and programs, such as out of the scientific computing ecosystem. Embedding them in a Common Lisp environment allows you to make use of rapid prototyping, incremental development, and other capabilities that make it a powerful language.

clasp-1am 0.0-1.8b1da94
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://github.com/lmj/1am
Licenses: Expat
Synopsis: Minimal testing framework for Common Lisp
Description:

A minimal testing framework for Common Lisp.

clasp-amb 1.0.0-0.884bef6
Dependencies: clasp-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/phoe/amb/
Licenses: Expat
Synopsis: Implementation of John McCarthy's ambiguous operator
Description:

cl-amb provides an implementation of John McCarthy's ambiguous operator in portable Common Lisp.

clasp-2am 0.0.0-0.1d2fd21
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://gitlab.common-lisp.net/dkochmanski/2am
Licenses: Expat
Synopsis: Small testing framework based on 1am
Description:

This is a small testing framework for Common Lisp. The entire API consists of: test, is, signals, finishes, run, suite and setf suite.

clasp-eos 0.0.0-2.b4413bc
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://github.com/adlai/Eos
Licenses: Expat
Synopsis: Unit Testing for Common Lisp
Description:

Eos was a unit testing library for Common Lisp. It began as a fork of FiveAM; however, FiveAM development has continued, while that of Eos has not. Thus, Eos is now deprecated in favor of FiveAM.

clasp-vom 0.1.4-1.1aeafeb
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/orthecreedence/vom
Licenses: Expat
Synopsis: Tiny logging utility for Common Lisp
Description:

Vom is a logging library for Common Lisp. It's goal is to be useful and small. It does not provide a lot of features as other loggers do, but has a small codebase that's easy to understand and use.

clasp-for 1.2.0-1.a397829
Dependencies: clasp-documentation-utils@1.2.0-0.98630dd clasp-form-fiddle@1.1.0-0.e0c2359 clasp-lambda-fiddle@1.0.0-1.d16bba5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/for/
Licenses: Zlib
Synopsis: Extensible iteration macro library
Description:

For is a library for an extensible iteration macro. It allows you to write concise looping constructs similar to loop and iterate. Unlike loop however it is extensible and sensible, and unlike iterate it does not require code-walking and is easier to extend.

clasp-puri 1.5.7-2.4bbab89
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: http://puri.kpe.io/
Licenses: LLGPL
Synopsis: Portable URI Library
Description:

This is a portable Universal Resource Identifier library for Common Lisp programs. It parses URI according to the RFC 2396 specification.

clasp-sha1 1.0-0.be8b1b1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/massung/sha1
Licenses: ASL 2.0
Synopsis: SHA1 Digest and HMAC for Common Lisp
Description:

This is a very simple implementation of SHA1 and HMAC-SHA1 for Common Lisp. The code is intended to be easy to follow and is therefore a little slower than it could be.

clasp-smug 0.0.0-0.647a242
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://smug.drewc.ca/
Licenses: Expat
Synopsis: Parser combinators for Common Lisp
Description:

cl-smug is a library for parsing text, based on monadic parser combinators. Using a simple technique from the functional programming camp, cl-smug makes it simple to create quick extensible recursive descent parsers without funky syntax or impenetrable macrology.

clasp-diff 0.4-1.9c84bef
Dependencies: clasp-cl-ppcre@2.1.1 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/froydnj/diff
Licenses: Modified BSD
Synopsis: Common Lisp library for computing differences between files
Description:

DIFF is a package for computing various forms of differences between blobs of data and then doing neat things with those differences. Currently diff knows how to compute three common forms of differences: "unified" format diffs, "context" format diffs, and "vdelta" format binary diffs.

clasp-flow 1.0.0-1.6d925af
Dependencies: clasp-closer-mop@1.0.0-3.7b86f2a 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/flow/
Licenses: Zlib
Synopsis: Tools for the representation of graphs and flowcharts
Description:

FLOW is a flowchart graph library. Unlike other graphing libraries, this one focuses on nodes in a graph having distinct ports through which connections to other nodes are formed. This helps in many concrete scenarios where it is important to distinguish not only which nodes are connected, but also how they are connected to each other.

Particularly, a lot of data flow and exchange problems can be reduced to such a flowchart. For example, an audio processing library may present its pipeline as a flowchart of segments that communicate with each other through audio sample buffers. Flow gives a convenient view onto this kind of problem, and even allows the generic visualisation of graphs in this format.

clasp-yason 0.8.4
Dependencies: clasp-alexandria@1.4-0.009b7e5 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/phmarek/yason
Licenses: Modified BSD
Synopsis: Common Lisp JSON parser/encoder
Description:

YASON is a Common Lisp library for encoding and decoding data in the JSON interchange format.

clasp-kmrcl 1.111-1.4a27407
Dependencies: clasp-rt@1990.12.19-1.a6a7503
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: http://files.kpe.io/kmrcl/
Licenses: LLGPL
Synopsis: General utilities for Common Lisp programs
Description:

KMRCL is a collection of utilities used by a number of Kevin Rosenberg's Common Lisp packages.

clasp-babel 0.5.0-3.627d6a6
Dependencies: clasp-alexandria@1.4-0.009b7e5 clasp-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/babel/
Licenses: FreeBSD Expat
Synopsis: Charset encoding and decoding library
Description:

Babel is a charset encoding and decoding library, not unlike GNU libiconv, but completely written in Common Lisp.

clasp-ctype 0.0.0-4.6eb84df
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/ctype
Licenses: FreeBSD
Synopsis: Common Lisp type system implementation
Description:

This system is an implementation of the Common Lisp type system; particularly cl:typep and cl:subtypep.

clasp-cesdi 1.0.1
Dependencies: clasp-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/cesdi/
Licenses: Unlicense
Synopsis: Ergonomic initialization of effective slot definition objects
Description:

This package provides a compute-effective-slot-definition-initargs generic function that allows for more ergonomic initialization of effective slot definition objects.

clasp-termp 0.1-0.29789fe
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/vindarel/termp
Licenses: Expat
Synopsis: Test for real vs. dumb terminal window
Description:

This is a trivial utility for distinguishing between a process running in a real terminal window and a process running in a dumb one, e.g. emacs-slime.

clasp-chipz 0.8-2.82a17d3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: http://method-combination.net/lisp/chipz/
Licenses: Expat
Synopsis: Common Lisp library for decompressing deflate, zlib, gzip, and bzip2 data
Description:

DEFLATE data, defined in RFC1951, forms the core of popular compression formats such as zlib (RFC 1950) and gzip (RFC 1952). As such, Chipz also provides for decompressing data in those formats as well. BZIP2 is the format used by the popular compression tool bzip2.

clasp-py4cl 0.0.0-2.2f2a008
Dependencies: python@3.11.11 clasp-trivial-garbage@0.21-0.3474f64
Propagated dependencies: python-numpy@1.26.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/bendudson/py4cl
Licenses: Expat
Synopsis: Call python from Common Lisp
Description:

Py4CL is a bridge between Common Lisp and Python, which enables Common Lisp to interact with Python code. It uses streams to communicate with a separate python process, the approach taken by cl4py. This is different to the CFFI approach used by burgled-batteries, but has the same goal.

clasp-slynk 1.0.43-9.9c43bf6
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/joaotavora/sly
Licenses: Public Domain
Synopsis: Common Lisp IDE for Emacs
Description:

SLY is a fork of SLIME, an IDE backend for Common Lisp. It also features a completely redesigned REPL based on Emacs's own full-featured comint-mode, live code annotations, and a consistent interactive button interface. Everything can be copied to the REPL. One can create multiple inspectors with independent history.

Page: 12345678
Total results: 178