_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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-1.3397035
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-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-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-async-process 0.0.1-1.8067007
Dependencies: libasyncprocess@0.0.1-1.8067007 sbcl-cffi@0.24.1-1.3397035
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-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-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-random-sample 0.0.0-0.46b7037
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-infix-math@0.0.0-0.f5155ae sbcl-named-readtables@0.9-4.d5ff162 sbcl-serapeum@0.0.0-12.c08442a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/ruricolist/random-sample
Licenses: Expat
Synopsis: Take a random sample from a sequence
Description:

Random-Sample is a library for reliably taking a random sample from a sequence.

sbcl-machine-state 1.0.0-2.3d258ee
Dependencies: sbcl-bordeaux-threads@0.9.3 sbcl-cffi@0.24.1-1.3397035 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.

sbcl-simple-routes 0.3-1.6f88c38
Dependencies: sbcl-cl-ppcre@2.1.1 sbcl-hunchentoot@1.3.0-1.7686239
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://gitlab.com/vancan1ty/simple-routes
Licenses: FreeBSD
Synopsis: URL routing library for Hunchentoot
Description:

simple-routes is a simple Common Lisp RESTful routing facility on top of Hunchentoot.

sbcl-cl-steamworks 1.0.0-1.9d6a4de
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-babel@0.5.0-3.627d6a6 sbcl-cffi@0.24.1-1.3397035 sbcl-documentation-utils@1.2.0-0.98630dd sbcl-float-features@1.0.0-2.c1f86ae sbcl-trivial-features@1.0 sbcl-trivial-garbage@0.21-0.3474f64 sbcl-trivial-gray-streams@2.0-1.2b3823e
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/cl-steamworks/
Licenses: Zlib
Synopsis: Wrapper for the Valve SteamWorks API
Description:

This is a wrapper library to allow you to interface with the Valve SteamWorks API.

sbcl-html-entities 0.02-1.4af0180
Dependencies: sbcl-cl-ppcre@2.1.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/BnMcGn/html-entities/
Licenses: Expat
Synopsis: Encode and decode entities in HTML with Common Lisp
Description:

Html-entities is a Common Lisp library that lets you encode and decode entities in HTML.

sbcl-cl-liballegro 0.2.15-1.49f632c
Dependencies: allegro@5.2.7.0 sbcl-cffi@0.24.1-1.3397035 sbcl-float-features@1.0.0-2.c1f86ae sbcl-trivial-garbage@0.21-0.3474f64 sbcl-trivial-main-thread@1.0.0-1.25f1149
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/resttime/cl-liballegro
Licenses: Zlib
Synopsis: Allegro 5 game programming library bindings for Common Lisp
Description:

This package provides CFFI bindings and interface to Allegro 5 game developing library for Common Lisp.

sbcl-trivial-mimes 1.1.0-2.a741fc2
Dependencies: sbcl-cl-fad@0.7.6-1.3f4d32d
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/trivial-mimes/
Licenses: Zlib
Synopsis: Tiny Common Lisp library to detect mime types in files
Description:

This is a teensy library that provides some functions to determine the mime-type of a file.

sbcl-secret-values 0.0.0-0.72996c0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/rotatef/secret-values
Licenses: Expat
Synopsis: Hide passwords and similar secret inputs
Description:

This library provides a wrapper type for secret values, to reduce the risk of accidentally revealing them.

sbcl-trivial-types 0.0.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/m2ym/trivial-types
Licenses: LLGPL
Synopsis: Trivial type definitions for Common Lisp
Description:

TRIVIAL-TYPES provides missing but important type definitions such as PROPER-LIST, ASSOCIATION-LIST, PROPERTY-LIST and TUPLE.

Total results: 964