Skip to content

Releases: yallop/ocaml-integers

ocaml-integers 0.7.0

24 Mar 10:54
Compare
Choose a tag to compare

ocaml-integers 0.6.0

05 Feb 18:57
Compare
Choose a tag to compare

ocaml-integers 0.5.0

31 Jul 11:01
Compare
Choose a tag to compare

ocaml-integers 0.4.0

01 May 08:57
Compare
Choose a tag to compare

ocaml-integers 0.3.0

16 Feb 17:37
41846f4
Compare
Choose a tag to compare

v0.2.2

19 Dec 19:00
Compare
Choose a tag to compare

v0.2.2 2016-12-19

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

0.2.1

14 Nov 07:02
Compare
Choose a tag to compare

v0.2.1 2016-11-14

  • Register the custom deserializers

0.2.0

04 Oct 13:16
Compare
Choose a tag to compare

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.