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 = "macos"}] 10 [make] 11] 12install: [ 13 [make "install"] 14] 15depends: [ 16 "ocaml" {>= "3.12.1" & < "5"} 17 "ocamlfind" {build & >= "1.5.6"} 18 "camlidl" {!= "1.10"} 19 "conf-gmp" 20 "conf-mpfr" 21 "conf-perl" {build} 22] 23conflicts: [ 24 "mlgmp" 25 "apron" {= "20140725"} 26 "apron" {= "20150518"} 27] 28available: (os != "macos" | arch != "arm64") 29synopsis: "OCaml interface to the GMP library" 30url { 31 src: "https://github.com/nberth/mlgmpidl/archive/1.2.14.tar.gz" 32 checksum: [ 33 "sha256=d9897a9346a4afe7fbe94aa614ba0275cfe24a327ea554de0ae8c765c759b878" 34 "md5=6d1a6aacc663cfe2c6f0060c20662918" 35 ] 36}