File: control

package info (click to toggle)
cl-nibbles 20250402.git95c2a9a-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 232 kB
  • sloc: lisp: 2,152; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 866 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
Source: cl-nibbles
Section: lisp
Priority: optional
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders: Peter Van Eynde <pvaneynd@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/sharplispers/nibbles
Vcs-Git: https://salsa.debian.org/common-lisp-team/cl-nibbles.git
Vcs-Browser: https://salsa.debian.org/common-lisp-team/cl-nibbles

Package: cl-nibbles
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: cl-rt
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.