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
|
Source: libdisorder
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
d-shlibs (>= 0.100)
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/libdisorder
Vcs-Git: https://salsa.debian.org/med-team/libdisorder.git
Homepage: https://github.com/locasto/libdisorder
Rules-Requires-Root: no
Package: libdisorder0
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Description: library for entropy measurement of byte streams
This library provides a function to calculate the Shannon index (H)
of byte streams.
.
This package contains the dynamic library.
Package: libdisorder-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libdisorder0 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: library for entropy measurement of byte streams (devel)
This library provides a function to calculate the Shannon index (H)
of byte streams.
.
This is the development package containing the statically linked
library and the header files.
Package: libdisorder-tools
Architecture: any
Section: misc
Depends: ${shlibs:Depends},
${misc:Depends}
Description: entropy measurement of byte streams
This package provides a tool to calculate the Shannon index (H)
of the bytes in a file.
.
This package contains a small tool to demonstrate the functionality
of the library.
|