_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
sbcl-ospm 0.0.2
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-calispel@0.1-1.e9f2f9c sbcl-hu.dwim.defclass-star@2021-2.3086878 sbcl-local-time@1.0.6-4.40169fe sbcl-moptilities@0.3.13-1.a436f16 sbcl-named-readtables@0.9-4.d5ff162 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://github.com/atlas-engineer/ospm
Licenses: Modified BSD
Synopsis: System package manager in Common Lisp
Description:

This library is a universal interface to the operating system package manager. It has extensive support for Guix, among others:

  • package listing and searching;

  • package installation and uninstallation;

  • package file listing;

  • profile listing;

  • manifest listing and installation;

  • generation listing, switching and deletion.

sbcl-clog 1.2
Dependencies: sbcl-3bmd@0.0.0-4.e68b2d4 sbcl-alexandria@1.4-0.009b7e5 sbcl-bordeaux-threads@0.9.3 sbcl-cl-ppcre@2.1.1 sbcl-cl-sqlite@0.2.1 sbcl-cl-template@0.0.1-0.46193a9 sbcl-clack@2.1.0-1.4916ebb sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-colorize@0.0.0-1.ea676b5 sbcl-dbi@0.9.5-2.738a74d sbcl-hunchentoot@1.3.0-1.7686239 sbcl-lack@0.3.0-1.35d3a8e sbcl-mgl-pax@0.3.0-1.6782eb0 sbcl-parse-float@0.0.0-2.3074765 sbcl-quri@0.7.0-0.03ecaf3 sbcl-trivial-open-browser@0.1-1.7ab4743 sbcl-websocket-driver@0.2.0-1.17ba553
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/rabbibotton/clog
Licenses: Modified BSD
Synopsis: Common Lisp Omnificent GUI
Description:

This package provides a Common Lisp web framework for building GUI applications. CLOG can take the place, or work along side, most cross platform GUI frameworks and website frameworks. The CLOG package starts up the connectivity to the browser or other websocket client (often a browser embedded in a native template application).

sbcl-fset 1.4.0
Dependencies: sbcl-misc-extensions@4.0.3 sbcl-mt19937@1.1 sbcl-named-readtables@0.9-4.d5ff162
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/fset/Site/index.html
Licenses: LLGPL
Synopsis: Functional set-theoretic collections library
Description:

FSet is a functional set-theoretic collections library for Common Lisp. Functional means that all update operations return a new collection rather than modifying an existing one in place. Set-theoretic means that collections may be nested arbitrarily with no additional programmer effort; for instance, sets may contain sets, maps may be keyed by sets, etc.

sbcl-mmap 1.0.0-0.ba2e98c
Dependencies: sbcl-cffi@0.24.1-1.3397035 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/mmap/
Licenses: Zlib
Synopsis: File memory mapping for Common Lisp
Description:

This is a utility library providing access to the mmap family of functions in a portable way. It allows you to directly map a file into the address space of your process without having to manually read it into memory sequentially. Typically this is much more efficient for files that are larger than a few Kb.

sbcl-lift 1.7.1-3.a794184
Channel: guix
Location: gnu/packages/lisp-check.scm (gnu packages lisp-check)
Home page: https://github.com/gwkkwg/lift
Licenses: Expat
Synopsis: LIsp Framework for Testing
Description:

The LIsp Framework for Testing (LIFT) is a unit and system test tool for LISP. Though inspired by SUnit and JUnit, it's built with Lisp in mind. In LIFT, testcases are organized into hierarchical testsuites each of which can have its own fixture. When run, a testcase can succeed, fail, or error. LIFT supports randomized testing, benchmarking, profiling, and reporting.

sbcl-fxml 0.0.0-1.a0e73bb
Dependencies: sbcl-babel@0.5.0-3.627d6a6 sbcl-named-readtables@0.9-4.d5ff162 sbcl-serapeum@0.0.0-12.c08442a sbcl-quri@0.7.0-0.03ecaf3 sbcl-flexi-streams@1.0.19-0.74a1027 sbcl-split-sequence@2.0.1 sbcl-alexandria@1.4-0.009b7e5 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/fxml
Licenses: LLGPL
Synopsis: XML parser and serializer in Common Lisp
Description:

FXML is a secure-by-default, error-recovering XML parser and serializer. It is a fork of CXML.

You should use FXML instead of CXML if:

  • You are parsing potentially ill-formed XML.

  • You are parsing potentially malicious XML.

  • You need to use Klacks with namespaces.

FXML’s API is very close to CXML's, and for the most part you can refer to the CXML documentation for usage.

sbcl-cepl 0.0.0-1.d1a10b6
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-bordeaux-threads@0.9.3 sbcl-cffi@0.24.1-1.3397035 sbcl-cl-opengl@0.1.0-1.e2d83e0 sbcl-cl-ppcre@2.1.1 sbcl-documentation-utils@1.2.0-0.98630dd sbcl-float-features@1.0.0-2.c1f86ae sbcl-ieee-floats@20170924-1.566b51a sbcl-split-sequence@2.0.1 sbcl-varjo@0.0.0-1.9e77f30
Propagated dependencies: sbcl-quickproject@1.4.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/cbaggers/cepl
Licenses: FreeBSD
Synopsis: Development playground to work with OpenGL
Description:

CEPL (Code Evaluate Play Loop ) is a lispy and REPL-friendly Common Lisp library for working with OpenGL.

Its definition of success is making the user feel that GPU programming has always been part of the languages standard.

The usual approach to using CEPL is to start it at the beginning of your Lisp session and leave it open for the duration of your work. You can then treat the window it creates as just another output for your graphics, analogous to how *standard-output* is treated for text.

sbcl-gsll 0.0.0-1.1a8ada2
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-antik-base@0.0.0-1.e4711a6 sbcl-cffi@0.24.1-1.3397035 gsl@2.7.1 sbcl-metabang-bind@0.8.0-2.0819642 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://common-lisp.net/project/gsll/
Licenses: GPL 3
Synopsis: GNU Scientific Library for Lisp
Description:

The GNU Scientific Library for Lisp (GSLL) allows the use of the GNU Scientific Library (GSL) from Common Lisp. This library provides a full range of common mathematical operations useful to scientific and engineering applications. The design of the GSLL interface is such that access to most of the GSL library is possible in a Lisp-natural way; the intent is that the user not be hampered by the restrictions of the C language in which GSL has been written. GSLL thus provides interactive use of GSL for getting quick answers, even for someone not intending to program in Lisp.

sbcl-flow 1.0.0-1.6d925af
Dependencies: sbcl-closer-mop@1.0.0-3.7b86f2a 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/flow/
Licenses: Zlib
Synopsis: Tools for the representation of graphs and flowcharts
Description:

FLOW is a flowchart graph library. Unlike other graphing libraries, this one focuses on nodes in a graph having distinct ports through which connections to other nodes are formed. This helps in many concrete scenarios where it is important to distinguish not only which nodes are connected, but also how they are connected to each other.

Particularly, a lot of data flow and exchange problems can be reduced to such a flowchart. For example, an audio processing library may present its pipeline as a flowchart of segments that communicate with each other through audio sample buffers. Flow gives a convenient view onto this kind of problem, and even allows the generic visualisation of graphs in this format.

sbcl-stmx 2.0.5-3.95f7dea
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-bordeaux-threads@0.9.3 sbcl-log4cl@1.1.4-2.fe3da51 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-trivial-garbage@0.21-0.3474f64
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://stmx.org/
Licenses: LLGPL
Synopsis: High performance Transactional Memory for Common Lisp
Description:

STMX is a high-performance implementation of composable Transactional Memory, which is a concurrency control mechanism aimed at making concurrent programming easier to write and understand. Instead of traditional lock-based programming, one programs with atomic memory transactions, which can be composed together to make larger atomic memory transactions.

A memory transaction gets committed if it returns normally, while it gets rolled back if it signals an error (and the error is propagated to the caller).

Finally, memory transactions can safely run in parallel in different threads, are re-executed from the beginning in case of conflicts or if consistent reads cannot be guaranteed, and their effects are not visible from other threads until they commit.

Memory transactions give freedom from deadlocks, are immune to thread-safety bugs and race conditions, provide automatic roll-back on failure, and aim at resolving the tension between granularity and concurrency.

sbcl-clawk 4-1.3a91634
Dependencies: sbcl-regex@1-1.fbc9a9f
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/sharplispers/clawk
Licenses: FreeBSD
Synopsis: Common Lisp AWK
Description:

CLAWK is an AWK implementation embedded into Common Lisp.

sbcl-myway 0.1.0-1.2862300
Dependencies: sbcl-cl-ppcre@2.1.1 sbcl-quri@0.7.0-0.03ecaf3 sbcl-map-set@0.0.0-1.7b4b545
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/fukamachi/myway
Licenses: LLGPL
Synopsis: Sinatra-compatible URL routing library for Common Lisp
Description:

My Way is a Sinatra-compatible URL routing library.

sbcl-regex 1-1.fbc9a9f
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/michaelw/regex/
Licenses: FreeBSD
Synopsis: Regular expression engine for Common Lisp
Description:

This Common Lisp package provides a regular expression engine.

sbcl-kdlcl 1.0-0.dd4a48a
Dependencies: sbcl-esrap@0.18-4.d806138 sbcl-parse-number@1.7
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/chee/kdlcl/
Licenses: Expat No Attribution
Synopsis: KDL reader/printer for Common Lisp
Description:

This package provides a KDL reader/writer for Common Lisp.

sbcl-parse 1.0-1.2351ee7
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/massung/parse
Licenses: ASL 2.0
Synopsis: Monadic parsing for Common Lisp
Description:

PARSE is a simple token parsing library for Common Lisp.

sbcl-flute 0.2-dev-1.90ebcd6
Dependencies: sbcl-assoc-utils@0.1-1.74af16a sbcl-let-over-lambda@1.0.1-1.481b2e3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/ailisp/flute
Licenses: Expat
Synopsis: HTML5 generation library in Common Lisp
Description:

Flute is an easily composable HTML5 generation library in Common Lisp.

sbcl-chirp 0.2.0-1.01c79fa
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-babel@0.5.0-3.627d6a6 sbcl-cl-base64@3.3.4-1.577683b sbcl-cl-ppcre@2.1.1 sbcl-dexador@0.9.15-2.051cbb7 sbcl-drakma@2.0.8 sbcl-flexi-streams@1.0.19-0.74a1027 sbcl-ironclad@0.61 sbcl-local-time@1.0.6-4.40169fe sbcl-split-sequence@2.0.1 sbcl-uuid@2012.12.26-1.e7d6680 sbcl-yason@0.8.4
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/chirp/
Licenses: Zlib
Synopsis: Twitter client library for Common Lisp
Description:

This package provides a Common Lisp Twitter client featuring full API coverage.

sbcl-slite 1.0.0-0.942a953
Dependencies: sbcl-cl-str@0.21 sbcl-fiveam@1.4.2 sbcl-parachute@1.5.0-1.bd072b0 sbcl-lisp-unit2@0.9.4-0.b5aa17b
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/tdrhq/slite
Licenses: ASL 2.0
Synopsis: Common Lisp system for Slite
Description:

This package provides the Common Lisp part of the emacs-slite test runner.

sbcl-which 0.1-1.b2333e4
Dependencies: sbcl-cl-fad@0.7.6-1.3f4d32d sbcl-path-parse@0.1-1.86183f3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/eudoxia0/which
Licenses: Expat
Synopsis: The which command in Common Lisp
Description:

This package provides an implementation of the which UNIX command in Common Lisp.

sbcl-xpath 0.1-1.d364da6
Dependencies: sbcl-cxml@0.0.0-1.00b22bf sbcl-parse-number@1.7 sbcl-cl-ppcre@2.1.1 sbcl-cl-yacc@0.3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/sharplispers/xpath/
Licenses: FreeBSD
Synopsis: Implementation of the XML Path Language (XPath) Version 1.0
Description:

This library is an implementation of the XML Path Language (XPath) Version 1.0.

sbcl-trees 0.11-1.7b06048
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/froydnj/trees/
Licenses: Modified BSD
Synopsis: Binary trees in normal and balanced flavors
Description:

This package implements binary trees of various kinds, presenting a uniform interface to them all.

sbcl-azure 0.2.1-0.03b0972
Dependencies: sbcl-drakma@2.0.8 sbcl-ironclad@0.61 sbcl-cxml@0.0.0-1.00b22bf sbcl-cl-base64@3.3.4-1.577683b sbcl-babel@0.5.0-3.627d6a6 sbcl-cl-ppcre@2.1.1 sbcl-puri@1.5.7-2.4bbab89 sbcl-cl-json@0.6.0 sbcl-rt@1990.12.19-1.a6a7503
Channel: guixrus
Location: guixrus/packages/common/lisp.scm (guixrus packages common lisp)
Home page: https://github.com/RobBlackwell/cl-azure/
Licenses: Expat
Synopsis: Windows Azure cloud services library for Common Lisp
Description:

cl-azure provides a library to access Microsoft Windows Azure cloud services from Common Lisp.

sbcl-yason 0.8.4
Dependencies: sbcl-alexandria@1.4-0.009b7e5 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/phmarek/yason
Licenses: Modified BSD
Synopsis: Common Lisp JSON parser/encoder
Description:

YASON is a Common Lisp library for encoding and decoding data in the JSON interchange format.

Total results: 964