this repo has no description
1opam-version: "2.0" 2authors: ["Bertrand Jeannet" "Nicolas Berthier"] 3maintainer: "Nicolas Berthier <m@nberth.space>" 4dev-repo: "git+https://github.com/nberth/mlgmpidl.git" 5bug-reports: "https://github.com/nberth/mlgmpidl/issues" 6homepage: "https://www.inrialpes.fr/pop-art/people/bjeannet/mlxxxidl-forge/mlgmpidl/" 7license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 8build: [ 9 ["sh" "./configure" "--absolute-dylibs" { os = "darwin" } ] 10 [make] 11] 12install: [ 13 [make "install"] 14] 15remove: [ 16 ["ocamlfind" "remove" "gmp"] 17] 18depends: [ 19 "ocaml" {>= "3.12.1" & < "4.09.0"} 20 "ocamlfind" {build} 21 "camlidl" 22 "conf-gmp" 23 "conf-mpfr" 24 "conf-perl" {build} 25] 26conflicts: [ 27 "mlgmp" 28 "apron" {= "20140725"} 29 "apron" {= "20150518"} 30] 31synopsis: "OCaml interface to the GMP library" 32flags: light-uninstall 33url { 34 src: "https://github.com/nberth/mlgmpidl/archive/1.2.10.tar.gz" 35 checksum: [ 36 "sha256=310e9a955586b41680755ebe56fad6a72bd308326f4206d4b70ef8d507de85a7" 37 "md5=212a778ff21c4268911640243f64d4ba" 38 ] 39}