_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
sbcl-generic-cl 0.9
Dependencies: sbcl-agutil@0.0.1-1.df188d7 sbcl-alexandria@1.4-0.009b7e5 sbcl-anaphora@0.9.8 sbcl-arrows@0.2.0-0.df7cf00 sbcl-cl-form-types@0.3.2 sbcl-custom-hash-table@0.3-1.f269831 sbcl-static-dispatch@0.5.1 sbcl-trivia@0.1-0.8b406c3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://alex-gutev.github.io/generic-cl/
Licenses: Expat
Synopsis: Generic function interface to standard Common Lisp functions
Description:

generic-cl provides a generic function wrapper over various functions in the Common Lisp standard, such as equality predicates and sequence operations. The goal of this wrapper is to provide a standard interface to common operations, such as testing for the equality of two objects, which is extensible to user-defined types.

sbcl-acl-compat 0.1.1-1.cac1d69
Dependencies: sbcl-puri@1.5.7-2.4bbab89 sbcl-cl-ppcre@2.1.1 sbcl-ironclad@0.61 sbcl-cl-fad@0.7.6-1.3f4d32d
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://sourceforge.net/projects/portableaserve/
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-antik-base 0.0.0-1.e4711a6
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cffi@0.24.1-1.3397035 sbcl-cl-ppcre@2.1.1 sbcl-drakma@2.0.8 sbcl-fare-utils@1.0.0.5-1.66e9c6f sbcl-iterate@1.5.3 sbcl-metabang-bind@0.8.0-2.0819642 sbcl-named-readtables@0.9-4.d5ff162 sbcl-split-sequence@2.0.1 sbcl-static-vectors@1.8.9 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://common-lisp.net/project/antik/
Licenses: GPL 3
Synopsis: Scientific and engineering computation in Common Lisp
Description:

Antik provides a foundation for scientific and engineering computation in Common Lisp. It is designed not only to facilitate numerical computations, but to permit the use of numerical computation libraries and the interchange of data and procedures, whether foreign (non-Lisp) or Lisp libraries. It is named after the Antikythera mechanism, one of the oldest examples of a scientific computer known.

sbcl-modularize 1.0.0-1.86c5d9a
Dependencies: sbcl-documentation-utils@1.2.0-0.98630dd sbcl-trivial-package-local-nicknames@0.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/modularize/
Licenses: Zlib
Synopsis: Common Lisp modularization framework
Description:

MODULARIZE is an attempt at providing a common interface to segregate major application components. This is achieved by adding special treatment to packages. Each module is a package that is specially registered, which allows it to interact and co-exist with other modules in better ways. For instance, by adding module definition options you can introduce mechanisms to tie modules together in functionality, hook into each other and so on.

sbcl-vernacular 0.8.0-1.79be179
Dependencies: sbcl-overlord@0.0.0-1.a8f37b3 sbcl-trivial-macroexpand-all@0.0.0-0.933270a sbcl-local-time@1.0.6-4.40169fe sbcl-parse-js@0.0.0-1.fbadc60 sbcl-trivia@0.1-0.8b406c3 sbcl-trivial-garbage@0.21-0.3474f64 sbcl-named-readtables@0.9-4.d5ff162 sbcl-alexandria@1.4-0.009b7e5 sbcl-serapeum@0.0.0-12.c08442a 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/vernacular
Licenses: Expat
Synopsis: Module system for languages that compile to Common Lisp
Description:

Vernacular is a build and module system for languages that compile to Common Lisp. It allows languages to compile to Lisp while remaining part of the Common Lisp ecosystem. Vernacular languages interoperate with Common Lisp and one another.

Vernacular handles locating files, compiling files into FASLs, tracking dependencies and rebuilding, and export and import between your new language, Lisp, and any other language Vernacular supports.

Vernacular builds on Overlord and is inspired by Racket.

sbcl-jpl-queues 0.1
Dependencies: sbcl-jpl-util@20151005 sbcl-bordeaux-threads@0.9.3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.thoughtcrime.us/software/jpl-queues/
Licenses: ISC
Synopsis: Common Lisp library implementing a few different kinds of queues
Description:

A Common Lisp library implementing a few different kinds of queues:

  • Bounded and unbounded FIFO queues.

  • Lossy bounded FIFO queues that drop elements when full.

  • Unbounded random-order queues that use less memory than unbounded FIFO queues.

Additionally, a synchronization wrapper is provided to make any queue conforming to the jpl-queues API thread-safe for lightweight multithreading applications. (See Calispel for a more sophisticated CL multithreaded message-passing library with timeouts and alternation among several blockable channels.)

sbcl-exit-hooks 0.0.0-1.78050f4
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/ailisp/exit-hooks
Licenses: FreeBSD
Synopsis: Call functions automatically when Common Lisp exits
Description:

exit-hooks provides a portable way to automatically call some user-defined function when exiting Common Lisp (both quit from the REPL or a kill in a shell). Like atexit in C and Python or Java’s Runtime.addShutdownHook(). It currently supports SBCL, CCL, ECL, ABCL, Allegro CL, clisp and CMUCL. Before exit-hooks, there was no portable way of doing so and no staightforward way to use an exit hook on ABCL. It can be used for tasks like parmenantly save something when exiting Lisp.

sbcl-cl-libxml2 0.3.4-1.8d03110
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cffi@0.24.1-1.3397035 sbcl-flexi-streams@1.0.19-0.74a1027 sbcl-garbage-pools@0.1.2-1.9a7cb7f sbcl-iterate@1.5.3 sbcl-metabang-bind@0.8.0-2.0819642 sbcl-puri@1.5.7-2.4bbab89 libxml2@2.9.14 libxslt@1.1.37
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://web.archive.org/web/20160121073421/http://cl-libxml2.googlecode.com/svn/doc/index.html
Licenses: LLGPL
Synopsis: High-level wrapper around libxml2 and libxslt libraries
Description:

cl-libxml2 is high-level Common Lisp wrapper around the libxml2 and libxslt libraries.

  • Interfaces for tree manipulation (like cxml-stp).

  • Interface for HTML 4.0 non-validating parsers.

  • Specific APIs to process HTML trees, especially serialization.

  • XPath API.

  • XSLT API.

  • Custom URL resolvers.

  • XPath extension functions.

  • XSLT extension elements.

  • Translates libxml2 and libxslt errors to Lisp conditions.

  • Extends the Common Lisp iterate library with custom drivers for child nodes enumeration, etc.

  • The XFACTORY system provides a simple and compact syntax for XML generation.

sbcl-cl-xmlspam 0.0.0-1.ea06abc
Dependencies: sbcl-cxml@0.0.0-1.00b22bf sbcl-cl-ppcre@2.1.1
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/rogpeppe/cl-xmlspam
Licenses: Modified BSD
Synopsis: Concise, regexp-like pattern matching on streaming XML for Common Lisp
Description:

CXML does an excellent job at parsing XML elements, but what do you do when you have a XML file that's larger than you want to fit in memory, and you want to extract some information from it? Writing code to deal with SAX events, or even using Klacks, quickly becomes tedious. cl-xmlspam (for XML Stream PAttern Matcher) is designed to make it easy to write code that mirrors the structure of the XML that it's parsing. It also makes it easy to shift paradigms when necessary - the usual Lisp control constructs can be used interchangeably with pattern matching, and the full power of CXML is available when necessary.

sbcl-40ants-doc 0.1.0-0.7725ff6
Dependencies: sbcl-named-readtables@0.9-4.d5ff162 sbcl-pythonic-string-reader@0.0.0-1.47a70ba
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://40ants.com/doc/
Licenses: Expat
Synopsis: Exploratory programming environment and documentation generator
Description:

40ants-doc provides a rudimentary explorable programming environment. The narrative primarily lives in so-called sections that mix Markdown docstrings with references to functions, variables, etc., all of which should probably have their own docstrings.

The primary focus is on making code easily explorable by using SLIME's M-. (slime-edit-definition). Generating documentation in Markdown or HTML format from sections and all the referenced items is also implemented.

With the simplistic tools provided, one may obtain results similar to literate programming, but documentation is generated from code, not the other way around, and there is no support for chunking. Code comes first, code must look pretty, documentation is code.

40ants-doc is a fork of MGL-PAX with fewer dependencies (only named-readtables and pythonic-string-reader) for the core system, and additional features in the full system.

sbcl-speechless 1.0.0-1.50e9b03
Dependencies: sbcl-cl-markless@1.1.0-1.a0e145c sbcl-documentation-utils@1.2.0-0.98630dd
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: http://shirakumo.github.io/speechless/
Licenses: Zlib
Synopsis: Dialogue system language implementation
Description:

This is a system implementing an advanced dialogue system that is capable of complex dialogue flow including choice trees and conditional branching. Speechless was first developed for the "Kandria" (https://kandria.com) game, and has since been separated and made public in the hopes that it may find use elsewhere or inspire other developers to build similar systems.

Speechless is based on the "Markless" (https://shirakumo.github.io/markless) document standard for its syntax and makes use of Markless' ability to be extended to add additional constructs useful for dialogue systems.

Speechless can compile dialogue from its base textual form into an efficient instruction set, which is then executed when the game is run. Execution of the dialogue is completely engine-agnostic, and only requires some simple integration with a client protocol to run.

Thanks to Markless' extensibility, Speechless can also be further extended to include additional syntax and constructs that may be useful for your particular game.

sbcl-postmodern 1.33.12
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-bordeaux-threads@0.9.3 sbcl-cl-base64@3.3.4-1.577683b sbcl-cl-unicode@0.1.6 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-global-vars@1.0.0-0.c749f32 sbcl-ironclad@0.61 sbcl-local-time@1.0.6-4.40169fe sbcl-md5@2.0.5 sbcl-split-sequence@2.0.1 sbcl-uax-15@0.1.3 sbcl-usocket@0.8.8
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://marijnhaverbeke.nl/postmodern/
Licenses: Zlib
Synopsis: Common Lisp library for interacting with PostgreSQL
Description:

postmodern is a Common Lisp library for interacting with PostgreSQL databases. It provides the following features:

  • Efficient communication with the database server without need for foreign libraries.

  • Support for UTF-8 on Unicode-aware Lisp implementations.

  • A syntax for mixing SQL and Lisp code.

  • Convenient support for prepared statements and stored procedures.

  • A metaclass for simple database-access objects.

This package produces 4 systems: postmodern, cl-postgres, s-sql, simple-date

SIMPLE-DATE is a very basic implementation of date and time objects, used to support storing and retrieving time-related SQL types. It is not loaded by default and you can use local-time (which has support for timezones) instead.

S-SQL is used to compile s-expressions to strings of SQL code, escaping any Lisp values inside, and doing as much as possible of the work at compile time.

CL-POSTGRES is the low-level library used for interfacing with a PostgreSQL server over a socket.

POSTMODERN itself is a wrapper around these packages and provides higher level functions, a very simple data access object that can be mapped directly to database tables and some convient utilities. It then tries to put all these things together into a convenient programming interface

sbcl-xml-emitter 1.1.0-1.1a93a5a
Propagated dependencies: cl-utilities@0.0.0-1.dce2d2f sbcl-dbus@20190408-1.24b452d
Channel: yewscion
Location: cdr255/utils.scm (cdr255 utils)
Home page:
Licenses: GPL 3
Synopsis:
Description:

.

sbcl-stumpwm-mem 0.0.1-6.042a9fc
Dependencies: stumpwm@23.11
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://github.com/stumpwm/stumpwm-contrib/tree/master/modeline/mem
Licenses: GPL 3+
Synopsis: Modeline support for memory info
Description:

Modeline support for memory info.

sbcl-stumpwm-net 0.0.1-6.042a9fc
Dependencies: stumpwm@23.11
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://github.com/stumpwm/stumpwm-contrib/tree/master/modeline/net
Licenses: GPL 3+
Synopsis: Modeline support for network connectivity
Description:

Modeline support for network connectivity.

sbcl-stumpwm-cpu 0.0.1-6.042a9fc
Dependencies: stumpwm@23.11
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://github.com/stumpwm/stumpwm-contrib/tree/master/modeline/cpu
Licenses: GPL 3+
Synopsis: Modeline support for CPU info
Description:

Modeline support for CPU info.

sbcl-stumpwm-mpd 0.0.1-5.4613a95
Dependencies: stumpwm@23.11
Channel: trevdev
Location: trevdev/packages/stumpwm.scm (trevdev packages stumpwm)
Home page: https://github.com/stumpwm/stumpwm-contrib
Licenses: GPL 2+ GPL 3+ FreeBSD
Synopsis: Integrate @code{mpd} with StumpWM
Description:

A Stumpwm mode-line module for displaying MPD information.

sbcl-lorem-ipsum 1.0-0.04a1839
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/phoe/lorem-ipsum
Licenses: Expat
Synopsis: Lorem ipsum generator in portable Common Lisp
Description:

This package provides functions for generating lorem ipsum text.

sbcl-cl-conspack 0.0.0-2.6e529d7
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-fast-io@1.0.0-3.a4c5ad6 sbcl-ieee-floats@20170924-1.566b51a 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/conspack/cl-conspack
Licenses: Modified BSD
Synopsis: CONSPACK implementation for Common Lisp
Description:

This package provides a CONSPACK implementation for Common Lisp.

sbcl-html-encode 1.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://quickdocs.org/html-encode/
Licenses: Expat
Synopsis: Common Lisp library for encoding text in various web-savvy encodings
Description:

A library for encoding text in various web-savvy encodings.

sbcl-cl-autowrap 1.0-2.a5d71eb
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cffi@0.24.1-1.3397035 sbcl-cl-json@0.6.0 sbcl-cl-ppcre@2.1.1 sbcl-defpackage-plus@1.0-0.5492e27 sbcl-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/rpav/cl-autowrap
Licenses: FreeBSD
Synopsis: FFI wrapper generator for Common Lisp
Description:

This is a c2ffi-based wrapper generator for Common Lisp.

sbcl-cl-electron 0.0.0-3.f2245dc
Dependencies: electron@27.3.6 sbcl-cl-json@0.6.0 sbcl-iolib@0.8.4-0.010b7a6 sbcl-cl-str@0.21 sbcl-nclasses@0.6.1 sbcl-cl-ppcre@2.1.1 sbcl-bordeaux-threads@0.9.3 sbcl-lparallel@2.8.4-1.80fc295 sbcl-parenscript@2.7.1-1.7a1ac46 sbcl-spinneret@3.0-6.d4398b5
Channel: nonguix
Location: nongnu/packages/lisp.scm (nongnu packages lisp)
Home page: https://github.com/atlas-engineer/cl-electron
Licenses: Modified BSD
Synopsis: Common Lisp interface to Electron
Description:

cl-electron is a binding to Electron for Common Lisp.

sbcl-cl-markdown 0.10.6-0.3788802
Dependencies: sbcl-anaphora@0.9.8 sbcl-cl-containers@0.12.1-4.781ebfe sbcl-cl-ppcre@2.1.1 sbcl-dynamic-classes@1.0.2-0.ebd7405 sbcl-metabang-bind@0.8.0-2.0819642 sbcl-metatilities-base@0.6.6-2.ef04337
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://common-lisp.net/project/cl-markdown/
Licenses: Expat
Synopsis: Common Lisp rewrite of Markdown
Description:

This is an implementation of a Markdown parser in Common Lisp.

Total results: 964