Update for Debian source format
[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.9.5.0
8 Homepage: http://files.b9.com/cl-base64/
9 Vcs-Git: git://git.b9.com/cl-base64.git
10 Vcs-Browser: http://git.b9.com/?p=cl-base64.git
11
12 Package: cl-base64
13 Architecture: all
14 Depends: ${misc:Depends}, cl-kmrcl
15 Description: Common Lisp package to encode and decode base64 with URI support
16  This package provides highly optimized base64 encoding and decoding.
17  Besides conversion to and from strings, integer conversions are supported.
18  Encoding with Uniform Resource Identifiers is supported by using
19  a modified encoding table that uses only URI-compatible characters.