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.11.tar.gz
md5=95e8cb358b70f156328c552f1bde8d81
sha512=7c0645d63511d42b763cd0a33b3fb139c26d23ae0cf59cd651388644cb8e7c43a83265d55d69ff3320d8c4586c4f8dbd9c3412197bab2e110c38e6e7dac88b83

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: 07 Dec 2020

Dependencies (6)

  1. conf-pkg-config build & < "3"
  2. ocamlfind build
  3. zarith = "1.11"
  4. gmp-freestanding >= "6.1.2-2"
  5. ocaml-freestanding >= "0.4.1" & < "0.7.0"
  6. ocaml

Dev Dependencies

None

Used by (2)

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

Conflicts

None