opam-version: "2.0" authors: ["Bertrand Jeannet" "Nicolas Berthier"] maintainer: "Nicolas Berthier " dev-repo: "git+https://github.com/nberth/mlgmpidl.git" bug-reports: "https://github.com/nberth/mlgmpidl/issues" homepage: "https://www.inrialpes.fr/pop-art/people/bjeannet/mlxxxidl-forge/mlgmpidl/" license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" build: [ ["sh" "./configure" "--absolute-dylibs" { os = "darwin" } ] [make] ] install: [ [make "install"] ] depends: [ "ocaml" {>= "3.12.1" & < "5"} "ocamlfind" {build} "camlidl" {!= "1.10"} "conf-gmp" "conf-mpfr" "conf-perl" {build} ] conflicts: [ "mlgmp" "apron" {= "20140725"} "apron" {= "20150518"} ] available: (os != "macos" | arch != "arm64") synopsis: "OCaml interface to the GMP library" url { src: "https://github.com/nberth/mlgmpidl/archive/1.2.12.tar.gz" checksum: [ "sha256=298aabb4c565823d44ef6257e9eff6d2fba61d8bab4222f0d46098a5bba00ebf" "md5=4b18babedd39aa507b68e2d5287e8b22" ] }