66f541c317a24d4138f740ea9a3675fd6be22959
[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: debhelper (>= 7.0.0)
6 Standards-Version: 3.8.2.0
7 Vcs-Git: git://git.b9.com/cl-base64.git
8 Homepage: http://files.b9.com/cl-base64/
9
10 Package: cl-base64
11 Architecture: all
12 Depends: common-lisp-controller (>= 3.47), cl-kmrcl
13 Description: Common Lisp package to encode and decode base64 with URI support
14  This package provides highly optimized base64 encoding and decoding.
15  Besides conversion to and from strings, integer conversions are supported.
16  Encoding with Uniform Resource Identifiers is supported by using
17  a modified encoding table that uses only URI-compatible characters.