File: control

package info (click to toggle)
cl-binary-types 0.90b-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 140 kB
  • ctags: 105
  • sloc: lisp: 1,085; makefile: 44; sh: 28
file content (21 lines) | stat: -rw-r--r-- 792 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
Source: cl-binary-types
Section: devel
Priority: optional
Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>
Uploaders: Peter Van Eynde <pvaneynd@debian.org>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.7.3
Homepage: http://www.cs.uit.no/~frodef/sw/binary-types/
Vcs-Git: http://git.debian.org/git/pkg-common-lisp/cl-binary-types.git

Package: cl-binary-types
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}, common-lisp-controller (>= 3.47)
Description: Common Lisp package for reading and writing binary files
 Binary-types is a Common Lisp package for reading and writing binary
 files. Binary-types provides macros that are used to declare the
 mapping between lisp objects and some binary (i.e. octet-based)
 representation.