_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
sbcl-cl-charms 0.2.0-1.64aba59
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cffi@0.24.1-1.3397035 ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/HiTECNOLOGYs/cl-charms
Licenses: Expat
Synopsis: Interface to libcurses in Common Lisp
Description:

cl-charms is an interface to libcurses in Common Lisp. It provides both a raw, low-level interface to libcurses via CFFI, and a more higher-level lispier interface.

sbcl-cl-openal 1.1
Dependencies: openal@1.23.1 freealut@1.1.0 sbcl-alexandria@1.4-0.009b7e5 sbcl-cffi@0.24.1-1.3397035
Channel: tassos-guix
Location: tassos-guix/packages/lisp-xyz.scm (tassos-guix packages lisp-xyz)
Home page: https://github.com/zkat/cl-openal
Licenses: Public Domain
Synopsis: Semi-lispy public domain bindings to the OpenAL.
Description:

cl-openal is a series of semi-lispy public domain bindings to the OpenAL API. It includes direct CFFI bindings, as well as varying levels of lispy wrappings around AL, ALC, and ALUT.

sbcl-authentic 0.1.2-2.4e9194d
Dependencies: sbcl-clsql@6.7.0 sbcl-ironclad@0.61
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/charje/cl-authentic
Licenses: LLGPL
Synopsis: User/password management for Common Lisp applications
Description:

Authentic provides a light-weight and extendible solution to user/password management for Common Lisp applications. It has features such as safe password storage in a database, password reset, user confirmation tokens, and user authentication.

sbcl-interface 0.0.0-0.6d8bd74
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-global-vars@1.0.0-0.c749f32
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/stylewarning/interface
Licenses: Modified BSD
Synopsis: System for defining interfaces
Description:

This library contains an implementation of interfaces and implementations. They're sometimes called protocols in other languages. Broadly speaking, an interface is some collection of function prototypes that a valid implementation must implement.

sbcl-cl-webkit 3.5.10
Dependencies: sbcl-cffi@0.24.1-1.3397035 sbcl-cl-cffi-gtk@3.8.8-3.1700fe6 webkitgtk-for-gtk3@2.44.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/joachifm/cl-webkit
Licenses: Expat
Synopsis: Binding to WebKitGTK+ for Common Lisp
Description:

cl-webkit is a binding to WebKitGTK+ for Common Lisp, currently targeting WebKit version 2. The WebKitGTK+ library adds web browsing capabilities to an application, leveraging the full power of the WebKit browsing engine.

sbcl-parachute 1.5.0-1.bd072b0
Dependencies: sbcl-documentation-utils@1.2.0-0.98630dd sbcl-form-fiddle@1.1.0-0.e0c2359 sbcl-trivial-custom-debugger@1.0.0-1.a560594
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://shinmera.github.io/parachute/
Licenses: Zlib
Synopsis: Extensible and cross-compatible testing framework for Common Lisp
Description:

Parachute is a simple-to-use and extensible testing framework. In Parachute, things are organised as a bunch of named tests within a package. Each test can contain a bunch of test forms that make up its body.

sbcl-cl-base64 3.3.4-1.577683b
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: http://files.kpe.io/cl-base64/
Licenses: Modified BSD
Synopsis: Common Lisp package to encode and decode base64 with URI support
Description:

This package provides highly optimized base64 encoding and decoding. Besides conversion to and from strings, integer conversions are supported. Encoding with Uniform Resource Identifiers is supported by using a modified encoding table that uses only URI-compatible characters.

sbcl-cl-markup 0.1-1.e0eb7de
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/arielnetworks/cl-markup/
Licenses: LGPL 3+
Synopsis: Markup generation library for Common Lisp
Description:

A modern markup generation library for Common Lisp that features:

  • Fast (even faster through compiling the code)

  • Safety

  • Support for multiple document types (markup, xml, html, html5, xhtml)

  • Output with doctype

  • Direct output to stream

sbcl-issr-core 0.1-1.64e3b07
Dependencies: sbcl-cl-str@0.21 sbcl-global-vars@1.0.0-0.c749f32 sbcl-plump@2.0.0-3.0c3e0b5 sbcl-tailrec@0-2.6f88284
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/interactive-ssr/client/blob/master/main.org
Licenses: LLGPL
Synopsis: The core functionality for ISSR server modules
Description:

ISSR core provides functions and variables for ISSR server modules so that different servers can behave similarly. The most important features are Document Object Model differencing to generate instructions to update a DOM, and DOM cleaning, to ensure that all remote DOMs are the same.

sbcl-cl-base58 0.1-1.f446835
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/eudoxia0/cl-base58
Licenses: Expat
Synopsis: Implementation of base58 for Common Lisp
Description:

This library implements the base58 encoding algorithm. It's basically base64 but with a smaller alphabet (58, as in the name) that doesn't include similar looking characters, among other things. See https://github.com/bitcoin/bitcoin/blob/master/src/base58.h for a full reference.

sbcl-s-sysdeps 1-3.7f8de28
Dependencies: sbcl-bordeaux-threads@0.9.3 sbcl-usocket@0.8.8
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/svenvc/s-sysdeps
Licenses: LLGPL
Synopsis: Common Lisp abstraction layer over platform dependent functionality
Description:

s-sysdeps is an abstraction layer over platform dependent functionality. This simple package is used as a building block in a number of other projects.

s-sysdeps abstracts:

  • managing processes,

  • implementing a standard TCP/IP server,

  • opening a client TCP/IP socket stream,

  • working with process locks.

sbcl-cepl.glop 0.0.0-1.8ec0980
Dependencies: sbcl-cepl@0.0.0-1.d1a10b6 sbcl-glop@0.1.0-1.45e722a
Channel: tassos-guix
Location: tassos-guix/packages/lisp-xyz.scm (tassos-guix packages lisp-xyz)
Home page: https://github.com/cbaggers/cepl.glop
Licenses: FreeBSD
Synopsis: glop host for cepl.
Description:

This package lets GLOP act as a host for CEPL What?

CEPL (like GL) relies on other libraries for managing the creation of a GL context, interaction with the Window manager and handling of input sources. The libraries that provide this functionality for CEPL are called hosts.

This is a host for CEPL which uses the GLOP library for creating the context etc.

sbcl-cl-colors 0.0.0-1.8274105
Dependencies: sbcl-alexandria@1.4-0.009b7e5 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-colors
Licenses: Boost 1.0
Synopsis: Simple color library for Common Lisp
Description:

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

  • Types for representing colors in HSV and RGB spaces.

  • Simple conversion functions between the above types (and also hexadecimal representation for RGB).

  • Some predefined colors (currently X11 color names – of course the library does not depend on X11).Because color in your terminal is nice.

This library is no longer supported by its author.

sbcl-unix-opts 0.1.7-1.0e61f34
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/hankhero/cl-json
Licenses: Expat
Synopsis: Unix-style command line options parser
Description:

This is a minimalistic parser of command line options. The main advantage of the library is the ability to concisely define command line options once and then use this definition for parsing and extraction of command line arguments, as well as printing description of command line options (you get --help for free). This way you don't need to repeat yourself. Also, unix-opts doesn't depend on anything and precisely controls the behavior of the parser via Common Lisp restarts.

sbcl-lparallel 2.8.4-1.80fc295
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-bordeaux-threads@0.9.3 sbcl-trivial-garbage@0.21-0.3474f64
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://lparallel.org/
Licenses: Expat
Synopsis: Parallelism for Common Lisp
Description:

lparallel is a library for parallel programming in Common Lisp, featuring:

  • a simple model of task submission with receiving queue,

  • constructs for expressing fine-grained parallelism,

  • asynchronous condition handling across thread boundaries,

  • parallel versions of map, reduce, sort, remove, and many others,

  • promises, futures, and delayed evaluation constructs,

  • computation trees for parallelizing interconnected tasks,

  • bounded and unbounded FIFO queues,

  • high and low priority tasks,

  • task killing by category,

  • integrated timeouts.

sbcl-spinneret 3.0-6.d4398b5
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-global-vars@1.0.0-0.c749f32 sbcl-parenscript@2.7.1-1.7a1ac46 sbcl-cl-markdown@0.10.6-0.3788802 sbcl-cl-ppcre@2.1.1 sbcl-serapeum@0.0.0-12.c08442a sbcl-trivial-gray-streams@2.0-1.2b3823e
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/ruricolist/spinneret
Licenses: Expat
Synopsis: Common Lisp HTML5 generator
Description:

In the crowded space of Common Lisp HTML generators, Spinneret occupies the following coordinates:

  • Modern. Targets HTML5. Does not treat XML and HTML as the same problem. Assumes you will be serving your documents as UTF-8.

  • Composable. Makes it easy to refactor HTML generation into separate functions and macros.

  • Pretty. Treats HTML as a document format, not a serialization. Output is idiomatic and readable, following the coding style of the HTML5 specification.

  • Aggressive. If something can be interpreted as HTML, then it will be, meaning that some Lisp forms can't be mixed with HTML syntax. In the trade-off between 90% convenience and 10% correctness Spinneret is on the side of convenience.

  • Bilingual. Spinneret (after loading spinneret/ps) has the same semantics in Lisp and Parenscript.

sbcl-inquisitor 423fa9bdd4a68a6ae517b18406d81491409ccae8
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-anaphora@0.9.8 sbcl-prove@1.0.0-2.5d71f02 sbcl-babel@0.5.0-3.627d6a6
Channel: atlas
Location: atlas/packages/lisp.scm (atlas packages lisp)
Home page: https://github.com/t-sin/inquisitor
Licenses: Expat
Synopsis: Encoding/end-of-line detection and external-format abstraction for Common Lisp
Description:
sbcl-clx-xembed 0.1-1.a5c4b84
Dependencies: sbcl-clx@0.7.6-1.69f2ebb
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/laynor/clx-xembed
Licenses: Expat
Synopsis: CL(x) xembed protocol implementation
Description:

CL(x) xembed protocol implementation

sbcl-cl-rdkafka 1.1.0
Dependencies: sbcl-bordeaux-threads@0.9.3 sbcl-cffi@0.24.1-1.3397035 librdkafka@1.4.2 sbcl-lparallel@2.8.4-1.80fc295 sbcl-trivial-garbage@0.21-0.3474f64
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/SahilKang/cl-rdkafka
Licenses: GPL 3
Synopsis: Common Lisp client library for Apache Kafka
Description:

A Common Lisp client library for Apache Kafka.

sbcl-statistics 1.0.0-0.94fc87a
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-anaphora@0.9.8 sbcl-conduit-packages@2.0.0 sbcl-distributions@1.0.0-0.ea72622 sbcl-let-plus@0.0.0-2.455e657 sbcl-numerical-utilities@1.2.0-0.44f45ba
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://lisp-stat.dev/docs/
Licenses: Expat Ms-PL
Synopsis: Statistical functions in Common Lisp
Description:

This package provides a consolidation of Common Lisp statistics libraries.

sbcl-clinenoise 0.0.0-1.46e21f9
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cffi@0.24.1-1.3397035 sbcl-split-sequence@2.0.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/jasom/clinenoise
Licenses: FreeBSD
Synopsis: Port of linenoise to Common Lisp
Description:

This package provides a trivial line-input library for VT-like terminals.

sbcl-cffi-c-ref 1.0-0.8123cbb
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cffi@0.24.1-1.3397035
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/borodust/cffi-c-ref
Licenses: Expat
Synopsis: Streamlined access to foreign memory
Description:

This Common Lisp library provides macros to access foreign memory.

sbcl-sdl2-image 1.0-1.9c05c80
Dependencies: sdl2-image@2.6.3 sbcl-alexandria@1.4-0.009b7e5 sbcl-cl-autowrap@1.0-2.a5d71eb sbcl-defpackage-plus@1.0-0.5492e27 sbcl-sdl2@0.0.0-2.80410b5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/lispgames/cl-sdl2-image
Licenses: Expat
Synopsis: SDL2_image wrapper for Common Lisp
Description:

This is a (currently) brief but usable wrap for SDL2_image.

Total results: 964