package ocplib-endian

  1. Overview
  2. Docs
Optimised functions to read and write int16/32/64 from strings and bigarrays

Install

Dune Dependency

Authors

Maintainers

Sources

1.1.tar.gz
md5=dedf4d69c1b87b3c6c7234f632399285
sha512=39351c666d1394770696fa89ac62f7c137ad1697d99888bfba2cc8de2c61df05dd8b3aa327c117bf38f3e29e081026d2c575c5ad0022bde92b3d43aba577d3f9

CHANGES.md.html

1.1

  • Add the OPAM support for building the documentation

  • Use the correct bytes_set primitive for OCaml >= 4.07.0 (issue #21 fixed in #22 @hhugo)

  • Fix tests on big endian architectures (issue #20 reported by @TC01 and @olafhering)

  • Fix documentation typo (@bobot)

  • Change cppo to a build dependency (@TheLortex)

  • Port to Dune from jbuilder (@avsm)

  • Upgrade opam metadata to 2.0 format (@avsm)

  • Remove code for OCaml <4.01 support, as the minimum supported version is now OCaml 4.02+ (@avsm)

  • Build with jbuilder (unreleased, superseded by dune)

1.0

  • Install generated .mli files

  • Build documentation

  • Fix README links

0.8

  • Replace optcomp with cppo, removing hard dependency on camlp4.

0.7

  • Fix dependencies.

0.6

  • Port to OCaml 4.02 -safe-string: Add an EndianBytes module.

  • Add unoptimized get_float, get_double, set_float and set_double to every modules.

  • Add a native endian version of interfaces.

0.5

  • Fix to avoid problems with integers outside of the range [0; 255] with set_int8.

  • Add travis CI files.

0.4

  • Fix ocamlfind dependency on optcomp

0.3

First release.