package integers

  1. Overview
  2. Docs
Various signed and unsigned integer types for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

integers-0.2.2.tbz
md5=ae226532930965fe0b43c02f2469cadc

CHANGES.md.html

v0.2.2 2016-12-19

  • Fix truncation in UInt64.of_int; remove other uses of Val_int/Int_val

v0.2.1 2016-11-14

  • Register the custom deserializers

v0.2.0 2016-10-04

  • Expose from_byte_size functions in Unsigned and Signed

  • Support for platforms where standard integer types are macros

  • Add 'max' and 'min' functions to Unsigned.S.

  • Expose private types for UChar, UInt8, UInt16.

0.1.0 2016-09-26

  • Initial public release