opam-version: "2.0" authors: ["Bertrand Jeannet"] 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 = "macos"}] [make] ] install: [ [make "install"] ] remove: [ ["ocamlfind" "remove" "gmp"] ] depends: [ "ocaml" {>= "4.02" & < "4.09.0"} "ocamlfind" {build} "camlidl" {< "1.10"} "conf-gmp" "conf-mpfr" "conf-perl" {build} ] conflicts: [ "mlgmp" "apron" {= "20140725"} "apron" {= "20150518"} ] synopsis: "OCaml interface to the GMP library" flags: light-uninstall url { src: "https://github.com/nberth/mlgmpidl/archive/1.2.6.tar.gz" checksum: [ "sha256=fb2bb2b7a3e3f6c0f23a1dea65dda46988fe558ccaaf0d8d95ca775702dd4d7d" "md5=eda18d5542378b285e78590e200b399a" ] }