_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
sbcl-vgplot 0.0.0-0.7632992
Dependencies: sbcl-cl-fad@0.7.6-1.3f4d32d sbcl-cl-ppcre@2.1.1 sbcl-ltk@0.992-0.ff14a78
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/volkers/vgplot
Licenses: GPL 3+
Synopsis: Common lisp library interfacing to the gnuplot utility
Description:

This package provides an interface to the gnuplot plotting utility. The intention of the API is to resemble to some of the plot commands of octave or matlab.

sbcl-trivia 0.1-0.8b406c3
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cffi@0.24.1-1.3397035 sbcl-cl-ppcre@2.1.1 sbcl-fare-quasiquote@1.0.1-1.640d39a sbcl-fset@1.4.0 sbcl-iterate@1.5.3 sbcl-trivia.trivial@0.1-0.8b406c3 sbcl-type-i@0.1-2.d34440a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/guicho271828/trivia
Licenses: LLGPL
Synopsis: Pattern matching in Common Lisp
Description:

Trivia is a pattern matching compiler that is compatible with Optima, another pattern matching library for Common Lisp. It is meant to be faster and more extensible than Optima.

sbcl-reader 0.10.0
Dependencies: coreutils@9.1 sbcl-alexandria@1.4-0.009b7e5 sbcl-fiveam@1.4.2 sbcl-hash-set@0.0.0-0.6feb20d sbcl-iterate@1.5.3 sbcl-split-sequence@2.0.1 sbcl-trivial-types@0.0.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/digikar99/reader/
Licenses: Expat
Synopsis: Reader macros for common objects and data structures
Description:

This package provides a utility library intended at providing configurable reader macros for common tasks such as accessors, hash-tables, sets, uiop:run-program, arrays and a few others.

sbcl-osicat 0.7.0-4.9823279
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cffi@0.24.1-1.3397035 sbcl-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.common-lisp.net/project/osicat/
Licenses: Expat
Synopsis: Operating system interface for Common Lisp
Description:

Osicat is a lightweight operating system interface for Common Lisp on Unix-platforms. It is not a POSIX-style API, but rather a simple lispy accompaniment to the standard ANSI facilities.

sbcl-cl-lex 1.1.3-1.f2dbbe2
Dependencies: sbcl-cl-ppcre@2.1.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/djr7C4/cl-lex
Licenses: GPL 3
Synopsis: Common Lisp macros for generating lexical analyzers
Description:

This is a Common Lisp library providing a set of macros for generating lexical analyzers automatically. The lexers generated using cl-lex can be used with cl-yacc.

sbcl-type-i 0.1-2.d34440a
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-introspect-environment@0.1-2.8fb20a1 sbcl-trivia.trivial@0.1-0.8b406c3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/guicho271828/type-i
Licenses: LLGPL
Synopsis: Type inference utility on unary predicates for Common Lisp
Description:

This library tries to provide a way to detect what kind of type the given predicate is trying to check. This is different from inferring the return type of a function.

sbcl-drakma 2.0.8
Dependencies: sbcl-puri@1.5.7-2.4bbab89 sbcl-cl-base64@3.3.4-1.577683b sbcl-chunga@1.1.7 sbcl-flexi-streams@1.0.19-0.74a1027 sbcl-cl-ppcre@2.1.1 sbcl-chipz@0.8-2.82a17d3 sbcl-usocket@0.8.8 sbcl-cl+ssl@0.0.0-6.17d5cdd
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://edicl.github.io/drakma/
Licenses: FreeBSD
Synopsis: HTTP client written in Common Lisp
Description:

Drakma is a full-featured HTTP client implemented in Common Lisp. It knows how to handle HTTP/1.1 chunking, persistent connections, re-usable sockets, SSL, continuable uploads, file uploads, cookies, and more.

sbcl-deploy 1.0.0-2.9b20e64
Dependencies: sbcl-cffi@0.24.1-1.3397035 sbcl-documentation-utils@1.2.0-0.98630dd sbcl-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/deploy/
Licenses: Artistic License 2.0
Synopsis: Deployment tools for standalone Common Lisp application
Description:

This is a system to help you easily and quickly deploy standalone common lisp applications as binaries. Specifically it is geared towards applications with foreign library dependencies that run some kind of GUI.

sbcl-cl-tga 0.0.0-0.4dc2f7b
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/fisxoj/cl-tga
Licenses: Expat
Synopsis: TGA file loader for Common Lisp
Description:

Cl-tga was written to facilitate loading .tga files into OpenGL programs. It's a very simple library, and, at the moment, only supports non-RLE encoded forms of the files.

sbcl-cl-ftp 1.6.1-0.530f1ec
Dependencies: sbcl-split-sequence@2.0.1 sbcl-usocket@0.8.8
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/pinterface/cl-ftp
Licenses: Expat
Synopsis: FTP client for Common Lisp
Description:

CL-FTP is a library which provides FTP client functionality to a Common Lisp program. CL-FTP uses the USOCKET package for network sockets and the SPLIT-SEQUENCE package for some parsing needs.

sbcl-cl+ssl 0.0.0-6.17d5cdd
Dependencies: openssl@3.0.8 sbcl-alexandria@1.4-0.009b7e5 sbcl-bordeaux-threads@0.9.3 sbcl-cffi@0.24.1-1.3397035 sbcl-flexi-streams@1.0.19-0.74a1027 sbcl-trivial-features@1.0 sbcl-trivial-garbage@0.21-0.3474f64 sbcl-trivial-gray-streams@2.0-1.2b3823e sbcl-usocket@0.8.8
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/cl-plus-ssl/
Licenses: Expat
Synopsis: Common Lisp bindings to OpenSSL
Description:

This library is a fork of SSL-CMUCL. The original SSL-CMUCL source code was written by Eric Marsden and includes contributions by Jochen Schmidt. Development into CL+SSL was done by David Lichteblau.

sbcl-sb-cga 1.0.1-1.9a554ea
Dependencies: sbcl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/nikodemus/sb-cga/
Licenses: Expat
Synopsis: Computer graphic algebra for Common Lisp
Description:

SB-CGA is a computer graphics algebra library for Common Lisp.

Despite the prefix it is actually portable - but optimizations that make it fast (using SIMD instructions) are currently implemented for SBCL/x86-64 only.

sbcl-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.

sbcl-cl-emb 0.4.3-1.fd86521
Dependencies: sbcl-cl-ppcre@2.1.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/cl-emb/
Licenses: LLGPL
Synopsis: Templating system for Common Lisp
Description:

A mixture of features from eRuby and HTML::Template. You could name it "Yet Another LSP" (LispServer Pages) but it's a bit more than that and not limited to a certain server or text format.

sbcl-sketch 2017-11-1.4cc00b0
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cl-geometry@0.0.3-1.24edded sbcl-glkit@0.0-1.0d8e7c5 sbcl-mathkit@0.0-1.fd884f9 sbcl-md5@2.0.5 sbcl-sdl2@0.0.0-2.80410b5 sbcl-sdl2-image@1.0-1.9c05c80 sbcl-sdl2-ttf@1.0-1.6dd2df2 sbcl-sdl2kit@0.0.0-1.aae6632 sbcl-split-sequence@2.0.1 sbcl-static-vectors@1.8.9
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/vydd/sketch
Licenses: Expat
Synopsis: Creative framework for electronic art, visual design and more
Description:

Sketch is a Common Lisp environment for the creation of electronic art, visual design, game prototyping, game making, computer graphics, exploration of human-computer interaction and more. It is inspired by the Processing language and shares some of the API.

sbcl-feeder 1.0.0-1.b05f517
Dependencies: sbcl-documentation-utils@1.2.0-0.98630dd sbcl-local-time@1.0.6-4.40169fe sbcl-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.

sbcl-triads 0.0.1
Dependencies: sbcl-charje.loop@0.0.1 sbcl-cl-str@0.21 sbcl-command-line-args@0.1.1 sbcl-serapeum@0.0.0-12.c08442a sbcl-trivia@0.1-0.8b406c3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://git.sr.ht/~charje/triads
Licenses: GPL 3
Synopsis: Music composition tool to convert roman numerals into triads
Description:

Triads is a simple command line tool that reads roman numeral notation from standard input (or a file) and an musical key and outputs the roman numeral in addition to the notes of the triad associated with that roman numeral given in the key.

sbcl-ratify 0.1.0-0.5cb1471
Dependencies: sbcl-cl-ppcre@2.1.1 sbcl-local-time@1.0.6-4.40169fe sbcl-parse-float@0.0.0-2.3074765
Channel: guixrus
Location: guixrus/packages/common/lisp.scm (guixrus packages common lisp)
Home page: https://shinmera.github.io/ratify/
Licenses: Zlib
Synopsis: Collection of utilities to ratify, validate and parse inputs
Description:

cl-ratify is a collection of utilities to perform validation checks and parsing. The main intention of usage for this is in web-applications in order to check form inputs for correctness and automatically parse them into their proper representations or return meaningful errors.

sbcl-portal 1.2-2.416589f
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-arrows@0.2.0-0.df7cf00 sbcl-cl-base64@3.3.4-1.577683b sbcl-cl-str@0.21 sbcl-flexi-streams@1.0.19-0.74a1027 sbcl-global-vars@1.0.0-0.c749f32 sbcl-ironclad@0.61 sbcl-parse-float@0.0.0-2.3074765 sbcl-usocket@0.8.8
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/charJe/portal
Licenses: LLGPL
Synopsis: Portable Websocket Server for Common Lisp
Description:

This is a websocket server for Common Lisp using usockets to be portable between implementations and operating systems. It has a programming interface that allows for multiple websocket apps per server using Common Lisp keywords for different websocket events. It has useful restarts and customizable errors.

sbcl-ndebug 0.2.0
Dependencies: sbcl-dissect@1.0.0-2.a70cabc sbcl-trivial-custom-debugger@1.0.0-1.a560594 sbcl-bordeaux-threads@0.9.3 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/atlas-engineer/ndebug/
Licenses: Modified BSD
Synopsis: Toolkit to build UI-aware Common Lisp debugger hooks
Description:

NDebug provides a small set of utilities to make graphical (or, rather non-REPL-resident) Common Lisp applications easier to integrate with the standard Lisp debugger (*debugger-hook*, namely) and implementation-specific debugger hooks (via trivial-custom-debugger), especially in a multi-threaded context.

sbcl-shadow 0.0.0-1.b2031ad
Dependencies: sbcl-cffi@0.24.1-1.3397035 sbcl-cl-opengl@0.1.0-1.e2d83e0 sbcl-glsl-packing@0.0.0-1.0362815 sbcl-golden-utils@0.0.0-4.e43914a sbcl-static-vectors@1.8.9 sbcl-varjo@0.0.0-1.9e77f30
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://git.mfiano.net/mfiano/shadow
Licenses: Expat
Synopsis: Management system for OpenGL shader programs
Description:

This package provides a Common Lisp library for defining OpenGL shader programs. There are also functions for referencing shader programs by name, querying for basic information about them, modifying uniform variables throughout the lifecycle of an OpenGL application, and managing certain OpenGL buffer object types (UBO, SSBO currently).

sbcl-cl-who 1.1.4-3.07dafe9
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://edicl.github.io/cl-who/
Licenses: FreeBSD
Synopsis: Yet another Lisp markup language
Description:

There are plenty of Lisp Markup Languages out there - every Lisp programmer seems to write at least one during his career - and CL-WHO (where WHO means "with-html-output" for want of a better acronym) is probably just as good or bad as the next one.

sbcl-bobbin 1.0.1-0.b454e82
Dependencies: sbcl-split-sequence@2.0.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://docs.stevelosh.com/bobbin/
Licenses: Expat
Synopsis: Simple (word) wrapping utilities for strings
Description:

Bobbin is a simple word-wrapping library for strings in Common Lisp. It aims to be simple, work nicely for the majority of cases, and degrade gracefully for edge cases. It is not particularly concerned with speed — if you need very high-performance word wrapping, Bobbin is not for you.

sbcl-cl-fad 0.7.6-1.3f4d32d
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-bordeaux-threads@0.9.3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://edicl.github.io/cl-fad/
Licenses: FreeBSD
Synopsis: Portable pathname library for Common Lisp
Description:

CL-FAD (for "Files and Directories") is a thin layer atop Common Lisp's standard pathname functions. It is intended to provide some unification between current CL implementations on Windows, OS X, Linux, and Unix. Most of the code was written by Peter Seibel for his book Practical Common Lisp.

Total results: 964