Source: libdata-buffer-perl Section: perl Priority: optional Maintainer: Pierre-Matthieu Alamy Uploaders: Florian Ragwitz 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.