package gmp

  1. Overview
  2. Docs
The GNU Multiple Precision Arithmetic Library

Install

Dune Dependency

Authors

Maintainers

Sources

6.2.1.tar.gz
md5=318d6fc389ab3c71ce98dcfc9bf888da
sha512=f90f2463e15574b3c431fad4993ccfd80323cb8b21e85c8b2c2a7b8d7f6440ba1bf2361006f492175c08c7750f139bfb41dc5b68dfde0da205d6f98416fd4dc6

Description

Dune packaging of the GMP library, suitable for cross-compilation.

Published: 02 Dec 2020

README

GMP - Packaged with Dune

More info on GMP: https://gmplib.org/

To use GMP in a cross-compilation-friendly way, simply add this library in your library dependencies and make sure it is locally fetched using the opam-monorepo plugin (https://github.com/ocamllabs/duniverse).

Example Dune configuration:

(library my_library)
 (foreign_stubs (language c) (include_dirs (lib gmp)))
 (libraries gmp)
 ...
)

Dependencies (3)

  1. conf-m4
  2. dune >= "2.6"
  3. ocaml >= "4.02.0"

Dev Dependencies

None

Used by

None

Conflicts

None