package lz4

  1. Overview
  2. Docs
Bindings to the LZ4 compression algorithm

Install

Dune Dependency

Authors

Maintainers

Sources

lz4-1.3.0.tbz
sha256=3cbbd2003916442d8ec797e48f0c8433e1a50e98c549777ad0de2e0fb774248e
sha512=54859f27d4b7c9d60be056951f0dd8617fabe7400c0a35842bb65c7f795d1859dbfec678ceea82f9c3d3521f97e7b049d06553a21a70d50d8ba69c83d4031290

CHANGES.md.html

1.3.0

  • Use pkg-config via dune-configurator to find lz4

  • add missing ctypes.stubs lib dep

  • fix deprecation warning

1.2.0

  • Fix linking when using lz4 with OCaml < 4.08

  • use conf-lz4

  • move to dune

1.1.1

  • Update bindings for ctypes-0.6 compatibility.

1.1.0

  • Add {de,}compress_into (#7).

  • Fix build-test instructions.

  • Tests depend on OUnit.

  • Update for opam 1.2.

  • Bump ctypes dependency.

1.0.1

  • 32-bit fix

  • cstubs_internals.h is now automatically included.

1.0.0

Initial release.