File: control

package info (click to toggle)
cl-nibbles 20150709-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 188 kB
  • sloc: lisp: 1,912; makefile: 14
file content (19 lines) | stat: -rw-r--r-- 717 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: cl-nibbles
Section: lisp
Priority: optional
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: dh-lisp
Standards-Version: 3.9.6
Homepage: http://method-combination.net/lisp/nibbles/
Vcs-Git: https://github.com/froydnj/nibbles.git
Vcs-Browser: https://github.com/froydnj/nibbles

Package: cl-nibbles
Architecture: all
Depends: ${misc:Depends}
Description: Common Lisp library for accessing octet-addressed blocks of data
 nibbles is a library for accessing multibyte integers from octet arrays and
 streams. While such accessors are straightforward to write, nibbles aims to
 centralize such facilities and also provide optimizations for them when
 appropriate.