package zarith-freestanding

  1. Overview
  2. No Docs
Implements arithmetic and logical operations over arbitrary-precision integers

Install

Dune Dependency

Authors

Maintainers

Sources

zarith-1.4.1.tgz
md5=9ab2482d57f632c9cb3d10149138bc6e

Description

The Zarith library implements arithmetic and logical operations over arbitrary-precision integers. It uses GMP to efficiently implement arithmetic over big integers. Small integers are represented as Caml unboxed integers, for speed and space economy.

Published: 31 Mar 2017

Dependencies (5)

  1. ocamlfind build
  2. zarith = "1.4.1"
  3. gmp-freestanding <= "6.1.2-1"
  4. ocaml-freestanding < "0.5.0"
  5. ocaml

Dev Dependencies

None

Used by (2)

  1. mirage-crypto-pk < "0.11.0"
  2. nocrypto >= "0.5.4"

Conflicts

None