Apocrypha

ocaml-stdint

Signed and unsigned integer types having specified widths

The stdint library provides signed and unsigned integer types of various fixed widths: 8, 16, 24, 32, 40, 48, 56, 64 and 128 bit. This interface is similar to Int32 and Int64 from the base library but provides more functions and constants like arithmetic and bit-wise operations, constants like maximum and minimum values, infix operators conversion to and from every other integer type (including int, float and nativeint), parsing from and conversion to readable strings (binary, octal, decimal, hexademical), conversion to and from buffers in both big endian and little endian byte order.

Available in

OverlayNewestEbuildsLast activity
gentoo gitweb ↗ 0.7.2-r1 2 15 h details ›

Versions & arches

VersionOverlay amd64x86 Committed
0.7.2-r1 gentoo amd64 testing x86 testing view · download · history ↗
0.7.0 gentoo amd64 testing x86 testing view · download · history ↗

Use flags of 0.7.2-r1

  • +ocamlopt Enable ocamlopt support (ocaml native code compiler) -- Produces faster programs (Warning: you have to disable/enable it at a global scale)

Runtime dependencies of 0.7.2-r1

show 2 lines