_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
sbcl-triads 0.0.1
Dependencies: sbcl-charje.loop@0.0.1 sbcl-cl-str@0.21 sbcl-command-line-args@0.1.3 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: invoke-restart
Location: invoke-restart/packages/common-lisp.scm (invoke-restart 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-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-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-shadow 0.0.0-1.b2031ad
Dependencies: sbcl-cffi@0.24.1-2.32c90d4 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-xkb 0.0.0-1.3807a26
Dependencies: libxkbcommon@1.6.0 sbcl-cffi@0.24.1-2.32c90d4
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/malcolmstill/cl-xkb
Licenses: Modified BSD
Synopsis: Common Lisp wrapper for @code{libxkbcommon}
Description:

cl-xkb is a Common Lisp wrapper for the libxkbcommon keyboard handling library.

The library currently supports these xkb modules:

  • Keysyms

  • Library Context

  • Include Paths

  • Logging Handling

  • Keymap Creation

  • Keymap Components

  • Keyboard State

  • Compose and dead-keys support

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.

sbcl-cl-gss 0.0.0-1.60086f4
Dependencies: mit-krb5@1.20 sbcl-cffi@0.24.1-2.32c90d4 sbcl-trivial-garbage@0.21-0.3474f64 sbcl-trivial-utf-8@0.0.0-2.6ca9943
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/lokedhs/cl-gss
Licenses: Modified BSD
Synopsis: Common Lisp CFFI bindings to Generic Security Service (GSS)
Description:

This package provides Common Lisp bindings to GSSAPI, which is designed to provide a standard API to authentication services. The API itself is generic, and the system can provide different underlying implementations. The most common one is Kerberos, which has several implementations, the most common of which is probably Active Directory.

sbcl-maiden 3.1.0-1.164e8df
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-babel@0.5.0-3.627d6a6 sbcl-bordeaux-threads@0.9.3 sbcl-cl-base64@3.3.4-1.577683b sbcl-cl+ssl@0.0.0-6.17d5cdd sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-deeds@1.1.1-1.f5df54e sbcl-documentation-utils@1.2.0-0.98630dd sbcl-drakma@2.0.8 sbcl-form-fiddle@1.1.0-0.e0c2359 sbcl-jsown@1.0.1-1.744c440 sbcl-lambda-fiddle@1.0.0-1.d16bba5 sbcl-lquery@3.2.1-1.8048111 sbcl-pathname-utils@1.1.0-4.3309d65 sbcl-trivial-garbage@0.21-0.3474f64 sbcl-trivial-indent@1.0.0-1.f252750 sbcl-ubiquitous@2.0.0-1.35eb7bd sbcl-usocket@0.8.8 sbcl-uuid@2012.12.26-1.e7d6680 sbcl-verbose@2.0.0-1.c5b7ecd
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: http://shirakumo.github.io/maiden/
Licenses: Zlib
Synopsis: Modern and extensible chat bot framework
Description:

Maiden is a collection of systems to help you build applications and libraries that interact with chat servers. It can help you build a chat bot, or a general chat client. It also offers a variety of parts that should make it much easier to write a client for a new chat protocol.

sbcl-aserve 1.2.50-2.cac1d69
Dependencies: sbcl-acl-compat@0.1.1-1.cac1d69
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://franz.com/support/documentation/current/doc/aserve/aserve.html
Licenses: LLGPL
Synopsis: AllegroServe, a web server written in Common Lisp
Description:

The server part of AllegroServe can be used either as a standalone web server or a module loaded into an application to provide a user interface to the application. AllegroServe's proxy ability allows it to run on the gateway machine between some internal network and the Internet. AllegroServe's client functions allow Lisp programs to explore the web.

sbcl-lquery 3.2.1-1.8048111
Dependencies: sbcl-array-utils@1.2.0-0.29da8fc sbcl-form-fiddle@1.1.0-0.e0c2359 sbcl-plump@2.0.0-3.0c3e0b5 sbcl-clss@0.3.1-2.f62b849
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/Shinmera/lquery
Licenses: Zlib
Synopsis: Library to allow jQuery-like HTML/DOM manipulation
Description:

lQuery is a DOM manipulation library written in Common Lisp, inspired by and based on the jQuery syntax and functions. It uses Plump and CLSS as DOM and selector engines. The main idea behind lQuery is to provide a simple interface for crawling and modifying HTML sites, as well as to allow for an alternative approach to templating.

sbcl-kons-9 0.0.0-0.fe0b322
Dependencies: sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-cffi@0.24.1-2.32c90d4 sbcl-cl-glfw3@0.0.0-1.32c3f34 sbcl-cl-opengl@0.1.0-1.e2d83e0 sbcl-cl-vectors@0.1.5 sbcl-clobber@0.0.0-0.212721c sbcl-origin@2.0.0-1.d646134 sbcl-trivial-backtrace@1.1.0-2.7f90b4a sbcl-trivial-main-thread@1.0.0-1.25f1149 sbcl-zpb-ttf@1.0.6
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/kaveh808/kons-9
Licenses: Expat LGPL 2.1
Synopsis: Common Lisp 3D graphics system
Description:

This package provides KONS-9 which can be considered as a traditional user interface driven 3D application for general artists, or as a REPL-based development environment for technical artists and software developers. These two approaches can be seamlessly combined into a flexible and powerful workflow, where non-technical users can immediately benefit from software tools and extensions developed by technical users.

sbcl-cl-str 0.21
Dependencies: sbcl-cl-ppcre@2.1.1 sbcl-cl-ppcre-unicode@2.1.1 sbcl-cl-change-case@0.2.0-1.45c70b6
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://vindarel.github.io/cl-str
Licenses: Expat
Synopsis: Modern, consistent and terse Common Lisp string manipulation library
Description:

A modern and consistent Common Lisp string manipulation library that focuses on modernity, simplicity and discoverability: (str:trim s) instead of (string-trim '(#\Space ...) s)), or str:concat strings instead of an unusual format construct; one discoverable library instead of many; consistency and composability, where s is always the last argument, which makes it easier to feed pipes and arrows.

sbcl-kaputt 0.0.0-1.f26c9b0
Dependencies: sbcl-cl-ppcre@2.1.1
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://github.com/foretspaisibles/cl-kaputt
Licenses: CeCILL-B
Synopsis: Simple interactive test framework for Common Lisp
Description:

KAPUTT is a test framework for Common Lisp that focuses on the following features:

  • KAPUTT is simple, it only defines three abstractions testcase, assertion and protocol and does not add any artefact on the backtrace when errors occur.

  • KAPUTT is extensible, it is possible to add problem-specific assertions to make test code more informative.

  • KAPUTT fits well interactive development.

sbcl-series 2.2.11-1.da9061b
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://series.sourceforge.net/
Licenses: Expat
Synopsis: Series data structure for Common Lisp
Description:

This Common Lisp library provides a series data structure much like a sequence, with similar kinds of operations. The difference is that in many situations, operations on series may be composed functionally and yet execute iteratively, without the need to construct intermediate series values explicitly. In this manner, series provide both the clarity of a functional programming style and the efficiency of an iterative programming style.

sbcl-cl-irc 0.9.2-0.9638235
Dependencies: sbcl-cl+ssl@0.0.0-6.17d5cdd sbcl-flexi-streams@1.0.19-0.74a1027 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://common-lisp.net/project/cl-irc/
Licenses: FreeBSD
Synopsis: IRC client library for Common Lisp
Description:

cl-irc is a Common Lisp IRC client library that features (partial) DCC, CTCP and all relevant commands from the IRC RFCs (RFC2810, RFC2811 and RFC2812).

Features:

  • implements all commands in the RFCs

  • extra convenience commands such as op/deop, ban, ignore, etc.

  • partial DCC SEND/CHAT support

  • event driven model with hooks makes interfacing easy

  • the user can keep multiple connections

  • all CTCP commands

sbcl-cl-log 1.0.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/nicklevine/cl-log
Licenses: Expat
Synopsis: Common Lisp general purpose logging utility
Description:

CL-LOG is a general purpose logging utility, loosely modelled in some respects after Gary King's Log5. Its features include: logging to several destinations at once, via "messengers", each messenger is tailored to accept some log messages and reject others, and this tailoring can be changed on-the-fly, very rapid processing of messages which are rejected by all messengers, fully independent use of the utility by several different sub-systems in an application, support for messengers which cl:format text to a stream, support for messengers which do not invoke cl:format, timestamps in theory accurate to internal-time-units-per-second.

sbcl-nfiles 1.1.4
Dependencies: gnupg@2.4.7 sbcl-alexandria@1.4-0.009b7e5 sbcl-nclasses@0.6.1 sbcl-quri@0.7.0-0.03ecaf3 sbcl-serapeum@0.0.0-12.c08442a sbcl-trivial-garbage@0.21-0.3474f64 sbcl-trivial-package-local-nicknames@0.2 sbcl-trivial-types@0.0.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/atlas-engineer/nfiles
Licenses: Modified BSD
Synopsis: Manage file persistence and loading in Common Lisp
Description:

NFiles is a Common Lisp library to help manage file persistence and loading, in particular user-centric files like configuration files. It boasts the following features:

  • Dynamic and customizable path expansion.

  • Extensible serialization and deserialization.

  • Cached reads and writes. When a file object expands to the same path as another one, a read or write on it won’t do anything in case there was no change since last write.

  • (Experimental!) On-the-fly PGP encryption.

  • Profile support.

  • On read error, existing files are backed up.

  • On write error, no file is written to disk, the existing file is preserved.

sbcl-uax-14 1.0.0-1.0432162
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/uax-14/
Licenses: Zlib
Synopsis: Unicode Standard Annex #14 for standardised line breaking
Description:

This is an implementation of the Unicode Standards Annex #14 (http://www.unicode.org/reports/tr14/) line breaking algorithm. It provides a fast and convenient way to determine line breaking opportunities in text.

Note that this algorithm does not support break opportunities that require morphological analysis. In order to handle such cases, please consult a system that provides this kind of capability, such as a hyphenation algorithm.

Also note that this system is completely unaware of layouting decisions. Any kind of layouting decisions, such as which breaks to pick, how to space between words, how to handle bidirectionality, and what to do in emergency situations when there are no breaks on an overfull line are left up to the user.

sbcl-parseq 0.5.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/mrossini-ethz/parseq
Licenses: GPL 2
Synopsis: Parsing expression grammars for sequences
Description:

Parseq (pronounced parsec) is a parsing library for common lisp. It can be used for parsing lisp's sequences types: strings, vectors (e.g. binary data) and lists. Furthermore, parseq is able to parse nested structures such as trees (e.g. lists of lists, lists of vectors, vectors of strings).

Parseq uses parsing expression grammars (PEG) that can be defined through a simple interface. Extensions to the standard parsing expressions are available. Parsing expressions can be parameterised and made context aware. Additionally, the definition of each parsing expression allows the arbitrary transformation of the parsing tree.

The library is inspired by Esrap and uses a very similar interface. No code is shared between the two projects, however. The features of Esrap are are mostly included in parseq and complemented with additional, orthogonal features. Any resemblance to esrap-liquid is merely coincidental.

sbcl-colony 0.1.0-0.54d020e
Dependencies: sbcl-3b-bmfont@0.0.1-3.332c226 sbcl-babel@0.5.0-3.627d6a6 sbcl-cl-cpus@0.0.3 sbcl-cl-graph@0.10.2-2.c617de3 sbcl-cl-opengl@0.1.0-1.e2d83e0 sbcl-cl-ppcre@2.1.1 sbcl-cl-slug@0.4.1-1.ffb229d sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-fast-io@1.0.0-3.a4c5ad6 sbcl-global-vars@1.0.0-0.c749f32 sbcl-glsl-packing@0.0.0-1.0362815 sbcl-jsown@1.0.1-1.744c440 sbcl-lparallel@2.8.4-1.80fc295 sbcl-pngload@2.0.0-2.91f1d70 sbcl-printv@0.1.0-2.e717a7f sbcl-queues@0.0.0-1.47d4da6 sbcl-sdl2@0.0.0-2.80410b5 sbcl-serapeum@0.0.0-12.c08442a sbcl-split-sequence@2.0.1 sbcl-static-vectors@1.8.9 sbcl-trivial-features@1.0 sbcl-varjo@0.0.0-1.9e77f30
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/colonyengine/colony
Licenses: Expat
Synopsis: Component-based game engine written in Common Lisp
Description:

Colony provides a system and workflow that helps describe the elements needed to write 2D or 3D games. It was designed with several domain specific languages that make it easier to describe, manipulate, and use assets commonly found in game making. Such assets include (but are not limited to) textures, materials, shader programs, and scene trees of actors that are available for instantiation. Colony Engine also knows how to accept input from keyboards and most joysticks and gamepads.

The component system is a hybrid model between an ECS and an object model. The components are defined similar to CLOS defclass, and regular generic methods can be used with them. Components are added to Actors which represent game concepts like players, scenery, effects, etc. We define a component protocol invoked by Colony Engine to move your components to the next state and render them each frame.

sbcl-nhooks 1.2.2
Dependencies: 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/nhooks
Licenses: Expat
Synopsis: Hook facility for Common Lisp
Description:

This package holds an enhanced implementation of hooks (extension points). It works similarly to Emacs hooks with crucial improvements:

  • If the compiler allows it (such as SBCL), type-checking is performed at compile-time and at run-time when adding handlers to a hook.

  • On failure, multiple restarts are offered, such as disabling the offending handler or simply continuing to the next function.

  • The hook handler execution order and combination can be customized.

  • Anonymous functions (lambdas) can be added to hooks as handler objects. When inspecting hooks, readable names are thus exposed instead of lambda blackboxes. Handlers are compared through their names (through the mandatory name slot). A hook can not contain multiple handlers with the same name.

  • A special provision is taken for “setters”, handlers that are meant to set a given place to a given values. Such handler objects can be compared and identified uniquely.

Total results: 1015