Description
Provides signed and unsigned integer types for OCaml. It is commonly used by bindings and low-level libraries that need precise C-compatible integer widths from OCaml code.
Use it when a project depends on fixed-width integer behavior, foreign-function bindings, or binary data handling. It is a library dependency and does not run on its own.