Description

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.

Published: 05 Mar 2018

Dependencies (3)

  1. jbuilder >= "1.0+beta7"
  2. base-bytes
  3. ocaml < "5.0"

Dev Dependencies

    None

Used by (18)

  1. amf
  2. bitcoinml
  3. capnp >= "3.4.0"
  4. capnp-rpc >= "0.4.0"
  5. fstar >= "0.9.3.0-beta1"
  6. i3ipc
  7. ip2location
  8. jupyter >= "1.0.2"
  9. kremlin
  10. libudev
  11. open_packaging
  12. osbx
  13. proc-smaps
  14. sid
  15. stdint-literals
  16. tezos-plompiler
  17. uint >= "2.0.1"
  18. zmq >= "4.0-6" & < "5.2.1"

Conflicts

    None