File: control

package info (click to toggle)
libbinio 1.4%2Bdfsg1-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,504 kB
  • sloc: sh: 8,413; cpp: 935; makefile: 64
file content (33 lines) | stat: -rw-r--r-- 1,359 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
23
24
25
26
27
28
29
30
31
32
33
Source: libbinio
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 7), autotools-dev, quilt
Standards-Version: 3.8.3
Homepage: http://libbinio.sourceforge.net/

Package: libbinio1ldbl
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libbinio1c2
Replaces: libbinio1c2
Description: Binary I/O stream class library
 The binary I/O stream class library presents a platform-independent way to
 access binary data streams in C++. The library is hardware independent in
 the form that it transparently converts between the different forms of
 machine-internal binary data representation. It further employs no special
 I/O protocol and can be used on arbitrary binary data sources.

Package: libbinio-dev
Section: libdevel
Architecture: any
Depends: libbinio1ldbl (= ${binary:Version})
Description: Binary I/O stream class library (development files)
 The binary I/O stream class library presents a platform-independent way to
 access binary data streams in C++. The library is hardware independent in
 the form that it transparently converts between the different forms of
 machine-internal binary data representation. It further employs no special
 I/O protocol and can be used on arbitrary binary data sources.
 .
 This package contains the development files.