_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
sbcl-fuzzy-dates 1.0.0-0.d6a2c22
Dependencies: sbcl-cl-ppcre@2.1.1 sbcl-documentation-utils@1.2.0-0.98630dd
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/vindarel/fuzzy-dates
Licenses: Zlib
Synopsis: Fuzzily parse date and time strings
Description:

Library to fuzzily parse time and date strings into a universal-time timestamp.

sbcl-bodge-queue 0.0.0-0.948c9a5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/borodust/bodge-queue
Licenses: Expat
Synopsis: Simple queue for Common Lisp
Description:

This Common Lisp library provides a simple FIFO implementation with no external dependencies.

sbcl-moptilities 0.3.13-1.a436f16
Dependencies: 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/gwkkwg/moptilities/
Licenses: Expat
Synopsis: Compatibility layer for Common Lisp MOP implementation differences
Description:

MOP utilities provide a common interface between Lisps and make the MOP easier to use.

sbcl-chlorophyll 0.0.1-1.f2a50ad
Dependencies: sbcl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/gorozhin/chlorophyll
Licenses: Expat
Synopsis: ANSI escape code library for Common Lisp
Description:

This package provides a Common Lisp system CHLOROPHYLL which implements an ANSI escape code functionality.

sbcl-file-notify 1.0.0-0.f12dc2f
Dependencies: sbcl-cffi@0.24.1-2.32c90d4 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://github.com/Shinmera/file-notify
Licenses: Zlib
Synopsis: Get notifications for file accesses and changes
Description:

File-Notify is a Common Lisp library for getting notifications for file accesses and changes.

sbcl-boost-lexer 1.0-0.139ca9e
Dependencies: sbcl-boost-re@1.0-0.d279fc5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/cl-boost/lexer
Licenses: ASL 2.0
Synopsis: String tokenizing for Common Lisp
Description:

BOOST-LEXER is a tokenizer for Common Lisp that makes heavy use of BOOST-RE.

sbcl-fuzzy-match 0.1-1.e46ca41
Dependencies: sbcl-cl-str@0.21 sbcl-mk-string-metrics@0.1.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/vindarel/fuzzy-match
Licenses: Expat
Synopsis: Common Lisp library for fuzzy matching
Description:

From a string input and a list of candidates, return the most relevant candidates first.

sbcl-evaled-when 1.0-0.c59f8ab
Dependencies: sbcl-trivial-cltl2@0.1.1-2.8a3bda3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.hexstreamsoft.com/libraries/evaled-when/
Licenses: Unlicense
Synopsis: Extract and replicate the compile-time side-effects of forms
Description:

This package provides a way of extracting and replicating the compile-time side-effects of forms.

sbcl-system-load 1.0.0-0.3ff1a40
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/Shinmera/system-load
Licenses: Zlib
Synopsis: Access system's CPU and memory usage from Common Lisp
Description:

System-Load is a Common Lisp library for accessing the system's CPU and memory usage.

sbcl-ieee-floats 20170924-1.566b51a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/marijnh/ieee-floats/
Licenses: Modified BSD
Synopsis: IEEE 754 binary representation for floats in Common Lisp
Description:

This is a Common Lisp library that converts floating point values to IEEE 754 binary representation.

sbcl-file-finder 0.2.0-0.ec392d7
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cl-str@0.21 sbcl-file-attributes@1.0.0-2.bbde396 sbcl-local-time@1.0.6-4.40169fe 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/lisp-maintainers/file-finder
Licenses: GPL 3+
Synopsis: Enable rapid file search, inspection and manipulation
Description:

This library provides modern file handling for Common Lisp, which avoids many of the pitfalls of pathnames.

sbcl-parse-float 0.0.0-2.3074765
Dependencies: sbcl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/soemraws/parse-float
Licenses: Public Domain
Synopsis: Parse a floating point value from a string in Common Lisp
Description:

This package exports the following function to parse floating-point values from a string in Common Lisp.

sbcl-cl-qrencode 0.1.2
Dependencies: sbcl-zpng@1.2.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/jnjcc/cl-qrencode
Licenses: GPL 2+
Synopsis: QR code encoder for Common Lisp
Description:

This Common Lisp library provides function to make QR codes and to save them as PNG files.

sbcl-cl-template 0.0.1-0.46193a9
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/alpha123/cl-template
Licenses: Expat
Synopsis: Template engine for Common Lisp
Description:

cl-template is a template engine for Common Lisp, taking inspiration from Ruby's ERb module.

sbcl-array-utils 1.3.0-1.16e108a
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.com/docs/array-utils
Licenses: Zlib
Synopsis: Tiny collection of array and vector utilities for Common Lisp
Description:

A miniature toolkit that contains some useful shifting/popping/pushing functions for arrays and vectors. Originally from Plump.

sbcl-string-case 0.0.2-0.718c761
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/pkhuong/string-case
Licenses: Modified BSD
Synopsis: Efficient string= case in Common Lisp
Description:

string-case is a Common Lisp macro that generates specialised decision trees to dispatch on string equality.

sbcl-opticl-core 0.0.0-0.b7cd13d
Dependencies: sbcl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/slyrus/opticl-core
Licenses: FreeBSD
Synopsis: Core classes and pixel access macros for Opticl
Description:

This Common Lisp library contains the core classes and pixel access macros for the Opticl image processing library.

sbcl-org-sampler 0.2.1-1.ee135a4
Dependencies: sbcl-iterate@1.5.3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/jphmrst/cl-org-sampler
Licenses: LLGPL
Synopsis: Extracting Common Lisp docstrings as Emacs Org-mode documents
Description:

ORG-SAMPLER allows using Lisp docstrings and reflection to make org-mode text for inclusion into a larger document.

sbcl-cache-while 0.0.0-1.38e9ffb
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/charje/cache-while
Licenses: LLGPL
Synopsis: Temporary / one-time caching macro for Common Lisp
Description:

This is a Common Lisp macro for defining temporary caches that invalidate based on expressions evaluating to different values.

sbcl-cl-cffi-gtk 3.8.8-3.1700fe6
Dependencies: cairo@1.18.4 gdk-pixbuf@2.42.12 glib@2.83.3 gtk+@3.24.49 pango@1.54.0 sbcl-bordeaux-threads@0.9.3 sbcl-cffi@0.24.1-2.32c90d4 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-iterate@1.5.3 sbcl-trivial-features@1.0 sbcl-trivial-garbage@0.21-0.3474f64
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/sharplispers/cl-cffi-gtk/
Licenses: LGPL 3
Synopsis: Common Lisp binding for GTK+3
Description:

cl-cffi-gtk is a Lisp binding to GTK+ 3 (GIMP Toolkit) which is a library for creating graphical user interfaces.

sbcl-cl-mustache 0.12.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/kanru/cl-mustache
Licenses: Expat
Synopsis: Common Lisp Mustache template renderer
Description:

This is a Common Lisp implementation for the Mustache template system. More details on the standard are available at https://mustache.github.io.

sbcl-bit-smasher 1.0.2-1.c2dcb3b
Dependencies: sbcl-cl-base64@3.3.4-1.577683b sbcl-cl-base58@0.1-1.f446835
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/thephoeron/bit-smasher/
Licenses: Expat
Synopsis: Handle bit vectors, bit vector arithmetic, and type conversions
Description:

Utility library for handling bit vectors, bit vector arithmetic, and universal integer type conversions between bit-vectors, byte-vectors, octals, decimals, and hexadecimal notation.

sbcl-trivial-irc 20210902-0.7cb6e99
Dependencies: sbcl-cl-ppcre@2.1.1 sbcl-split-sequence@2.0.1 sbcl-usocket@0.8.8
Channel: invoke-restart
Location: invoke-restart/packages/common-lisp.scm (invoke-restart packages common-lisp)
Home page: https://github.com/tstenhaug/trivial-irc/
Licenses: Expat
Synopsis: Trivial IRC client library for Common Lisp
Description:

cl-trivial-irc is a an IRC client library with simple facilities for receiving, handling and sending messages, and without facilities for CTCP.

sbcl-form-fiddle 1.1.0-0.e0c2359
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/form-fiddle/
Licenses: Zlib
Synopsis: Utilities to destructure Common Lisp lambda forms
Description:

Often times we need to destructure a form definition in a Common Lisp macro. This library provides a set of simple utilities to help with that.

Total results: 1039