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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: libhx
Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Build-Depends:
debhelper-compat (= 13),
dpkg-dev (>= 1.22.5)
Standards-Version: 4.7.2
Section: libs
Homepage: https://inai.de/projects/libhx/
Vcs-Git: https://git.jff.email/cgit/libhx.git
Vcs-Browser: https://git.jff.email/cgit/libhx.git
Package: libhx43t64
Provides: ${t64:Provides}
Replaces: libhx32t64
Breaks: libhx32t64 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${shlibs:Depends},
${misc:Depends}
Description: C library providing queue, tree, I/O and utility functions
a C library (with some C++ bindings available) that provides data
structures and functions commonly needed, such as maps, deques, linked lists,
string formatting and autoresizing, option and config file parsing, type
checking casts and more.
.
This package contains the shared libraries.
Package: libhx-dev
Section: libdevel
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends:
libhx43t64 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: Development files for libhx
a C library (with some C++ bindings available) that provides data
structures and functions commonly needed, such as maps, deques, linked lists,
string formatting and autoresizing, option and config file parsing, type
checking casts and more.
.
This package contains the development libraries, header files needed by
programs that want to compile with libHX.
Package: libhx-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: libhx-dev
Description: Documentation files for libhx
a C library (with some C++ bindings available) that provides data
structures and functions commonly needed, such as maps, deques, linked lists,
string formatting and autoresizing, option and config file parsing, type
checking casts and more.
.
This package contains the development documentation.
|