optintversion

Abstract type on integer between x64 and x86 architecture

This library provide an abstract type which represents at least a 32-bits integer. On x64, this library use a native unboxed integer (63 bits). On x86, this library use a boxed int32.

Implementation depends on target architecture.

AuthorRomain Calascibetta
LicenseISC
Published
Homepagehttps://github.com/mirage/optint
Issue Trackerhttps://github.com/mirage/optint/issues
Maintainerromain.calascibetta@gmail.com
Availablearch != "arm32" & arch != "x86_32"
Dependencies
Source [http] https://github.com/mirage/optint/releases/download/v0.0.3/optint-v0.0.3.tbz
sha256=9279d910f0b49eef4e6c7201a2e6189a4866b12d42ce677b9c3d51458d1ef930
sha512=c696a4cee26666a1868a6d0ea5b441d6292468fd51c233b3d2036ee6df7a0cba9200747ba7287b8181ca29afce80433c2919fe84f5d7c9debcd5ce8c192e4ac4
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/optint/optint.0.0.3/opam
Required by