package stdint

  1. Overview
  2. Docs
Signed and unsigned integer types having specified widths

Install

Dune Dependency

Authors

Maintainers

Sources

stdint-0.7.0.tbz
sha256=4fcc66aef58e2b96e7af3bbca9d910aa239e045ba5fb2400aaef67d0041252dc
sha512=9b05b6cf691320b718dd2118b1e3f96a2997e42e6c99a34b470b060c82fc16c50d57c6ee392d1b62bdb8df73094657eea56050da3e74745a4afb0f150a60a584

CHANGES.md.html

0.7.0 (28/10/2020)

Fixes:

  • Correct conversion from uint24 to other ints (#39, @rixed)

  • Fix conversion from all ints to uint24 and int24 (#41, @rixed)

  • Fix int24 failing to recover from casts (#43, @rixed)

  • Fix sign extensions (#49, @rixed)

  • Long_val returns intnat, previously long was used (#53, @dra27)

  • Reduce size of marshalled custom values on 4.08+ (#54, @dra27)

  • Store 128-bit ints as structs to prevent unaligned access (#55, @dra27)

New features:

  • Add of_substring (#49, @darlentar)

0.6.0 (12/3/2019)

  • Speed up generic comparison of int backed types (#34, @rixed)

  • Port to dune (#35, @tuncer)

  • Move to stdlib from pervasives (#36, @tuncer)