_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
sbcl-cl-site-gen 0.1-0.553f005
Dependencies: sbcl-arrows@0.2.0-0.df7cf00 sbcl-alexandria@1.4-0.009b7e5 sbcl-fset@1.4.0 sbcl-flute@0.2-dev-1.90ebcd6 sbcl-cl-css@0.1-1.8fe654c
Channel: guixrus
Location: guixrus/packages/jam-stack.scm (guixrus packages jam-stack)
Home page: https://github.com/Gavinok/cl-site-gen
Licenses: Expat
Synopsis: Create Your Static Websites With Lisp
Description:

cl-site-gen is a simple static site generator for those crazy enough to want to write their websites in CL. This project is focused on being simple and letting you determine how you want the site to look. By default the project uses cl-flute for generating HTML but this can configured by the user.

sbcl-easy-routes 0.0.0-0.7832f8b
Dependencies: sbcl-djula@0.2.0-2.6f14259 sbcl-hunchentoot@1.3.0-1.7686239 sbcl-hunchentoot-errors@0.0.1-0.69eb3bc sbcl-routes@0.2.5-1.1b79e85
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/mmontone/easy-routes/
Licenses: Expat
Synopsis: Routes handling utility on top of Hunchentoot
Description:

EASY-ROUTES is yet another routes handling system on top of Hunchentoot. It's just glue code for Restas routing subsystem (CL-ROUTES).

It supports:

  • dispatch based on HTTP method

  • arguments extraction from the url path

  • decorators

  • URL generation from route names

This package provides EASY-ROUTES, EASY-ROUTES+DJULA and EASY-ROUTES+ERRORS systems.

sbcl-cl-readline 0.1.2-1.8438c9e
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cffi@0.24.1-1.3397035 readline@8.1.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/vindarel/cl-readline
Licenses: GPL 3+
Synopsis: Common Lisp bindings to the GNU Readline library
Description:

The Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline library includes additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those lines, and perform csh-like history expansion on previous commands.

sbcl-quicksearch 0.01.04-1.fb02ecf
Dependencies: sbcl-bordeaux-threads@0.9.3 sbcl-iterate@1.5.3 sbcl-alexandria@1.4-0.009b7e5 sbcl-anaphora@0.9.8 sbcl-cl-ppcre@2.1.1 sbcl-drakma@2.0.8 sbcl-html-entities@0.02-1.4af0180 sbcl-yason@0.8.4 sbcl-flexi-streams@1.0.19-0.74a1027 sbcl-do-urlencode@0.0.0-1.1998464
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/tkych/quicksearch/
Licenses: Expat
Synopsis: Search Engine Interface for Common Lisp packages
Description:

Quicksearch is a search-engine-interface for Common Lisp. The goal of Quicksearch is to find the Common Lisp library quickly. For example, if you will find the library about json, just type (qs:? 'json) at REPL.

The function quicksearch searches for Common Lisp projects in Quicklisp, Cliki, GitHub and BitBucket, then outputs results in REPL. The function ? is abbreviation wrapper for quicksearch.

sbcl-cl-fast-ecs 0.2.2
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-trivial-garbage@0.21-0.3474f64
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://lockie.gitlab.io/cl-fast-ecs/
Licenses: Expat
Synopsis: Blazingly fast Entity-Component-System microframework
Description:

CL-FAST-ECS is a Common Lisp library providing an implementation of the ECS pattern, primarily focused on speed and interactive development.

ECS is an architectural data-oriented design pattern that allows for the effective processing of a large number of in-game objects while keeping the code and data separated. This provides flexibility in the way that game objects are built at runtime.

sbcl-global-vars 1.0.0-0.c749f32
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/lmj/global-vars
Licenses: Expat
Synopsis: Efficient global variables in Common Lisp
Description:

In Common Lisp, a special variable that is never dynamically bound typically serves as a stand-in for a global variable. The global-vars library provides true global variables that are implemented by some compilers. An attempt to rebind a global variable properly results in a compiler error. That is, a global variable cannot be dynamically bound.

Global variables therefore allow us to communicate an intended usage that differs from special variables. Global variables are also more efficient than special variables, especially in the presence of threads.

sbcl-cl-docutils 0.1.1-1.756b5ad
Dependencies: sbcl-cl-ppcre@2.1.1 sbcl-data-format-validation@0.2.0-1.95d4476 sbcl-trivial-gray-streams@2.0-1.2b3823e
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: http://www.jarw.org.uk/lisp/cl-docutils.html
Licenses: GPL 3
Synopsis: Document utilities and Restructured text parser
Description:

cl-docutils is a Common Lisp implementation of the Docutils text processing system for processing plaintext into presentational formats such as HTML and LaTeX. It is based upon the Python Docutils reference implementation but uses Common Lisp idioms making it easier to extend and more flexible. As with the reference implementation it includes a parser for the reStructured text plaintext markup syntax which is suitable for marking up documentation and for use as user markup for collaborative web sites. It is successfully used to support a higher education peer-review assessment and online tutorial system.

sbcl-parenscript 2.7.1-1.7a1ac46
Dependencies: sbcl-cl-ppcre@2.1.1 sbcl-anaphora@0.9.8 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/parenscript/
Licenses: Modified BSD
Synopsis: Translator from a subset of Common Lisp to JavaScript
Description:

Parenscript is a translator from an extended subset of Common Lisp to JavaScript. Parenscript code can run almost identically on both the browser (as JavaScript) and server (as Common Lisp).

Parenscript code is treated the same way as Common Lisp code, making the full power of Lisp macros available for JavaScript. This provides a web development environment that is unmatched in its ability to reduce code duplication and provide advanced meta-programming facilities to web developers.

At the same time, Parenscript is different from almost all other "language X" to JavaScript translators in that it imposes almost no overhead:

  • No run-time dependencies: Any piece of Parenscript code is runnable as-is. There are no JavaScript files to include.

  • Native types: Parenscript works entirely with native JavaScript data types. There are no new types introduced, and object prototypes are not touched.

  • Native calling convention: Any JavaScript code can be called without the need for bindings. Likewise, Parenscript can be used to make efficient, self-contained JavaScript libraries.

  • Readable code: Parenscript generates concise, formatted, idiomatic JavaScript code. Identifier names are preserved. This enables seamless debugging in tools like Firebug.

  • Efficiency: Parenscript introduces minimal overhead for advanced Common Lisp features. The generated code is almost as fast as hand-written JavaScript.

sbcl-cl-setlocale f660d07dac72bc3e99caae1c6c8a789991e2694c
Dependencies: sbcl-cffi@0.24.1-1.3397035
Channel: atlas
Location: atlas/packages/lisp.scm (atlas packages lisp)
Home page: https://github.com/shamazmazum/cl-setlocale/
Licenses: FreeBSD
Synopsis: A wrapper around setlocale(3) for Common Lisp
Description:
sbcl-stumpwm-wifi 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/wifi
Licenses: GPL 3+
Synopsis: Modeline support for wifi connectivity
Description:

Modeline support for wifi connectivity.

sbcl-stumpwm-disk 0.0.1-6.042a9fc
Dependencies: sbcl-cl-diskspace@0.3.1-1.2dce2d0 sbcl-cl-mount-info@0.0.1-1.2024f50 stumpwm@23.11
Channel: guix
Location: gnu/packages/wm.scm (gnu packages wm)
Home page: https://github.com/stumpwm/stumpwm-contrib
Licenses: GPL 2+ GPL 3+
Synopsis: StumpWM modeline support to show disk usage
Description:

StumpWM modeline support to show disk usage

sbcl-cl-mathstats 0.8.2-1.4df38ea
Dependencies: sbcl-cl-containers@0.12.1-4.781ebfe sbcl-metatilities-base@0.6.6-2.ef04337
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/hraban/cl-mathstats
Licenses: Expat
Synopsis: Common Lisp collection of mathematical routines
Description:

This package provides Common Lisp math and statistics routines.

sbcl-simple-tasks 1.3.0-1.745d4b5
Dependencies: sbcl-array-utils@1.2.0-0.29da8fc sbcl-bordeaux-threads@0.9.3 sbcl-dissect@1.0.0-2.a70cabc
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/simple-tasks/
Licenses: Zlib
Synopsis: Simple task scheduling framework
Description:

This is a task scheduling framework for Common Lisp.

sbcl-golden-utils 0.0.0-4.e43914a
Dependencies: sbcl-alexandria@1.4-0.009b7e5
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/lisp-mirror/golden-utils
Licenses: Expat
Synopsis: Common Lisp utility library
Description:

This is a Common Lisp library providing various utilities.

sbcl-do-urlencode 0.0.0-1.1998464
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-babel@0.5.0-3.627d6a6
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/drdo/do-urlencode
Licenses: ISC
Synopsis: Percent Encoding (aka URL Encoding) Common Lisp library
Description:

This library provides trivial percent encoding and decoding functions for URLs.

sbcl-stumpwm-pass 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
Licenses: GPL 2+ GPL 3+ FreeBSD
Synopsis: Integrate @code{pass} with StumpWM
Description:

This package provides an interface which integrates password-store into StumpWM.

sbcl-claw-support 1.0.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/borodust/claw-support
Licenses: Expat
Synopsis: Support routines for claw
Description:

This package provides support routines for the claw Common Lisp package.

sbcl-cl-indentify 0.1-1.eb770f4
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-command-line-arguments@2.0.0-1.fbac862 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/yitzchak/cl-indentify
Licenses: Expat
Synopsis: Code beautifier for Common Lisp
Description:

A library and command line utility to automatically indent Common Lisp source files.

sbcl-simple-guess 1.0-0.34744e3
Dependencies: sbcl-cesdi@1.0.1 sbcl-closer-mop@1.0.0-3.7b86f2a sbcl-compatible-metaclasses@1.0 sbcl-evaled-when@1.0-0.c59f8ab
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://www.hexstreamsoft.com/libraries/simple-guess/
Licenses: Unlicense
Synopsis: Extensible protocol for computing a guess using advisors
Description:

This package defines a simple extensible protocol for computing a guess using advisors.

sbcl-bt-semaphore 0.6.3-0.46b4bf3
Dependencies: sbcl-bordeaux-threads@0.9.3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/r-moeritz/bt-semaphore
Licenses: Expat
Synopsis: Semaphore implementation for @code{bordeaux-threads}
Description:

bt-semaphore is a semaphore implementation for use with bordeaux-threads.

sbcl-arrow-macros 0.2.7-0.16bdfd3
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/hipeta/arrow-macros/
Licenses: Expat
Synopsis: Clojure-like arrow macros in Common Lisp
Description:

Arrow-macros provides clojure-like arrow macros (ex. ->, ->>) and diamond wands in swiss-arrows.

sbcl-smart-buffer 0.0.1-1.09b9a9a
Dependencies: sbcl-xsubseq@0.0.1-1.5ce430b sbcl-flexi-streams@1.0.19-0.74a1027
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/fukamachi/smart-buffer
Licenses: Modified BSD
Synopsis: Smart octets buffer
Description:

Smart-buffer provides an output buffer which changes the destination depending on content size.

sbcl-cl-html-diff 0.1-0.5a0b39d
Dependencies: sbcl-cl-difflib@0.2-0.98eb335
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/wiseman/cl-html-diff
Licenses: Expat
Synopsis: Generate a human-readable diff of two HTML documents
Description:

A Common Lisp library for generating a human-readable diff of two HTML documents.

sbcl-hu.dwim.asdf 20200724
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://hub.darcs.net/hu.dwim/hu.dwim.asdf
Licenses: Public Domain
Synopsis: Extensions to ASDF
Description:

Various ASDF extensions such as attached test and documentation system, explicit development support, etc.

Total results: 964