File: control

package info (click to toggle)
s-base64 20060516-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 88 kB
  • ctags: 21
  • sloc: lisp: 245; makefile: 88
file content (24 lines) | stat: -rw-r--r-- 1,031 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: s-base64
Section: libs
Priority: optional
Build-Depends: debhelper (>= 4.0)
Build-Depends-Indep: dh-lisp
Maintainer: Peter Van Eynde <pvaneynd@debian.org>
Standards-Version: 3.7.2.0

Package: cl-s-base64
Architecture: all
Depends: ${misc:Depends}
Description: A Common Lisp implementation of Base64 Encoding/Decoding
 S-BASE64 is an open source Common Lisp implementation of Base64 Encoding and
 Decoding.  Base64 encoding is a technique to encode binary data in a portable,
 safe printable, 7-bit ASCII format. For a general introduction, please consult
 the Wikipedia article on Base64. 
 .
 Features: can convert a Base64 encoded character input stream into a decoded
 binary output stream, can convert a binary output stream into a Base64 encoded
 character output stream, can  convert a Base64 encoded character input stream
 into a byte array, can convert a byte array into a Base64 encoded character
 output stream and can optionally break lines at 76 characters
 .
  Homepage: http://homepage.mac.com/svc/s-base64/