opam-version: "2.0" maintainer: "Lucas Pluvinage " license: ["LGPL-3.0-only" "LGPL-2.0-only"] authors: "Torbjörn Granlund and contributors" homepage: "https://github.com/mirage/ocaml-gmp" bug-reports: "https://github.com/mirage/ocaml-gmp/issues" dev-repo: "git+https://github.com/mirage/ocaml-gmp.git" substs: [ "src/build.sh" ] build: [ [ "dune" "build" "-p" name "-j" jobs ] [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} ] depends: [ "ocaml" {>= "4.02.0"} "dune" {>= "2.6"} "conf-m4" ] synopsis: "The GNU Multiple Precision Arithmetic Library" description: """Dune packaging of the GMP library, suitable for cross-compilation.""" url { src: "https://github.com/mirage/ocaml-gmp/archive/6.2.1-2.tar.gz" checksum: [ "md5=367ce7ec00ee8866ad89ad1339f22896" "sha512=0eb8c32fb37ed068ab653884f1afeffcfe9c65f86404de326a2d27fb503a2db2ce1dba79f8cfad2c56647a94ff1e5b02dfd8e0b7cd4154ab15c2717f5f61b0ee" ] }