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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
Source: libhdr-histogram
Maintainer: Debian Redict Maintainers <team+redict@tracker.debian.org>
Uploaders:
Micke Nordin <kano@sunet.se>,
Maytham Alsudany <maytha8thedev@gmail.com>,
Section: libs
Priority: optional
Standards-Version: 4.7.0
Build-Depends:
debhelper-compat (= 13),
cmake,
zlib1g-dev,
libatomic1,
Homepage: https://github.com/HdrHistogram/HdrHistogram_c
Vcs-Git: https://salsa.debian.org/redict-team/libhdr-histogram.git
Vcs-Browser: https://salsa.debian.org/redict-team/libhdr-histogram
Rules-Requires-Root: no
Package: libhdr-histogram6
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Pre-Depends:
${misc:Pre-Depends},
Multi-Arch: same
Description: High Dynamic Range (HDR) Histogram library
This C-based implementation of a High Dynamic Range (HDR) Histogram
contains a subset of the functionality supported by the Java implementation.
.
The current supported features are:
- Standard histogram with 64 bit counts (32/16 bit counts not supported)
- All iterator types (all values, recorded, percentiles, linear, logarithmic)
- Histogram serialisation (encoding version 1.2, decoding 1.0-1.2)
- Reader/writer phaser and interval recorder
.
This package contains the shared libraries for libhdr-histogram.
Package: libhdr-histogram-dev
Section: libdevel
Architecture: any
Depends:
libhdr-histogram6 (= ${binary:Version}),
zlib1g-dev,
${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
Description: High Dynamic Range (HDR) Histogram library (development files)
This C-based implementation of a High Dynamic Range (HDR) Histogram
contains a subset of the functionality supported by the Java implementation.
.
The current supported features are:
- Standard histogram with 64 bit counts (32/16 bit counts not supported)
- All iterator types (all values, recorded, percentiles, linear, logarithmic)
- Histogram serialisation (encoding version 1.2, decoding 1.0-1.2)
- Reader/writer phaser and interval recorder
.
This package contains the development files for libhdr-histogram.
Package: libhdr-histogram-examples
Section: utils
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: High Dynamic Range (HDR) Histogram library (examples)
This C-based implementation of a High Dynamic Range (HDR) Histogram
contains a subset of the functionality supported by the Java implementation.
.
The current supported features are:
- Standard histogram with 64 bit counts (32/16 bit counts not supported)
- All iterator types (all values, recorded, percentiles, linear, logarithmic)
- Histogram serialisation (encoding version 1.2, decoding 1.0-1.2)
- Reader/writer phaser and interval recorder
.
This package contains the example applications.
|