3bmd
- Ebuilds: 2, Testing: 20250613 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
access
- Ebuilds: 2, Testing: 20250415 Description:
This package provides a Common Lisp library to unify access to
the most common data structures and to allow you to operate on
them as they are.
Homepage:https://github.com/AccelerationNet/access License: BSD
anaphora
- Ebuilds: 2, Testing: 0.9.8 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
arnesi
- Ebuilds: 2, Testing: 20241211 Description:
This package provides a Common Lisp utility suite. It contains various
bits and pieces of code which were useful while developing other code.
Homepage:https://github.com/AccelerationNet/arnesi License: BSD
asdf-finalizers
- Ebuilds: 2, Testing: 20170327 Description:
This package provides a library allows to implement and enforce proper
finalization of compile-time constructs while building Lisp source files.
Homepage:https://gitlab.common-lisp.net/asdf/asdf-finalizers License: MIT
asdf-flv
- Ebuilds: 2, Testing: 20230912 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
babel
- Ebuilds: 2, Testing: 20240605 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
bordeaux-threads
- Ebuilds: 2, Testing: 0.9.4 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
buildapp
- Ebuilds: 2, Testing: 1.5.6 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
cffi
- Ebuilds: 2, Testing: 20250311 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
chipz
- Ebuilds: 2, Testing: 20230418 Description:
This package provides a Common Lisp library for for decompressing
deflate, zlib, gzip, and bzip2 data.
Homepage:https://github.com/sharplispers/chipz License: BSD
chunga
- Ebuilds: 2, Testing: 1.1.9 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
cl-abnf
- Ebuilds: 2, Testing: 20200229 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
cl-ansi-text
- Ebuilds: 2, Testing: 2.0.1 Description:
This package provides a Common Lisp library for ANSI control
string management, specializing in colors.
Homepage:https://github.com/pnathan/cl-ansi-text License: LLGPL-2.1
cl-base64
- Ebuilds: 1, Testing: 3.4.0 Description:
This package provides a provides base64 (RFC 1521) encoding and decoding,
with wew routines that encode from integers and decode to integers.
Homepage:https://tracker.debian.org/pkg/cl-base64 License: BSD
cl-colors
- Ebuilds: 2, Testing: 20180307 Description:
This package provides a very simple color library for Common Lisp
with types for representing colors in HSV and RGB spaces.
Homepage:https://github.com/tpapp/cl-colors License: Boost-1.0
cl-colors2
- Ebuilds: 2, Testing: 0.7.1 Description:
This package provides a very simple color library for Common Lisp with
types for representing colors in HSV and RGB spaces
Homepage:https://codeberg.org/cage/cl-colors2 License: Boost-1.0
cl-containers
- Ebuilds: 2, Testing: 20240624 Description:
This package enhances and builds on data structures including
the venerable list, full featured arrays, and hash-tables.
Homepage:https://github.com/hraban/cl-containers License: MIT
cl-csv
- Ebuilds: 2, Testing: 20240126 Description:
This package provides a common lisp library with easy csv reading
and writing from/to strings, streams and files.
Homepage:https://github.com/AccelerationNet/cl-csv License: BSD
cl-db3
- Ebuilds: 2, Testing: 20200212 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
cl-difflib
- Ebuilds: 2, Testing: 20090602 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
cl-fad
- Ebuilds: 2, Testing: 20220110 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
cl-graph
- Ebuilds: 2, Testing: 20231003 Description:
This package provides a Common Lisp library for manipulating graphs
and running graph algorithms.
Homepage:https://github.com/hraban/cl-graph License: MIT
cl-html-diff
- Ebuilds: 2, Testing: 20090528 Description:
This package provides a Common Lisp library for generating a
human-readable diff of two HTML documents.
Homepage:https://github.com/wiseman/cl-html-diff License: MIT
cl-interpol
- Ebuilds: 2, Testing: 20220725 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
cl-ixf
- Ebuilds: 2, Testing: 20170506 Description:
This package provides tools for Common Lisp to handle IBM PC
version of IXF file format.
Homepage:https://github.com/dimitri/cl-ixf License: WTFPL-2
cl-json
- Ebuilds: 2, Testing: 0.6.0 Description:
This package provides an encoder of Lisp objects to JSON format
and a corresponding decoder of JSON data to Lisp objects.
Homepage:https://github.com/sharplispers/cl-json License: MIT
cl-l10n
- Ebuilds: 2, Testing: 20211201 Description:
This package provides a localization package for Common Lisp with
l10n and i18n support.
Homepage:https://gitlab.common-lisp.net/cl-l10n/cl-l10n License: LGPL-2.1 MIT
cl-log
- Ebuilds: 2, Testing: 1.0.1 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
cl-mathstats
- Ebuilds: 2, Testing: 20230111 Description:
This package provides a set of miscellaneous Common Lisp mathematics
and statistics utilities.
Homepage:https://github.com/hraban/cl-mathstats License: MIT
cl-mssql
- Ebuilds: 2, Testing: 20240902 Description:
This package provides a Common Lisp library to deal with Microsoft
SQL Server databases.
Homepage:https://github.com/archimag/cl-mssql License: LLGPL-2.1
cl-mustache
- Ebuilds: 2, Testing: 20240926 Description:
This package provides a Common Lisp implementation of Mustache,
framework-agnostic way to render logic-free views.
Homepage:https://github.com/kanru/cl-mustache License: MIT
cl-pdf
- Ebuilds: 2, Testing: 20230620 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
cl-plus-ssl
- Ebuilds: 2, Testing: 20250424 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
cl-sqlite
- Ebuilds: 2, Testing: 0.2.1 Description:
This package provides an interface to the SQLite embedded
relational database engine.
Homepage:https://github.com/TeMPOraL/cl-sqlite License: public-domain
cl-typesetting
- Ebuilds: 2, Testing: 20210414 Description:
This package provides a cross-platform Common Lisp typesetting library
for all kind of typesetting applications.
Homepage:https://github.com/mbattyani/cl-typesetting License: BSD-2
cl-utilities
- Ebuilds: 2, Testing: 1.2.4 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
cl-variates
- Ebuilds: 2, Testing: 0.8.1 Description:
This package provides a portable random number generator for
Common Lisp. It also includes additional random distributions
like poisson, exponential and so forth.
Homepage:https://gitlab.common-lisp.net/cl-variates/cl-variates License: MIT
cl-who
- Ebuilds: 2, Testing: 1.1.5 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
closer-mop
- Ebuilds: 2, Testing: 1.0.0 Description:
This package provides a compatibility layer that rectifies many of
the absent or incorrect CLOS MOP features across a broad range of
Common Lisp implementations.
Homepage:https://closer.common-lisp.dev/closer-mop.html License: MIT
clsql
- Ebuilds: 2, Testing: 6.7.2 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
clunit2
- Ebuilds: 2, Testing: 20250212 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
collectors
- Ebuilds: 2, Testing: 20240524 Description:
This package provides a small collection of common lisp macros to
make collecting values easier.
Homepage:https://github.com/AccelerationNet/collectors License: BSD
colorize
- Ebuilds: 2, Testing: 20241109 Description:
This package provides a Common Lisp library for syntax highlighting
supporting many languages, lilke Common Lisp, C, Python, etc.
Homepage:https://github.com/kingcons/colorize License: MIT
contextl
- Ebuilds: 2, Testing: 20231021 Description:
This package provides a CLOS extension for Context-oriented
Programming (COP), and was the first language extension that
explicitly supports COP.
Homepage:https://github.com/pcostanza/contextl License: MIT
cxml
- Ebuilds: 2, Testing: 20250429 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
data-table
- Ebuilds: 2, Testing: 20230703 Description:
This package provides a Common Lisp library providing a data-table
data-structure that has rows of data and column names and types.
Homepage:https://github.com/AccelerationNet/data-table License: MIT
drakma
- Ebuilds: 2, Testing: 20241118 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
eos
- Ebuilds: 2, Testing: 20200731 Description:
This package provides a unit testing library for Common Lisp, which
has been forked from <pkg>dev-lisp/fiveam</pkg>.
Homepage:https://github.com/adlai/Eos License: MIT
esrap
- Ebuilds: 2, Testing: 20250531 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
fare-utils
- Ebuilds: 2, Testing: 20221206 Description:
This package provides a miscellaneous code with macros, functions, classes,
offering a variety of classic utilities and datastructures.
Homepage:https://gitlab.common-lisp.net/frideau/fare-utils License: MIT
fiasco
- Ebuilds: 2, Testing: 20200514 Description:
This package provides a simple and powerful test framework for
Common Lisp, with a focus on interactive debugging.
Homepage:https://github.com/joaotavora/fiasco License: MIT-0 public-domain
fiveam
- Ebuilds: 2, Testing: 1.4.3 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
flexi-streams
- Ebuilds: 2, Testing: 1.0.20 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
form-fiddle
- Ebuilds: 2, Testing: 20250105 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
global-vars
- Ebuilds: 2, Testing: 20141013 Description:
This package provides the global-vars library with true global variables
that are implemented by some compilers.
Homepage:https://github.com/lmj/global-vars License: MIT
html-encode
- 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
hu-dwim-asdf
- Ebuilds: 2, Testing: 20250212 Description:
This package provides various ASDF extensions such as attached
test and documentation system, explicit development support, etc.
Homepage:https://github.com/hu-dwim/hu.dwim.asdf License: MIT-0
hu-dwim-common
- Ebuilds: 2, Testing: 20150630 Description:
This package provides an extended Common Lisp package to the general
needs of other hu.dwim systems.
Homepage:https://github.com/hu-dwim/hu.dwim.common License: MIT-0
hu-dwim-def
- Ebuilds: 2, Testing: 20211211 Description:
This package provides a general purpose, homogenous, extensible
definer macro for Common Lisp.
Homepage:https://github.com/hu-dwim/hu.dwim.def License: MIT-0
hu-dwim-delico
- Ebuilds: 2, Testing: 20200724 Description:
This package provides a portable library to do CPS transformation
on a delimited area of Common Lisp code at macroexpand time.
Homepage:https://github.com/hu-dwim/hu.dwim.delico License: MIT-0
hu-dwim-graphviz
- Ebuilds: 2, Testing: 20211201 Description:
This package provides a Graphviz layouting using CFFI bindings
for Common Lisp with documentation and test system.
Homepage:https://github.com/hu-dwim/hu.dwim.graphviz License: MIT-0
hu-dwim-logger
- Ebuilds: 2, Testing: 20241118 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
hu-dwim-partial-eval
- Ebuilds: 2, Testing: 20171128 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
hu-dwim-perec
- Ebuilds: 2, Testing: 20200229 Description:
This package provides the class metaobject called persistent-class,
which extends the CLOS standard-class and allows classes to
have persistent slots.
Homepage:https://hub.darcs.net/hu.dwim/hu.dwim.perec License: MIT-0
hu-dwim-rdbms
- Ebuilds: 2, Testing: 20170425 Description:
This package provides a Common Lisp library, which is capable to
connect to various RDBMS systems.
Homepage:https://hub.darcs.net/hu.dwim/hu.dwim.rdbms License: MIT-0
hu-dwim-serializer
- Ebuilds: 2, Testing: 20160122 Description:
This package provides a generic serializer and deserializer library,
which is capable to turn any Common Lisp object into a byte vector,
and back.
Homepage:https://github.com/hu-dwim/hu.dwim.serializer License: MIT-0
hu-dwim-stefil
- Ebuilds: 2, Testing: 20250508 Description:
This package provides a simple and powerful test framework for
Common Lisp, with a focus on interactive debugging.
Homepage:https://github.com/hu-dwim/hu.dwim.stefil License: MIT-0
hu-dwim-uri
- Ebuilds: 2, Testing: 20170427 Description:
This package provides a Common Lisp library to handle Uniform Resource
Identifier (URI).
Homepage:https://github.com/hu-dwim/hu.dwim.uri License: MIT-0
hu-dwim-util
- Ebuilds: 2, Testing: 20230127 Description:
This package provides various utilities, this is the most basic system
that only introduce a small number of external dependencies.
Homepage:https://github.com/hu-dwim/hu.dwim.util License: MIT-0
hu-dwim-walker
- Ebuilds: 2, Testing: 20250609 Description:
This package provides a Common Lisp customizable code walker.
It can turn a SEXP encoding of CL code into a structure that
contains much more information than the SEXP.
Homepage:https://github.com/hu-dwim/hu.dwim.walker License: BSD
hu-dwim-zlib
- Ebuilds: 2, Testing: 20240228 Description:
This package provides a Common Lisp FFI for zlib, a compression
library for deflate and gzip written in C.
Homepage:https://github.com/hu-dwim/hu.dwim.zlib License: BSD
hunchentoot
- Ebuilds: 2, Testing: 1.3.1 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
idna
- Ebuilds: 2, Testing: 20111222 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
ieee-floats
- Ebuilds: 2, Testing: 20220126 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
iolib
- Ebuilds: 2, Testing: 20240129 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
ironclad
- Ebuilds: 2, Testing: 0.61 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:http://www.cliki.net/ironclad License: BSD
iterate
- Ebuilds: 2, Testing: 1.6.0 Description:
This package provides a fork of the Jonathan Amsterdam's ITERATE macro
library with iterator, gatherer and accumulator facility.
Homepage:https://gitlab.common-lisp.net/iterate/iterate License: MIT
kmrcl
- 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
let-plus
- Ebuilds: 2, Testing: 20191029 Description:
This package provides a Common Lisp library which implements
the let macro, which is a dectructuring extension of let.
Homepage:https://github.com/sharplispers/let-plus License: Boost-1.0
lift
- Ebuilds: 2, Testing: 20231004 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
lisp-unit2
- Ebuilds: 2, Testing: 20221205 Description:
This package provides a Common Lisp library that supports unit testing,
which written in portable Common Lisp, simple to define and run tests.
Homepage:https://github.com/AccelerationNet/lisp-unit2 License: MIT
lml2
- 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
local-time
- Ebuilds: 2, Testing: 20250427 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
lparallel
- Ebuilds: 2, Testing: 2.8.4 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
lw-compat
- Ebuilds: 2, Testing: 20160228 Description:
This package provides a few utility functions from the LispWorks
library, ported to other Common Lisp implementations.
Homepage:https://github.com/pcostanza/lw-compat License: MIT
md5
- Ebuilds: 2, Testing: 2.0.5 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
metabang-bind
- Ebuilds: 2, Testing: 20230508 Description:
This package provides a macro that generalizes multiple-value-bind,
let, let*, destructuring-bind, structure and slot accessors,
and a whole lot more.
Homepage:https://github.com/hraban/metabang-bind License: MIT
metacopy
- Ebuilds: 2, Testing: 20230812 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
metatilities-base
- Ebuilds: 2, Testing: 20191219 Description:
This package provides a the foundation of the rest of the code from
Metatilities, which is big box of stuff accumulated over the years.
Homepage:https://github.com/hraban/metatilities-base License: MIT
mgl-pax
- Ebuilds: 2, Testing: 20250613 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
moptilities
- Ebuilds: 2, Testing: 20170330 Description:
This package provides a compatibility layer for minor MOP
implementation differences. More importantly, it adds some
handy reflection capabilities.
Homepage:https://github.com/hraban/moptilities License: MIT
multilang-documentation
- Ebuilds: 2, Testing: 20250106 Description:
This package provides a drop-in replacement function for cl:documentation
that supports multiple docstrings per-language, allowing you to write
documentation that can be internationalised.
Homepage:https://github.com/Shinmera/multilang-documentation License: ZLIB
named-readtables
- Ebuilds: 2, Testing: 20250524 Description:
This package provides a library that creates a namespace for
readtables akin to the namespace of packages.
Homepage:https://github.com/melisgl/named-readtables License: BSD MIT
optima
- Ebuilds: 2, Testing: 20150628 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
parachute
- Ebuilds: 2, Testing: 20250127 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
parse-number
- Ebuilds: 2, Testing: 1.8 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
postmodern
- Ebuilds: 2, Testing: 1.33.12 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
prove
- Ebuilds: 2, Testing: 20191231 Description:
This package provides a yet another unit testing framework for
Common Lisp with various simple functions for testing.
Homepage:https://github.com/fukamachi/prove License: MIT
ptester
- Ebuilds: 1, Testing: 20160829 Description:
This package provides a test harness, a collection of macros and
variables associated with testing, along with templates for test forms.
Homepage:https://tracker.debian.org/pkg/cl-ptester License: LLGPL-2.1
puri
- 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
pythonic-string-reader
- Ebuilds: 2, Testing: 20180618 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
qmynd
- Ebuilds: 2, Testing: 20241204 Description:
This package provides a MySQL client that uses the native network
protocol to communicate with a MySQL server.
Homepage:https://github.com/qitab/qmynd License: MIT
quri
- Ebuilds: 2, Testing: 20240821 Description:
This package provides a yet another URI library for Common Lisp.
It is intended to be a replacement of <pkg>dev-lisp/puri</pkg>.
Homepage:https://github.com/fukamachi/quri License: BSD
rfc2109
- Ebuilds: 2, Testing: 20151116 Description:
This package provides a library with code for RFC2109 compliant
and RFC2608 partialy compliant cookies.
Homepage:https://gitlab.common-lisp.net/rfc2109/rfc2109 License: BSD
rfc2388
- Ebuilds: 2, Testing: 20180830 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
rt
- Ebuilds: 1, Testing: 20090812 Description:
This package provides a 1990 regression testing library that is used by
some older software.
Homepage:http://www.cliki.net/rt License: MIT
salza2
- Ebuilds: 2, Testing: 2.1 Description:
This package provides a library which can compress data in the ZLIB
and DEFLATE data formats.
Homepage:https://github.com/xach/salza2 License: BSD-2
slime
- Ebuilds: 2, Testing: 2.31 Description:
This package extends Emacs with support for interactive programming
in Common Lisp.
Homepage:https://github.com/slime/slime License: public-domain GPL-2+ GPL-3+ LLGPL-2.1 ZLIB xref? ( xref.lisp )
split-sequence
- Ebuilds: 2, Testing: 2.0.1 Description:
This package provides a member of the Common Lisp Utilities family of programs,
designed by community consensus.
Homepage:http://www.cliki.net/split-sequence License: MIT
swap-bytes
- Ebuilds: 2, Testing: 20211205 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
symbol-munger
- Ebuilds: 2, Testing: 20220120 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
system-locale
- Ebuilds: 2, Testing: 20250206 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
trivial-backtrace
- Ebuilds: 2, Testing: 20230111 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
trivial-garbage
- Ebuilds: 2, Testing: 0.21 Description:
This package provides a portable API to finalizers, weak hash-tables and
weak pointers on all major implementations of the Common Lisp programming language.
Homepage:https://github.com/trivial-garbage/trivial-garbage License: public-domain
trivial-indent
- Ebuilds: 2, Testing: 20250105 Description:
This package provides custom indentation hints for your macros if
the one recognised by Slime automatically produces unwanted results.
Homepage:https://github.com/Shinmera/trivial-indent License: ZLIB
trivial-shell
- Ebuilds: 2, Testing: 20240605 Description:
This package provides a simple platform independent interface to
the underlying Operating System.
Homepage:https://github.com/hraban/trivial-shell License: MIT
trivial-utf8
- Ebuilds: 2, Testing: 20250506 Description:
This package provides a small library for doing UTF-8-based in- and
output on a Lisp implementation that already supports Unicode --
meaning char-code and code-char deal with Unicode character codes.
Homepage:https://gitlab.common-lisp.net/trivial-utf-8/trivial-utf-8 License: ZLIB
try
- Ebuilds: 2, Testing: 20250502 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
uax15
- Ebuilds: 2, Testing: 20240127 Description:
This package provides a common lisp unicode normalization function
using nfc, nfd, nfkc and nfkd as per Unicode Standard Annex #15.
Homepage:https://github.com/sabracrolleton/uax-15 License: MIT
unit-test
- Ebuilds: 2, Testing: 20120423 Description:
This package provides a simple unit-testing framework for Common Lisp
without eval of test-forms.
Homepage:https://github.com/hanshuebner/unit-test License: BSD
usocket
- Ebuilds: 2, Testing: 20250208 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
uuid
- Ebuilds: 2, Testing: 20200118 Description:
This package provides a implementation of UUIDs generation
for Common List with accordance to RFC4122.
Homepage:https://github.com/dardoria/uuid License: LLGPL-2.1
xmls
- Ebuilds: 2, Testing: 20240227 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
yason
- Ebuilds: 2, Testing: 20250323 Description:
This package provides a Common Lisp library for encoding and decoding
data in the JSON interchange format.
Homepage:https://github.com/phmarek/yason License: BSD
zpb-ttf
- Ebuilds: 2, Testing: 1.0.7 Description:
This package provides an access TrueType font metrics and outlines
from Common Lisp.
Homepage:https://github.com/xach/zpb-ttf License: BSD-2
zs3
- Ebuilds: 2, Testing: 1.3.4 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