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.12.tar.gz
md5=bf368f3d9e20b6b446d54681afc05a04
sha512=8075573ae65579a2606b37dd1b213032a07d220d28c733f9288ae80d36f8a2cc4d91632806df2503c130ea9658dc207ee3a64347c21aa53969050a208f5b2bb4

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: 03 Mar 2021

Dependencies (6)

  1. conf-pkg-config build & < "3"
  2. ocamlfind build
  3. zarith = "1.12"
  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