File: control

package info (click to toggle)
cl-base64 3.3.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 68 kB
  • ctags: 34
  • sloc: lisp: 593; makefile: 43; sh: 28
file content (15 lines) | stat: -rw-r--r-- 631 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: cl-base64
Section: devel
Priority: optional
Maintainer: Kevin M. Rosenberg <kmr@debian.org>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.7.2.1

Package: cl-base64
Architecture: all
Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.47), 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.