_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
sbcl-cl-mod-prime 18cc91c9ece1dccfdedba640135e8e1199f0a48d
Channel: atlas
Location: atlas/packages/lisp.scm (atlas packages lisp)
Home page: https://github.com/g000001/lisp-critic
Licenses: Expat
Synopsis: Modular Arithmetic and Prime Number Library for Common Lisp
Description:
  • mod-mult

  • mod-expt

  • mod-inv

  • mod-sqrt <- under implementation

  • mod-nth-root <- under implementation

  • dlog <- under implementation

sbcl-eazy-gnuplot 0.2.0-0.2eb900f
Dependencies: gnuplot@6.0.1 sbcl-alexandria@1.4-0.009b7e5 sbcl-iterate@1.5.3 sbcl-trivia@0.1-0.8b406c3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/guicho271828/eazy-gnuplot
Licenses: LLGPL
Synopsis: Common Lisp interface to gnuplot
Description:

Eazy-Gnuplot is a Common Lisp interface to gnuplot which eschews CFFI, CLOS and structures. It communicates with gnuplot via *standard-output*, and users can plot data by printing to that stream.

sbcl-binary-types 1.2-1.9ec4204
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/frodef/binary-types/
Licenses: Modified BSD
Synopsis: Read and write binary records for Common Lisp
Description:

Binary-types is a Common Lisp package for reading and writing binary files. Binary-types provides macros that are used to declare the mapping between Lisp objects and some binary (i.e. octet-based) representation.

sbcl-cl-ipfs-api2 0.51-0.3ee52c8
Dependencies: sbcl-arnesi@2.0.0-1.1e7dc4c sbcl-drakma@2.0.8 sbcl-yason@0.8.4
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/JadedCtrl/cl-ipfs-api2/
Licenses: LGPL 3
Synopsis: Bindings for the IPFS HTTP API
Description:

cl-sbcl-cl-ipfs-api2 is a pretty simple set of IPFS bindings for Common Lisp, using the HTTP API for (almost) everything, except for pubsub (which uses the locally installed go-ipfs program).

sbcl-cl-freetype2 1.1-1.8bcb232
Dependencies: freetype@2.13.0 sbcl-alexandria@1.4-0.009b7e5 sbcl-cffi@0.24.1-2.32c90d4 sbcl-trivial-garbage@0.21-0.3474f64
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/rpav/cl-freetype2
Licenses: Modified BSD
Synopsis: Common Lisp bindings for Freetype 2
Description:

This is a general Freetype 2 wrapper for Common Lisp using CFFI. It's geared toward both using Freetype directly by providing a simplified API, as well as providing access to the underlying C structures and functions for use with other libraries which may also use Freetype.

sbcl-cl-ansi-text 2.0.1-1.8b129d8
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cl-colors2@0.6.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/pnathan/cl-ansi-text
Licenses: LLGPL
Synopsis: ANSI terminal color implementation for Common Lisp
Description:

cl-ansi-text provides utilities which enable printing to an ANSI terminal with colored text. It provides the macro with-color which causes everything printed in the body to be displayed with the provided color. It further provides functions which will print the argument with the named color.

sbcl-cl-num-utils 0.1-1.97a88cd
Dependencies: sbcl-anaphora@0.9.8 sbcl-alexandria@1.4-0.009b7e5 sbcl-array-operations@0.0.0-0.75cbc3b sbcl-cl-slice@0.1.0-1.c531683 sbcl-let-plus@0.0.0-2.455e657
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/tpapp/cl-num-utils
Licenses: Boost 1.0
Synopsis: Numerical utilities for Common Lisp
Description:

cl-num-utils implements simple numerical functions for Common Lisp, including:

  • num=, a comparison operator for floats

  • simple arithmeric functions, like sum and l2norm

  • elementwise operations for arrays

  • intervals

  • special matrices and shorthand for their input

  • sample statistics

  • Chebyshev polynomials

  • univariate rootfinding

sbcl-parse-number 1.7
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.cliki.net/PARSE-NUMBER
Licenses: Modified BSD
Synopsis: Parse numbers
Description:

parse-number is a library of functions for parsing strings into one of the standard Common Lisp number types without using the reader. parse-number accepts an arbitrary string and attempts to parse the string into one of the standard Common Lisp number types, if possible, or else parse-number signals an error of type invalid-number.

sbcl-history-tree 0.1.2
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-custom-hash-table@0.3-1.f269831 sbcl-local-time@1.0.6-4.40169fe sbcl-nclasses@0.6.1 sbcl-trivial-package-local-nicknames@0.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/atlas-engineer/history-tree
Licenses: Modified BSD
Synopsis: Store the history of a browser's visited paths
Description:

This data structure can be used to store the history of visited paths or URLs with a file or web browser, in a way that no “forward” element is ever forgotten.

The history tree is “global” in the sense that multiple owners (e.g. tabs) can have overlapping histories. On top of that, an owner can spawn another one, starting from one of its nodes (typically when you open a URL in a new tab).

sbcl-random-state 0.1.0-1.c270d4f
Dependencies: sbcl-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/random-state/
Licenses: Zlib
Synopsis: Portable random number generation
Description:

This library is a collection of pseudo random number generators.

While Common Lisp does provide a RANDOM function, it does not allow the user to pass an explicit SEED, nor to portably exchange the random state between implementations. This can be a headache in cases like games, where a controlled seeding process can be very useful.

For both curiosity and convenience, this library offers multiple algorithms to generate random numbers, as well as a bunch of generally useful methods to produce desired ranges.

sbcl-nactivitypub 0.0.5
Dependencies: sbcl-cl-str@0.21 sbcl-dexador@0.9.15-2.051cbb7 sbcl-local-time@1.0.6-4.40169fe sbcl-lparallel@2.8.4-1.80fc295 sbcl-njson@1.2.2 sbcl-quri@0.7.0-0.03ecaf3 sbcl-serapeum@0.0.0-12.c08442a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/atlas-engineer/nactivitypub
Licenses: Modified BSD
Synopsis: Common Lisp implementation of ActivityPub and ActivityStreams standards
Description:

This package provides a Common Lisp implementation of ActivityPub and ActivityStreams standards for social networking.

Features:

  • Parsing and un-parsing ActivityStreams JSON-LD objects to/from CLOS objects with convenient accessors on those.

  • Sending and fetching ActivityStreams objects to/from the ActivityStreams-enabled HTTP(S) URLs.

  • Semantic info extraction with methods like name*, url*, author*, and published*.

  • No reliance on JSON parser. njson is used for parser-independent JSON handling. Load the parser backend you prefer!

sbcl-cl-uglify-js 0.1-1.429c5e1
Dependencies: sbcl-parse-js@0.0.0-1.fbadc60 sbcl-cl-ppcre@2.1.1 sbcl-cl-ppcre-unicode@2.1.1 sbcl-parse-number@1.7 sbcl-iterate@1.5.3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/mishoo/cl-uglify-js
Licenses: Zlib
Synopsis: JavaScript compressor library for Common Lisp
Description:

This is a Common Lisp version of UglifyJS, a JavaScript compressor. It works on data produced by parse-js to generate a minified version of the code. Currently it can:

  • reduce variable names (usually to single letters)

  • join consecutive var statements

  • resolve simple binary expressions

  • group most consecutive statements using the sequence operator (comma)

  • remove unnecessary blocks

  • convert IF expressions in various ways that result in smaller code

  • remove some unreachable code

sbcl-cl-utilities 0.0.0-1.dce2d2f
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/cl-utilities
Licenses: Public Domain
Synopsis: Collection of semi-standard utilities
Description:

On Cliki.net <http://www.cliki.net/Common%20Lisp%20Utilities>, there is a collection of Common Lisp Utilities, things that everybody writes since they're not part of the official standard. There are some very useful things there; the only problems are that they aren't implemented as well as you'd like (some aren't implemented at all) and they aren't conveniently packaged and maintained. It takes quite a bit of work to carefully implement utilities for common use, commented and documented, with error checking placed everywhere some dumb user might make a mistake.

sbcl-async-process 859db12e7f8bf3546487ea4fd7681d07c767306a
Dependencies: sbcl-cffi@0.24.1-2.32c90d4
Channel: atlas
Location: atlas/packages/lisp.scm (atlas packages lisp)
Home page: https://github.com/lem-project/async-process
Licenses: Expat
Synopsis: asynchronous process execution for common lisp
Description:
sbcl-cl-quickcheck 0.0.4-1.807b279
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://github.com/mcandre/cl-quickcheck
Licenses: Expat
Synopsis: Common Lisp port of the QuickCheck unit test framework
Description:

Common Lisp port of the QuickCheck unit test framework

sbcl-format-colors 0.1-0.fecb1d8
Dependencies: sbcl-cl-ansi-text@2.0.1-1.8b129d8
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/vindarel/format-colors
Licenses: LLGPL
Synopsis: Custom format functions for colorful output
Description:

This package provides simple format directives to print in colors.

sbcl-hunchensocket 1.0.0-0.faf2c08
Dependencies: sbcl-hunchentoot@1.3.0-1.7686239 sbcl-alexandria@1.4-0.009b7e5 sbcl-cl-base64@3.3.4-1.577683b sbcl-sha1@1.0-0.be8b1b1 sbcl-flexi-streams@1.0.19-0.74a1027 sbcl-chunga@1.1.7 sbcl-trivial-utf-8@0.0.0-2.6ca9943 sbcl-trivial-backtrace@1.1.0-2.7f90b4a sbcl-cl-fad@0.7.6-1.3f4d32d
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/joaotavora/hunchensocket
Licenses: Expat
Synopsis: RFC6455 compliant WebSockets for Common Lisp
Description:

This library provides a WebSockets extension for the Huchentoot web server.

sbcl-distributions 1.0.0-0.ea72622
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-anaphora@0.9.8 sbcl-array-operations@0.0.0-0.75cbc3b sbcl-cephes@1.2-0.d87146f sbcl-float-features@1.0.0-2.c1f86ae sbcl-let-plus@0.0.0-2.455e657 sbcl-numerical-utilities@1.2.0-0.44f45ba sbcl-special-functions@1.2.0-0.f3ca279
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://lisp-stat.dev/docs/manuals/distributions/
Licenses: Ms-PL
Synopsis: Statistical distributions for Common Lisp
Description:

The Distributions package provides a collection of probabilistic distributions and related functions

sbcl-async-process 0.0.1-2.3b16b91
Dependencies: libasyncprocess@0.0.1-2.3b16b91 sbcl-cffi@0.24.1-2.32c90d4
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/lem-project/async-process
Licenses: Expat
Synopsis: Asynchronous process execution for Common Lisp
Description:

This library provides an asynchronous process execution mechanism for Common Lisp.

sbcl-asd-generator 1.0-0.27f9497
Dependencies: sbcl-cl-fad@0.7.6-1.3f4d32d sbcl-iterate@1.5.3 sbcl-alexandria@1.4-0.009b7e5 sbcl-trivia@0.1-0.8b406c3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/phoe/asd-generator
Licenses: GPL 3+
Synopsis: Automatic generator for .asd files
Description:

This package provides an automatic generator for ASDF's .asd files.

sbcl-sxql-composer 0.1-1.2b2230c
Dependencies: sbcl-sxql@0.1.0-3.cc3478c
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/mmontone/sxql-composer
Licenses: Expat
Synopsis: Build and compose SXQL queries dynamically
Description:

This is a Common Lisp library to build and compose SXQL queries dynamically.

sbcl-spatial-trees 0-1.81fdad0
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-optima@1.0-1.373b245 sbcl-iterate@1.5.3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/rpav/spatial-trees
Licenses: Modified BSD
Synopsis: Dynamic index data structures for spatially-extended data
Description:

Spatial-trees is a set of dynamic index data structures for spatially-extended data.

sbcl-machine-state 1.0.0-2.3d258ee
Dependencies: sbcl-bordeaux-threads@0.9.3 sbcl-cffi@0.24.1-2.32c90d4 sbcl-cl-opengl@0.1.0-1.e2d83e0 sbcl-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/machine-state/
Licenses: Zlib
Synopsis: Retrieve machine state information about CPU time, memory usage and more
Description:

This library implements various functions to access status information about the machine, process, etc.

sbcl-garbage-pools 0.1.2-1.9a7cb7f
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/archimag/garbage-pools
Licenses: Expat
Synopsis: Resource management pools for Common Lisp
Description:

GARBAGE-POOLS is Common Lisp re-implementation of the APR Pools for resource management.

Total results: 977