318dc71674ecefc9551dbe4cb0f0555a3a60c980
[cl-base64.git] / debian / control
1 Source: cl-base64
2 Section: lisp
3 Priority: optional
4 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
5 Build-Depends-Indep: dh-lisp
6 Build-Depends: debhelper (>= 7.0.0)
7 Standards-Version: 3.8.2.0
8 Vcs-Git: git://git.b9.com/cl-base64.git
9 Homepage: http://files.b9.com/cl-base64/
10
11 Package: cl-base64
12 Architecture: all
13 Depends: ${misc:Depends}, cl-kmrcl
14 Description: Common Lisp package to encode and decode base64 with URI support
15  This package provides highly optimized base64 encoding and decoding.
16  Besides conversion to and from strings, integer conversions are supported.
17  Encoding with Uniform Resource Identifiers is supported by using
18  a modified encoding table that uses only URI-compatible characters.