File: control

package info (click to toggle)
libbinio 1.5%2Bdfsg-0.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 328 kB
  • sloc: cpp: 1,039; makefile: 15
file content (37 lines) | stat: -rw-r--r-- 1,580 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
34
35
36
37
Source: libbinio
Section: libs
Priority: optional
Maintainer: Andreas Moog <andreas.moog@warperbbs.de>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/amoog-guest/libbinio.git
Vcs-Browser: https://salsa.debian.org/amoog-guest/libbinio/commits/master
Homepage: http://adplug.github.io/libbinio
Rules-Requires-Root: no

Package: libbinio1v5
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Conflicts: libbinio1ldbl, libbinio1c2
Replaces: libbinio1ldbl, 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: libbinio1v5 (= ${binary:Version}), ${misc:Depends}
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.