package hdr_histogram

  1. Overview
  2. Docs
OCaml bindings to Hdr Histogram

Install

Dune Dependency

Authors

Maintainers

Sources

hdr_histogram-0.0.4.tbz
sha256=4994fed083b40458990d40a1ebaa1556d28ca91da9b8245fb73e26073063e713
sha512=f1a757c993e96c369448495d6eeb6fa02e0729582cb33b90de3f6ab5f06e6d1bb43e892a7d937c9267b7f0b4fbc524bdbb6aacfec9ddf2a58a4de69915cab70d

CHANGES.md.html

0.0.4 (2024-01-09)

  • Add FreeBSD support, fixes to endian includes for FreeBSD and DragonFly BSD (tmcgilchrist, #7)

0.0.3 (2023-02-23)

  • Add memory_size function (@crackcomm, #1)

  • Change memory_size return type to int (@crackcomm, #2)

  • Fix build with dune 3.6 (@emillon, #3)

  • Remove ctypes include path hack by using ctypes 0.3 / dune 3.7 (@TheLortex, #5)

0.0.2 (2022-07-07)

  • Moved repository

  • Compile with fPIC

0.0.1 (2022-07-07)

  • Initial release