package zarith-freestanding

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

Install

Dune Dependency

Authors

Maintainers

Sources

release-1.7.tar.gz
md5=80944e2755ebb848451a77dc2ad0651b

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: 17 Jan 2019

Dependencies (5)

  1. ocamlfind build
  2. zarith = "1.7"
  3. gmp-freestanding >= "6.1.2-2"
  4. ocaml-freestanding >= "0.4.1" & < "0.7.0"
  5. ocaml

Dev Dependencies

None

Used by (2)

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

Conflicts

None