This package browser is in early development. Mind the rough edges.

ocaml-integers 0.7.0

Various signed and unsigned integer types for OCaml

The ocaml-integers library provides a number of 8-, 16-, 32- and 64-bit signed and unsigned integer types, together with aliases such as long and size_t whose sizes depend on the host platform.

Installation

Install ocaml-integers 0.7.0 as follows:

guix install ocaml-integers@0.7.0

Or install the latest version:

guix install ocaml-integers

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.