_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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.

sbcl-cl-soil 0.0.0-1.f27087c
Dependencies: sbcl-cffi@0.24.1-2.32c90d4 sbcl-documentation-utils@1.2.0-0.98630dd sbcl-cl-opengl@0.1.0-1.e2d83e0
Channel: tassos-guix
Location: tassos-guix/packages/lisp-xyz.scm (tassos-guix packages lisp-xyz)
Home page: https://github.com/cbaggers/cl-soil
Licenses: FreeBSD
Synopsis: Common lisp wrapper around the SOIL library.
Description:

Common lisp wrapper around the SOIL library.

sbcl-cl-smtp 20191031.1-0.ed47d32
Dependencies: sbcl-cl+ssl@0.0.0-6.17d5cdd sbcl-cl-base64@3.3.4-1.577683b sbcl-flexi-streams@1.0.19-0.74a1027 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://gitlab.common-lisp.net/cl-smtp/cl-smtp
Licenses: LLGPL
Synopsis: Simple Common Lisp SMTP client
Description:

This package provides a client for SMTP.

sbcl-skitter 0.0.0-1.620772a
Dependencies: sbcl-structy-defclass@0.0.0-1.fe2ca1a sbcl-rtg-math@0.0.0-1.29fc5b3 sbcl-alexandria@1.4-0.009b7e5 sbcl-glop@0.1.0-1.45e722a sbcl-sdl2@0.0.0-2.80410b5
Channel: tassos-guix
Location: tassos-guix/packages/lisp-xyz.scm (tassos-guix packages lisp-xyz)
Home page: https://github.com/cbaggers/skitter
Licenses: FreeBSD
Synopsis: A small event system for games.
Description:

Skitter is a repl friendly event system for games.

sbcl-simplet 1.2.0
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://github.com/noloop/simplet
Licenses: GPL 3
Synopsis: Simple test runner in Common Lisp
Description:

This package provides a Common Lisp test runner system SIMPLET.

sbcl-clavier 0.0.0-1.9b1424e
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-chronicity@0.4.1 sbcl-cl-fad@0.7.6-1.3f4d32d sbcl-cl-ppcre@2.1.1 sbcl-closer-mop@1.0.0-3.7b86f2a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/mmontone/clavier/
Licenses: Expat
Synopsis: General purpose validation library
Description:

Clavier is a general purpose validation library for Common Lisp.

sbcl-cl-pass 0.1-1.e58e97c
Dependencies: sbcl-ironclad@0.61 sbcl-trivial-utf-8@0.0.0-2.6ca9943 sbcl-split-sequence@2.0.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/eudoxia0/cl-pass
Licenses: Expat
Synopsis: Password hashing and verification library
Description:

cl-pass is a password hashing and verification library.

sbcl-cl-i18n 0.5.5-3.acb162a
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-babel@0.5.0-3.627d6a6 sbcl-cl-ppcre-unicode@2.1.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://codeberg.org/cage/cl-i18n
Licenses: LLGPL
Synopsis: Internationalisation framework for Common Lisp
Description:

This is a Gettext-style internationalisation framework for Common Lisp.

sbcl-binpack 0.0.1-1.e67f56b
Dependencies: sbcl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/lispgames/binpack
Licenses: Expat
Synopsis: Common Lisp rectangle packer for sprite/texture atlases
Description:

This library features a rectangle packer for sprite and texture atlases.

sbcl-incless 0.0.1-0.395accf
Dependencies: sbcl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/s-expressionists/incless
Licenses: FreeBSD
Synopsis: Implements print-object methods for many standard classes
Description:

cl-incless implements print-object methods for many standard classes.

sbcl-genhash 1.7-1.220ae1a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/pnathan/genhash
Licenses: Public Domain
Synopsis: Generic hash tables for Common Lisp
Description:

This an implementation of CDR 2: generic hash tables for Common Lisp

sbcl-cl-gltf 2.0.0-1.7a3af05
Dependencies: sbcl-documentation-utils@1.2.0-0.98630dd sbcl-cffi@0.24.1-2.32c90d4 sbcl-jzon@1.1.0 sbcl-mmap@1.0.0-0.ba2e98c sbcl-nibbles@0.14-3.a46a677 sbcl-qbase64@0.3.0 sbcl-static-vectors@1.8.9 sbcl-trivial-extensible-sequences@1.0.0-0.d40b2da
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shirakumo.github.io/cl-gltf/
Licenses: Zlib
Synopsis: Common Lisp parser for glTF file format
Description:

This package provides a Common Lisp parser for glTF file format.

sbcl-anypool 0.1.0-1.5389ec9
Dependencies: sbcl-bordeaux-threads@0.9.3 sbcl-cl-speedy-queue@0.0.0-1.0425c7c
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/fukamachi/anypool
Licenses: FreeBSD
Synopsis: General-purpose connection pooling library
Description:

This package provides a general-purpose connection pooling library for Common Lisp.

sbcl-xsubseq 0.0.1-1.5ce430b
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/fukamachi/xsubseq
Licenses: FreeBSD
Synopsis: Efficient way to use "subseq"s in Common Lisp
Description:

XSubseq provides functions to be able to handle "subseq"s more effieiently.

sbcl-ptester 2.1.3-1.fe69fde
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://quickdocs.org/ptester/
Licenses: LLGPL
Synopsis: Portable test harness package
Description:

ptester is a portable testing framework based on Franz's tester module.

sbcl-mt19937 1.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.cliki.net/mt19937
Licenses: Public Domain
Synopsis: Mersenne Twister pseudo-random number generator
Description:

MT19937 is a portable Mersenne Twister pseudo-random number generator for Common Lisp.

sbcl-colored 1.0.0-1.bee87ef
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/colored/
Licenses: Zlib
Synopsis: Colour representation, conversion, and operation for Common Lisp
Description:

This is a library for representing and mapping colours between their various spaces.

sbcl-qbase64 0.3.0
Dependencies: sbcl-metabang-bind@0.8.0-2.0819642 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/chaitanyagupta/qbase64
Licenses: Modified BSD
Synopsis: Base64 encoder and decoder for Common Lisp
Description:

qbase64 provides a fast and flexible base64 encoder and decoder for Common Lisp.

sbcl-cl-glib 1.0.0-1.9e52827
Dependencies: glib@2.82.1 gobject-introspection@1.82.0 sbcl-bordeaux-threads@0.9.3 sbcl-cl-gobject-introspection-wrapper@1.0.0-1.2d197cb
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/bohonghuang/cl-glib
Licenses: LGPL 3+
Synopsis: Glib, GIO and Gobject bindings for Common Lisp
Description:

This library provides Glib, GIO and Gobject bindings for Common Lisp via Gobject Introspection.

Total results: 1022