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 with static linking exception" 8build: [ 9 ["sh" "./configure" "--absolute-dylibs" { os = "darwin" } ] 10 [make] 11] 12install: [ 13 [make "install"] 14] 15depends: [ 16 "ocaml" {>= "3.12.1" & < "5.0.0"} 17 "ocamlfind" {build} 18 "camlidl" 19 "conf-gmp" 20 "conf-mpfr" 21 "conf-perl" {build} 22] 23conflicts: [ 24 "mlgmp" 25 "apron" {= "20140725"} 26 "apron" {= "20150518"} 27] 28synopsis: "OCaml interface to the GMP library" 29url { 30 src: "https://github.com/nberth/mlgmpidl/archive/1.2.11.tar.gz" 31 checksum: [ 32 "sha256=1a8dffdaef107d0743c853b88f92432de173d1ca70e1d348835d0d94bea57a60" 33 "md5=e0799956c3e45b218fd65a15a905bf71" 34 ] 35}