3bmd : Markdown processor in Common Lisp using Esrap parser ( https://github.com/3b/3bmd )
access : A common lisp library to unify access to common data-structures ( https://github.com/AccelerationNet/access )
anaphora : The anaphoric macro collection from Hell ( https://github.com/spwhitton/anaphora )
arnesi : A bag-of-tools utilities library ( https://github.com/AccelerationNet/arnesi )
asdf-finalizers : Portable simple API to work with backtraces in Common Lisp ( https://gitlab.common-lisp.net/asdf/asdf-finalizers )
asdf-flv : ASDF extension to provide support for file-local variables ( https://github.com/didierverna/asdf-flv )
asdf-system-connections : Auto-loading of Common Lisp systems ( https://github.com/lisp-maintainers/asdf-system-connections )
babel : A charset encoding/decoding library ( https://github.com/cl-babel/babel )
bordeaux-threads : Portable shared-state concurrency for Common Lisp ( https://github.com/sionescu/bordeaux-threads )
buildapp : Buildapp makes it easy to build application executables with SBCL ( https://github.com/xach/buildapp )
cffi : The Common Foreign Function Interface ( https://github.com/cffi/cffi )
chipz : A library for decompressing deflate, zlib, and gzip data ( https://github.com/sharplispers/chipz )
chunga : Portable chunked streams for Common Lisp ( https://github.com/edicl/chunga )
cl-abnf : Common Lisp ABNF Parser Generator ( https://github.com/dimitri/cl-abnf )
cl-ansi-text : ANSI control string characters, focused on color ( https://github.com/pnathan/cl-ansi-text )
cl-base64 : Common Lisp package to encode and decode base64 with URI support ( https://tracker.debian.org/pkg/cl-base64 )
cl-colors : Simple color library for Common Lisp ( https://github.com/tpapp/cl-colors )
cl-colors2 : Simple color library for Common Lisp ( https://codeberg.org/cage/cl-colors2 )
cl-containers : Containers Library for Common Lisp ( https://github.com/hraban/cl-containers )
cl-csv : A common lisp library providing easy csv reading and writing ( https://github.com/AccelerationNet/cl-csv )
cl-db3 : A Common Lisp lib to read dbf files version 3 ( https://github.com/dimitri/cl-db3 )
cl-difflib : A Common Lisp library for computing differences between sequences ( https://github.com/wiseman/cl-difflib )
cl-fad : Portable pathname library for Common Lisp ( https://github.com/edicl/cl-fad )
cl-graph : Common Lisp library for manipulating graphs ( https://github.com/hraban/cl-graph )
cl-html-diff : A Common Lisp library for generating a human-readable diff ( https://github.com/wiseman/cl-html-diff )
cl-interpol : Common Lisp surface syntax niceties ( https://github.com/edicl/cl-interpol )
cl-ixf : Tools to handle IBM PC version of IXF file format ( https://github.com/dimitri/cl-ixf )
cl-json : Json encoder and decoder for Common-Lisp ( https://github.com/sharplispers/cl-json )
cl-l10n : Portable CL Locale Support ( https://gitlab.common-lisp.net/cl-l10n/cl-l10n )
cl-l10n-cldr : CLDR files for cl-l10n package ( https://gitlab.common-lisp.net/cl-l10n/cl-l10n-cldr )
cl-log : Common Lisp general purpose logging utility ( https://www.cliki.net/cl-log )
cl-markdown : Portable simple API to work with backtraces in Common Lisp ( https://gitlab.common-lisp.net/cl-markdown/cl-markdown )
cl-mathstats : An unordered collection of mathematical routines ( https://github.com/hraban/cl-mathstats )
cl-mssql : Common Lisp library for interacting with MS SQL databases ( https://github.com/archimag/cl-mssql )
cl-mustache : Common Lisp Mustache Template Renderer ( https://github.com/kanru/cl-mustache )
cl-pdf : Cross-platform Common Lisp library for generating PDF files ( https://github.com/mbattyani/cl-pdf )
cl-plus-ssl : A Common Lisp interface to OpenSSL ( https://github.com/cl-plus-ssl/cl-plus-ssl )
cl-sqlite : Common Lisp binding for SQLite ( https://github.com/TeMPOraL/cl-sqlite )
cl-typesetting : Common Lisp Typesetting system ( https://github.com/mbattyani/cl-typesetting )
cl-utilities : A library of semi-standard utilities ( https://cl-utilities.common-lisp.dev )
cl-variates : Portable Common Lisp Random Number Generation ( https://gitlab.common-lisp.net/cl-variates/cl-variates )
cl-who : Yet another Lisp markup language ( https://github.com/edicl/cl-who )
closer-mop : Common Lisp Metaobject Protocol compatibility layer ( https://closer.common-lisp.dev/closer-mop.html )
closure-common : An internal helper library for the closure web browser ( https://github.com/sharplispers/closure-common )
clsql : A multi-platform SQL interface for Common Lisp ( https://tracker.debian.org/pkg/cl-sql )
clsql-helper : A Common Lisp library to smooth some of CLSQLs rough edges ( https://github.com/AccelerationNet/clsql-helper )
clunit2 : Common Lisp unit testing framework ( https://codeberg.org/cage/clunit2 )
collectors : A Common lisp library providing collector macros ( https://github.com/AccelerationNet/collectors )
colorize : A Syntax Highlighting library ( https://github.com/kingcons/colorize )
command-line-arguments : Trivial command-line argument parsing library for Common Lisp ( https://github.com/fare/command-line-arguments )
contextl : CLOS extension for Context-oriented Programming ( https://github.com/pcostanza/contextl )
cxml : An XML parser written in Common Lisp ( https://github.com/sharplispers/cxml )
data-table : A Common Lisp data structure representing tabular data ( https://github.com/AccelerationNet/data-table )
documentation-utils : A few simple tools to help you with documenting your library ( https://github.com/Shinmera/documentation-utils )
drakma : HTTP client written in Common Lisp ( https://github.com/edicl/drakma )
dynamic-classes : Dynamic class definition for Common Lisp ( https://github.com/hraban/dynamic-classes )
esrap : Common Lisp packrat parser ( https://github.com/scymtym/esrap )
fare-utils : A collection of small utilities by Fare Rideau ( https://gitlab.common-lisp.net/frideau/fare-utils )
fiasco : A test framework for Common Lisp ( https://github.com/joaotavora/fiasco )
fiveam : Common Lisp regression testing framework ( https://github.com/lispci/fiveam )
flexi-streams : Flexible bivalent streams for Common Lisp ( https://github.com/edicl/flexi-streams )
form-fiddle : A collection of utilities to destructure lambda forms ( https://github.com/Shinmera/form-fiddle )
garbage-pools : Implementation pools for resource management ( https://github.com/archimag/garbage-pools )
global-vars : Define efficient global variables in Common Lisp ( https://github.com/lmj/global-vars )
html-encode : Common Lisp library for encoding text in various web-savvy formats ( https://www.cliki.net/html-encode )
hu-dwim-asdf : Common Lisp extensions to ASDF ( https://github.com/hu-dwim/hu.dwim.asdf )
hu-dwim-common : Common Lisp package with code shared by all hu.dwim projects ( https://github.com/hu-dwim/hu.dwim.common )
hu-dwim-common-lisp : A redefinition of the standard Common Lisp package ( https://github.com/hu-dwim/hu.dwim.common-lisp )
hu-dwim-computed-class : Constraint based change propagation with CLOS integration ( https://github.com/hu-dwim/hu.dwim.computed-class )
hu-dwim-def : One macro to define them all ( https://github.com/hu-dwim/hu.dwim.def )
hu-dwim-defclass-star : A Common Lisp DEFCLASS* for less boilerplate ( https://github.com/hu-dwim/hu.dwim.defclass-star )
hu-dwim-delico : Delimited, interpreted shift-reset continuation ( https://github.com/hu-dwim/hu.dwim.delico )
hu-dwim-graphviz : Graphviz layouting using CFFI bindings ( https://github.com/hu-dwim/hu.dwim.graphviz )
hu-dwim-logger : Generic purpose logger utility ( https://github.com/hu-dwim/hu.dwim.logger )
hu-dwim-partial-eval : Customizable partial evaluation for Common Lisp ( https://github.com/hu-dwim/hu.dwim.partial-eval )
hu-dwim-perec : RDBMS based persistent CLOS, an object relational mapping (ORM) ( https://hub.darcs.net/hu.dwim/hu.dwim.perec )
hu-dwim-presentation : Common Lisp component based GUI framework ( https://hub.darcs.net/hu.dwim/hu.dwim.presentation )
hu-dwim-quasi-quote : Quasi quoted domain specific languages and transformations ( https://github.com/hu-dwim/hu.dwim.quasi-quote )
hu-dwim-rdbms : Relational database independent RDBMS and SQL abstractions ( https://hub.darcs.net/hu.dwim/hu.dwim.rdbms )
hu-dwim-serializer : Generic serializer and deserializer for Common Lisp ( https://github.com/hu-dwim/hu.dwim.serializer )
hu-dwim-stefil : A Simple Test Framework In Lisp ( https://github.com/hu-dwim/hu.dwim.stefil )
hu-dwim-syntax-sugar : Framework to work with syntax sugars in Common Lisp ( https://github.com/hu-dwim/hu.dwim.syntax-sugar )
hu-dwim-uri : Uniform Resource Identifier in Common Lisp ( https://github.com/hu-dwim/hu.dwim.uri )
hu-dwim-util : Various utilities for Common Lisp ( https://github.com/hu-dwim/hu.dwim.util )
hu-dwim-walker : Customizable code walker for Common Lisp ( https://github.com/hu-dwim/hu.dwim.walker )
hu-dwim-web-server : Common Lisp iolib based HTTP server ( https://hub.darcs.net/hu.dwim/hu.dwim.web-server )
hu-dwim-zlib : Common Lisp FFI wrapper for zlib ( https://github.com/hu-dwim/hu.dwim.zlib )
hunchentoot : Web server written in Common Lisp ( https://github.com/edicl/hunchentoot )
idna : Common Lisp IDNA encding / decoding functions ( https://github.com/antifuchs/idna )
ieee-floats : Flexible bivalent streams for Common Lisp ( https://github.com/marijnh/ieee-floats )
ironclad : A cryptographic toolkit written in Common Lisp ( http://www.cliki.net/ironclad )
iterate : A common lisp ITERATE macro library ( https://gitlab.common-lisp.net/iterate/iterate )
kmrcl : General Utilities for Common Lisp Programs ( https://tracker.debian.org/pkg/cl-kmrcl )
language-codes : A simple library mapping ISO language codes to language names ( https://github.com/Shinmera/language-codes )
let-plus : Common Lisp Destructuring extension of LET ( https://github.com/sharplispers/let-plus )
lisp-unit2 : A Test Framework for Common Lisp in the style of JUnit ( https://github.com/AccelerationNet/lisp-unit2 )
local-time : Time manipulation library for Common Lisp ( https://github.com/dlowe-net/local-time )
lparallel : Parallelism for Common Lisp ( https://github.com/lmj/lparallel )
lw-compat : A few utility functions from the LispWorks library ( https://github.com/pcostanza/lw-compat )
md5 : Common Lisp implementation of the MD5 Message-Digest Algorithm ( https://github.com/pmai/md5 )
metabang-bind : Cacro that generalizes multiple-value-bind ( https://github.com/hraban/metabang-bind )
metacopy : Flexible Common Lisp shallow/deep copy mechanism ( https://github.com/hraban/metacopy )
metatilities-base : Metabang base set of core utilities ( https://github.com/hraban/metatilities-base )
mgl-pax : Common Lisp documentation system ( https://github.com/melisgl/mgl-pax )
moptilities : Compatibility layer for minor MOP implementation differences ( https://github.com/hraban/moptilities )
multilang-documentation : A drop-in replacement for cl:documentation ( https://github.com/Shinmera/multilang-documentation )
named-readtables : Flexible bivalent streams for Common Lisp ( https://github.com/melisgl/named-readtables )
optima : Optimized Pattern Matching Library for Common Lisp ( https://github.com/m2ym/optima )
parachute : An extensible and cross-compatible testing framework ( https://github.com/Shinmera/parachute )
parse-number : Number parsing library ( https://github.com/sharplispers/parse-number )
postmodern : A Common Lisp PostgreSQL programming interface ( https://marijnhaverbeke.nl/postmodern/ )
prove : Yet another unit testing framework for Common Lisp ( https://github.com/fukamachi/prove )
ptester : Portable test harness package ( https://tracker.debian.org/pkg/cl-ptester )
puri : Portable Universal Resource Indentifier Library ( https://tracker.debian.org/pkg/cl-puri )
py-configparser : ConfigParser Python module functionality in Common Lisp ( https://tracker.debian.org/pkg/cl-py-configparser )
pythonic-string-reader : A simple and unintrusive read table modification ( https://github.com/smithzvk/pythonic-string-reader )
qmynd : MySQL Native Driver for Common Lisp ( https://github.com/qitab/qmynd )
quri : Yet another URI library for Common Lisp ( https://github.com/fukamachi/quri )
rfc2109 : Common Lisp RFC2109 compliant cookies ( https://gitlab.common-lisp.net/rfc2109/rfc2109 )
rfc2388 : An implementation of RFC 2388 in Common Lisp ( https://github.com/jdz/rfc2388 )
rfc2388-binary : Parsing multipart/form-data data streams library ( https://gitlab.common-lisp.net/ucw/rfc2388-binary )
rt : Common Lisp regression tester from MIT ( http://www.cliki.net/rt )
salza2 : Compressed data in the ZLIB, DEFLATE, or GZIP data formats ( https://github.com/xach/salza2 )
slime : The Superior Lisp Interaction Mode for Emacs ( https://github.com/slime/slime )
split-sequence : Functions to partition a Common Lisp sequence ( http://www.cliki.net/split-sequence )
swap-bytes : Efficient endianness conversion for SBCL ( https://github.com/sionescu/swap-bytes )
symbol-munger : A common lisp library to to help convert between various formats ( https://github.com/AccelerationNet/symbol-munger )
system-locale : A library to retrieve the system's configured locale and language ( https://github.com/Shinmera/system-locale )
trivial-backtrace : Portable simple API to work with backtraces in Common Lisp ( https://github.com/hraban/trivial-backtrace )
trivial-custom-debugger : Allows arbitrary functions to become the standard Lisp debugger ( https://github.com/phoe/trivial-custom-debugger )
trivial-features : Ensures consistent FEATURES across multiple implementations ( https://github.com/trivial-features/trivial-features )
trivial-garbage : Portable GC-related APIs for Common Lisp ( https://github.com/trivial-garbage/trivial-garbage )
trivial-indent : Allow indentation hints for SWANK ( https://github.com/Shinmera/trivial-indent )
trivial-octet-streams : A Common Lisp library for octet input and output streams ( https://github.com/sharplispers/trivial-octet-streams )
trivial-shell : A simple Common-Lisp interface to the underlying Operating System ( https://github.com/hraban/trivial-shell )
trivial-sockets : A trivial networking library for Common Lisp ( https://github.com/usocket/trivial-sockets )
trivial-utf8 : Portable simple API to work with backtraces in Common Lisp ( https://gitlab.common-lisp.net/trivial-utf-8/trivial-utf-8 )
trivial-with-current-source-form : Helps macro writers produce better errors for macro users ( https://github.com/scymtym/trivial-with-current-source-form )
try : Flexible bivalent streams for Common Lisp ( https://github.com/melisgl/try )
uax15 : Common lisp implementation of unicode normalization functions ( https://github.com/sabracrolleton/uax-15 )
unit-test : Common Lisp unit-testing framework ( https://github.com/hanshuebner/unit-test )
usocket : Universal socket library for Common Lisp ( https://github.com/usocket/usocket )
uuid : Common Lisp implementation of UUIDs according to RFC4122 ( https://github.com/dardoria/uuid )
xmls : Simple, lightweight XML library for Common Lisp ( https://github.com/rpgoldman/xmls )
yason : Common Lisp JSON serializer written with simplicity in mind ( https://github.com/phmarek/yason )
zpb-ttf : Access TrueType fonts with Common Lisp ( https://github.com/xach/zpb-ttf )
zs3 : Common Lisp library for working with Amazon's S3 ( https://github.com/xach/zs3 )
Add an ebuild in portage :
The ebuild is now in the portage tree.
You can also use layman : emerge layman then layman -a nest
For Paludis use this rsync : rsync://gentoo.zugaina.org/nest-portage
If you have a problem : ycarus(-at-)zugaina.org