Source: cl-base64
Section: lisp
Maintainer: Debian Commons <cl-base64@packages.debian.org>
Uploaders: Kevin M. Rosenberg <kmr@debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-lisp
Standards-Version: 4.7.4
Homepage: http://files.kpe.io/cl-base64/
Vcs-Browser: https://salsa.debian.org/debian/cl-base64
Vcs-Git: https://salsa.debian.org/debian/cl-base64.git

Package: cl-base64
Architecture: all
Depends: ${misc:Depends}, cl-kmrcl
Description: Common Lisp package to encode and decode base64 with URI support
 This package provides highly optimized base64 encoding and decoding.
 Besides conversion to and from strings, integer conversions are supported.
 Encoding with Uniform Resource Identifiers is supported by using
 a modified encoding table that uses only URI-compatible characters.
