3ecfd1c538c0996176332db627421eeb20d7c1f8
[cl-base64.git] / debian / control
1 Source: cl-base64
2 Section: devel
3 Priority: optional
4 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
5 Build-Depends-Indep: debhelper (>= 4.0.0)
6 Standards-Version: 3.5.9.0
7
8 Package: cl-base64
9 Architecture: all
10 Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.47), cl-kmrcl
11 Description: Common Lisp package to encode and decode base64 with URI support
12  This package provides highly optimized base64 encoding and decoding.
13  Besides conversion to and from strings, integer conversions are supported.
14  Encoding with Uniform Resource Indentifiers is supported by using
15  a modified encoding table that uses only URI-compatible characters.