dev-lisp/3bmd::nest
- Ebuilds: 2, Testing: 20250613, Snapshot: 9999 Description:
This package provides Common Lisp Markdown processor, which
using esrap for parsing and grammar based on peg-markdown.
Homepage:https://github.com/3b/3bmd License: MIT
dev-lisp/anaphora::nest
- Ebuilds: 2, Testing: 0.9.8, Snapshot: 9999 Description:
This package provides an anaphoric macro collection from Hell:
it includes many new fiends in addition to old friends like AIF
and AWHEN.
Homepage:https://github.com/spwhitton/anaphora License: public-domain
dev-lisp/asdf-flv::nest
- Ebuilds: 2, Testing: 20230912, Snapshot: 9999 Description:
This package provides support for file-local variables through ASDF.
A file-local variable behaves like *PACKAGE* and *READTABLE* with respect to
LOAD and COMPILE-FILE: a new dynamic binding is created before processing the file,
so that any modification to the variable essentially becomes file-local.
Homepage:https://github.com/didierverna/asdf-flv License: FSFAP
dev-lisp/babel::nest
- Ebuilds: 2, Testing: 20240605, Snapshot: 9999 Description:
This package provides a charset encoding/decoding library,
not unlike GNU libiconv, but completely written in Common Lisp.
Homepage:https://github.com/cl-babel/babel License: MIT
dev-lisp/bordeaux-threads::nest
- Ebuilds: 2, Testing: 0.9.4, Snapshot: 9999 Description:
This package provides a Common Lisp threading library, which exposes
generic primitives required for synchronization in multi-threading programming,
such as threads, mutexes, semaphores and condition variables,
as well as some atomic operations.
Homepage:https://github.com/sionescu/bordeaux-threads License: MIT
dev-lisp/buildapp::nest
- Ebuilds: 2, Testing: 1.5.6, Snapshot: 9999 Description:
This package provides an application for SBCL and CCL that configures
and saves an executable Common Lisp image or non-executable core.
Homepage:https://github.com/xach/buildapp License: BSD
dev-lisp/cffi::nest
- Ebuilds: 2, Testing: 20250311, Snapshot: 9999 Description:
This package provides the Common Foreign Function Interface, purports
to be a portable FFI for Common Lisp. It abstracts away the differences
between the API of the native FFI's of the various Common Lisp
implementations.
Homepage:https://github.com/cffi/cffi License: MIT
dev-lisp/chunga::nest
- Ebuilds: 2, Testing: 1.1.9, Snapshot: 9999 Description:
This package implements streams capable of chunked encoding on demand
as defined in RFC 2616. For an example of how these streams can be
used see Drakma.
Homepage:https://github.com/edicl/chunga License: BSD-2
dev-lisp/cl-abnf::nest
- Ebuilds: 2, Testing: 20200229, Snapshot: 9999 Description:
This package provides a Common Lisp library with implementation of
parser generator for the ABNF grammar format as described in RFC2234.
Homepage:https://github.com/dimitri/cl-abnf License: ISC
dev-lisp/cl-db3::nest
- Ebuilds: 2, Testing: 20200212, Snapshot: 9999 Description:
This package provides a common lisp library to read dbf files
version 3 (file extension represents the dBase database file).
Homepage:https://github.com/dimitri/cl-db3 License: WTFPL-2
dev-lisp/cl-difflib::nest
- Ebuilds: 2, Testing: 20090602, Snapshot: 9999 Description:
This package provides a Common Lisp library for computing differences
between pairs of sequences. It is nearly a transcription of Python's
difflib module.
Homepage:https://github.com/wiseman/cl-difflib License: MIT
dev-lisp/cl-fad::nest
- Ebuilds: 2, Testing: 20220110, Snapshot: 9999 Description:
This package provides a thin layer atop Common Lisp's standard pathname
functions. It is intended to provide some unification between current CL
implementations on Windows, OS X, Linux, and Unix.
Homepage:https://github.com/edicl/cl-fad License: BSD-2
dev-lisp/cl-interpol::nest
- Ebuilds: 2, Testing: 20220725, Snapshot: 9999 Description:
This package provides a library for Common Lisp which modifies
the reader so that you can have interpolation within strings similar
to Perl or Unix Shell scripts.
Homepage:https://github.com/edicl/cl-interpol License: BSD-2
dev-lisp/cl-log::nest
- Ebuilds: 2, Testing: 1.0.1, Snapshot: 9999 Description:
This package provides a Common Lisp general purpose logging utility.
Its features include: logging to several destinations at once,
very rapid processing of messages which are rejected by all messengers, etc.
Homepage:https://www.cliki.net/cl-log License: public-domain
dev-lisp/cl-pdf::nest
- Ebuilds: 2, Testing: 20230620, Snapshot: 9999 Description:
This package provides a cross-platform Common Lisp library for
generating PDF files. It does not need any third-party tools
from Adobe or others. When it is used with cl-typesetting it
provides a complete typesetting system.
Homepage:https://github.com/mbattyani/cl-pdf License: BSD-2
dev-lisp/cl-plus-ssl::nest
- Ebuilds: 2, Testing: 20250424, Snapshot: 9999 Description:
This package provides a portable code based on CFFI and gray streams.
It defines its own libssl BIO_METHOD, so that TLS I/O can be written
over portable Lisp streams instead of bypassing the streams and giving
OpenSSL a socket file descriptor to send data over.
Homepage:https://github.com/cl-plus-ssl/cl-plus-ssl License: MIT
dev-lisp/cl-utilities::nest
- Ebuilds: 2, Testing: 1.2.4, Snapshot: 9999 Description:
This package implements and supersedes the Common Lisp Utilities,
things that everybody writes since they're not part of the official
standard.
Homepage:https://cl-utilities.common-lisp.dev License: public-domain
dev-lisp/cl-who::nest
- Ebuilds: 2, Testing: 1.1.5, Snapshot: 9999 Description:
This package provides a Lisp Markup Languages library, which
provides convenient means to convert S-expressions intermingled
with code into (X)HTML, XML, or whatever but differ with respect
to syntax, implementation, and API.
Homepage:https://github.com/edicl/cl-who License: BSD-2
dev-lisp/clsql::nest
- Ebuilds: 2, Testing: 6.7.2, Snapshot: 9999 Description:
This package provides a Common Lisp to SQL engine interface.
It includes both functional and object oriented subsystems
for data definition and manipulation as well as an integrated symbolic
SQL syntax.
Homepage:https://github.com/sharplispers/clsql License: MIT
dev-lisp/clunit2::nest
- Ebuilds: 2, Testing: 20250212, Snapshot: 9999 Description:
This package provides a Common Lisp unit testing framework.
It is designed to be easy to use so that you can quickly start testing.
Homepage:https://codeberg.org/cage/clunit2 License: MIT
dev-lisp/cxml::nest
- Ebuilds: 2, Testing: 20250429, Snapshot: 9999 Description:
This package provides a XML parser written in Common Lisp, which
implements a namespace-aware, validating XML 1.0 parser as well as
the DOM Level 2 Core interfaces.
Homepage:https://github.com/sharplispers/cxml License: LLGPL-2.1
dev-lisp/drakma::nest
- Ebuilds: 2, Testing: 20241118, Snapshot: 9999 Description:
This package provides a full-featured HTTP client implemented
in Common Lisp. It knows how to handle HTTP/1.1 chunking,
persistent connections, re-usable sockets, SSL, continuable uploads,
file uploads, cookies, and more.
Homepage:https://github.com/edicl/drakma License: BSD
dev-lisp/esrap::nest
- Ebuilds: 2, Testing: 20250531, Snapshot: 9999 Description:
This package provides a packrat parser for Common Lisp. In addition to
regular Packrat / Parsing Grammar / TDPL features ESRAP supports:
dynamic redefinition of nonterminals, inline grammars, etc.
Homepage:https://github.com/scymtym/esrap License: MIT
dev-lisp/fiveam::nest
- Ebuilds: 2, Testing: 1.4.3, Snapshot: 9999 Description:
This package provides a simple (as far as writing and running tests goes)
regression testing framework. It has been designed with Common Lisp's
interactive development model in mind.
Homepage:https://github.com/lispci/fiveam License: BSD
dev-lisp/flexi-streams::nest
- Ebuilds: 2, Testing: 1.0.20, Snapshot: 9999 Description:
This package provides "virtual" bivalent streams that can be layered atop
real binary or bivalent streams and that can be used to read and write
character data in various single- or multi-octet encodings
which can be changed on the fly. It also supplies in-memory binary streams
which are similar to string streams.
Homepage:https://github.com/edicl/flexi-streams License: BSD-2
dev-lisp/form-fiddle::nest
- Ebuilds: 2, Testing: 20250105, Snapshot: 9999 Description:
This package provides individual functions to extract each part of
a lambda-definition-form: function, name, qualifiers, lambda-list,
body, declarations, docstring and the forms.
Homepage:https://github.com/Shinmera/form-fiddle License: ZLIB
dev-lisp/html-encode::nest
- Ebuilds: 1, Testing: 1.2 Description:
This package provides a small library for encoding text in
various web-savvy formats. These are the functions exported
from the html-encode package: encode-for-pre, encode-for-tt,
encode-for-argument, encode-for-http.
Homepage:https://www.cliki.net/html-encode License: MIT
dev-lisp/hu-dwim-logger::nest
- Ebuilds: 2, Testing: 20241118, Snapshot: 9999 Description:
This package provides a logging library that, among other things,
supports chaining log messages through a hierarchy of loggers,
separate compile-time and runtime log level, and provides various
appenders, including one that supports multiple threads.
Homepage:https://github.com/hu-dwim/hu.dwim.logger License: MIT-0
dev-lisp/hu-dwim-partial-eval::nest
- Ebuilds: 2, Testing: 20171128, Snapshot: 9999 Description:
This package provides a special Common Lisp interpreter.
The main difference to a standard interpreter is that the values of
variables, function arguments, and return values can not only be
constants, but arbitrary expressions.
Homepage:https://github.com/hu-dwim/hu.dwim.partial-eval License: MIT-0
dev-lisp/hunchentoot::nest
- Ebuilds: 2, Testing: 1.3.1, Snapshot: 9999 Description:
This package provides a web server written in Common Lisp and at
the same time a toolkit for building dynamic websites.
As a stand-alone web server, Hunchentoot is capable of HTTP/1.1
chunking (both directions), persistent connections (keep-alive), SSL.
Homepage:https://github.com/edicl/hunchentoot License: BSD-2
dev-lisp/idna::nest
- Ebuilds: 2, Testing: 20111222, Snapshot: 9999 Description:
This package provides a small library with Internationalized Domain
Names in Applications API, which implements IDNA2008 name translation.
Homepage:https://github.com/antifuchs/idna License: MIT
dev-lisp/ieee-floats::nest
- Ebuilds: 2, Testing: 20220126, Snapshot: 9999 Description:
This package provides "virtual" bivalent streams that can be layered atop
real binary or bivalent streams and that can be used to read and write
character data in various single- or multi-octet encodings
which can be changed on the fly. It also supplies in-memory binary streams
which are similar to string streams.
Homepage:https://github.com/marijnh/ieee-floats License: BSD
dev-lisp/iolib::nest
- Ebuilds: 2, Testing: 20240129, Snapshot: 9999 Description:
This package provides a better and more modern I/O library than
the standard Common Lisp library. It contains: a socket library,
a DNS resolver, an I/O multiplexer, a pathname library and
file-system utilities.
Homepage:https://github.com/sionescu/iolib License: MIT
dev-lisp/ironclad::nest
- Ebuilds: 2, Testing: 0.61, Snapshot: 9999 Description:
This package provides a cryptography library written entirely in Common Lisp.
It includes support for several popular ciphers, digests, MACs and public key
cryptography algorithms. For several implementations that support Gray streams,
support is included for convenient stream wrappers.
Homepage:https://www.cliki.net/ironclad License: BSD
dev-lisp/kmrcl::nest
- Ebuilds: 1, Testing: 1.111 Description:
This package includes general purpose utilities for Common Lisp
programs. It is used as a base for some of Kevin M. Rosenberg's
Common Lisp packages.
Homepage:https://tracker.debian.org/pkg/cl-kmrcl License: LGPL-2.1
dev-lisp/lift::nest
- Ebuilds: 2, Testing: 20231004, Snapshot: 9999 Description:
This package provides a unit and system test tool for LISP.
In LIFT, testcases are organized into hierarchical testsuites
each of which can have its own fixture.
Homepage:https://github.com/hraban/lift License: MIT
dev-lisp/lml2::nest
- Ebuilds: 1, Testing: 1.6.6 Description:
This package includes general purpose utilities for Common Lisp
programs. It is used as a base for some of Kevin M. Rosenberg's
Common Lisp packages.
Homepage:https://tracker.debian.org/pkg/cl-lml2 License: LLGPL-2.1
dev-lisp/local-time::nest
- Ebuilds: 2, Testing: 20250427, Snapshot: 9999 Description:
This package provides a Common Lisp library for the manipulation
of dates and times. It is based almost entirely upon Erik Naggum's
paper "The Long Painful History of Time".
Homepage:https://github.com/dlowe-net/local-time License: MIT
dev-lisp/lparallel::nest
- Ebuilds: 2, Testing: 2.8.4, Snapshot: 9999 Description:
This package provides a library for parallel programming in Common Lisp,
featuring simple model of task submission with receiving queue,
constructs for expressing fine-grained parallelism, etc.
Homepage:https://github.com/lmj/lparallel License: BSD
dev-lisp/md5::nest
- Ebuilds: 2, Testing: 2.0.5, Snapshot: 9999 Description:
This package provides The MD5 Message-Digest Algorithm, as defined in
RFC 1321 by R. Rivest, published April 1992.
Homepage:https://github.com/pmai/md5 License: public-domain
dev-lisp/metacopy::nest
- Ebuilds: 2, Testing: 20230812, Snapshot: 9999 Description:
This package provides a toolkit for specifying how to make
copies of objects. Use defcopy-methods to describe the copying of
slots and copy-thing to make copies.
Homepage:https://github.com/hraban/metacopy License: MIT
dev-lisp/mgl-pax::nest
- Ebuilds: 2, Testing: 20250613, Snapshot: 9999 Description:
This package provides a very cool documentation generator for Common Lisp projects.
With features like Emacs/SLIME integration, ability to generate Markdown, etc.
Homepage:https://github.com/melisgl/mgl-pax License: MIT
dev-lisp/optima::nest
- Ebuilds: 2, Testing: 20150628, Snapshot: 9999 Description:
This package provides a fast pattern matching library which uses
optimizing techniques widely used in the functional programming world.
Homepage:https://github.com/m2ym/optima License: LLGPL-2.1
dev-lisp/parachute::nest
- Ebuilds: 2, Testing: 20250127, Snapshot: 9999 Description:
This package provides a simple-to-use and extensible testing framework,
on which things are organised as a bunch of named tests within a package.
Homepage:https://github.com/Shinmera/parachute License: ZLIB
dev-lisp/parse-number::nest
- Ebuilds: 2, Testing: 1.8, Snapshot: 9999 Description:
This package provides a library of functions which accept an arbitrary
string and attempt to parse it, if possible into one of the standard
Common Lisp number types without using the reader, or else signal an
error of type INVALID-NUMBER.
Homepage:https://github.com/sharplispers/parse-number License: BSD
dev-lisp/postmodern::nest
- Ebuilds: 2, Testing: 1.33.12, Snapshot: 9999 Description:
This package provides a Common Lisp library for interacting with
PostgreSQL databases with efficient communication with the database
server without need for foreign libraries.
Homepage:https://marijnhaverbeke.nl/postmodern/ License: MIT POSTGRESQL ZLIB
dev-lisp/puri::nest
- Ebuilds: 1, Testing: 1.5.7.2 Description:
This package provides a portable Universal Resource Identifier library
for Common Lisp programs. It parses URI according to the RFC 2396
specification.
Homepage:https://tracker.debian.org/pkg/cl-puri License: LLGPL-2.1
dev-lisp/pythonic-string-reader::nest
- Ebuilds: 2, Testing: 20180618, Snapshot: 9999 Description:
This package provides a piece of code stolen from Yury Sulsky which has been
slightly modified/improved by myself. It sets up some reader macros that make
it simpler to input string literals which contain backslashes and double quotes.
This is very useful for writing complicated docstrings and, as it turns out,
writing code that contains string literals that contain code themselves.
Homepage:https://github.com/smithzvk/pythonic-string-reader License: BSD
dev-lisp/rfc2388::nest
- Ebuilds: 2, Testing: 20180830, Snapshot: 9999 Description:
This package contains an implementation of RFC 2388, which is used
to process form data posted with HTTP POST method using
enctype "multipart/form-data".
Homepage:https://github.com/jdz/rfc2388 License: BSD-2
dev-lisp/rt::nest
- Ebuilds: 1, Testing: 20090812 Description:
This package provides a 1990 regression testing library that is used by
some older software.
Homepage:https://www.cliki.net/rt License: MIT
dev-lisp/swap-bytes::nest
- Ebuilds: 2, Testing: 20211205, Snapshot: 9999 Description:
This package provides a library for changing endianness of unsigned
integers of length 1/2/4/8. Very useful in implementing various
network protocols and file formats.
Homepage:https://github.com/sionescu/swap-bytes License: MIT
dev-lisp/symbol-munger::nest
- Ebuilds: 2, Testing: 20220120, Snapshot: 9999 Description:
This package provides a Common Lisp library to make it easy to
change the capitalization and spacing of a 'sentence'. This is used
for converting between space and capitalization rules of various systems.
Homepage:https://github.com/AccelerationNet/symbol-munger License: BSD
dev-lisp/system-locale::nest
- Ebuilds: 2, Testing: 20250206, Snapshot: 9999 Description:
This package provides library retrieves locale information configured
on the system. This is helpful if you want to write applications and
libraries that display messages in the user's native language.
Homepage:https://github.com/Shinmera/system-locale License: ZLIB
dev-lisp/trivial-backtrace::nest
- Ebuilds: 2, Testing: 20230111, Snapshot: 9999 Description:
This package provides a simple solution to generating a backtrace portably.
Its interface consists of three functions and one variable: print-backtrace,
print-backtrace-to-stream, print-condition, date-time-format.
Homepage:https://github.com/hraban/trivial-backtrace License: MIT
dev-lisp/try::nest
- Ebuilds: 2, Testing: 20250502, Snapshot: 9999 Description:
This package provides an extensible test framework with equal support
for interactive and non-interactive workflows.
Homepage:https://github.com/melisgl/try License: MIT
dev-lisp/usocket::nest
- Ebuilds: 2, Testing: 20250208, Snapshot: 9999 Description:
This package provides a portable TCP/IP and UDP/IP socket interface for
as many Common Lisp implementations as possible, while keeping the abstraction
and portability layer as thin as possible.
Homepage:https://github.com/usocket/usocket License: MIT
dev-lisp/xmls::nest
- Ebuilds: 2, Testing: 20240227, Snapshot: 9999 Description:
This package provides a small, simple, non-validating xml parser
for Common Lisp. It's designed to be a self-contained, easily embedded
parser that recognizes a useful subset of the XML spec.
Homepage:https://github.com/rpgoldman/xmls License: BSD
dev-lisp/zs3::nest
- Ebuilds: 2, Testing: 1.3.4, Snapshot: 9999 Description:
This package provides a library for working with Amazon's Simple Storage
Service (S3) and CloudFront service from Common Lisp.
Homepage:https://github.com/xach/zs3 License: BSD-2