File: control

package info (click to toggle)
libdata-buffer-perl 0.04-1.1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, lenny, squeeze, stretch, wheezy
  • size: 56 kB
  • ctags: 31
  • sloc: perl: 249; makefile: 44
file content (17 lines) | stat: -rw-r--r-- 662 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libdata-buffer-perl
Section: perl
Priority: optional
Maintainer: Pierre-Matthieu Alamy <pm.alamy@habitat-humanisme.org>
Uploaders: Florian Ragwitz <rafl@debian.org>
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: perl (>=5.8.8-4)
Standards-Version: 3.6.2

Package: libdata-buffer-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Read/write buffer class for perl
 Data::Buffer implements a low-level binary buffer in which you can get
 and put integers, strings, and other data. Internally the implementation
 is based on pack and unpack, such that Data::Buffer is really a layer
 on top of those built-in functions.