File: control

package info (click to toggle)
cl-binary-types 0.90b-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 140 kB
  • ctags: 105
  • sloc: lisp: 1,085; makefile: 44; sh: 28
file content (18 lines) | stat: -rw-r--r-- 573 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: cl-binary-types
Section: devel
Priority: optional
Maintainer: Peter Van Eynde <pvaneynd@debian.org>
Build-Depends-Indep: debhelper (>= 4.0.0)
Standards-Version: 3.6.1.0

Package: cl-binary-types
Architecture: all
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.