package stdint
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=1560198d8bc9c7af3ea952c40dabe82666694210ecc3fdf9bbfeb43211e977e6
sha512=b0319c2e7490e58effc7a01f2c5635d3468e501741478249e012dda039729609f7bb7d3cb6239eed709f1c043bc23a1c6cff777b174d215fbf6f2eba9f0d023d
CHANGES.md.html
0.7.2 (18/10/2022)
Fix compatibility with OCaml 5.0 on 32-bits systems (#69, @MisterDA)
Fix build system, opam file, and documentation (#69, @MisterDA)
0.7.1 (14/10/2022)
Fixes:
Fix undefined reference to
get_uint128
(#62)Add
[@@noalloc]
where possible (#64)Fix compatibility with OCaml 5.0 (#68)
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
returnsintnat
, previouslylong
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)