this repo has no description
1opam-version: "2.0" 2maintainer: "Lucas Pluvinage <lucas@tarides.com>" 3license: ["LGPL-3.0-only" "LGPL-2.0-only"] 4authors: "Torbjörn Granlund and contributors" 5homepage: "https://github.com/mirage/ocaml-gmp" 6bug-reports: "https://github.com/mirage/ocaml-gmp/issues" 7dev-repo: "git+https://github.com/mirage/ocaml-gmp.git" 8substs: [ "src/build.sh" ] 9build: [ 10 [ "dune" "build" "-p" name "-j" jobs ] 11 [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} 12] 13depends: [ 14 "ocaml" {>= "4.02.0"} 15 "dune" {>= "2.6"} 16 "conf-m4" 17] 18synopsis: "The GNU Multiple Precision Arithmetic Library" 19description: """Dune packaging of the GMP library, suitable for 20cross-compilation.""" 21url { 22 src: 23 "https://github.com/mirage/ocaml-gmp/releases/download/6.2.1-3/gmp-6.2.1-3.tbz" 24 checksum: [ 25 "sha256=eb2ec4143f5a74f10d7fc7318c323328f3c4fa5455ffd793f6e813423b27f66b" 26 "sha512=975e4808c6887d5e3ac9beb51e9947bbc3b8333abd559f147a6ab6f36731d61de5a886e7b1eda33cd421def906908444cf702500c0f6990a5b57f1d16359b795" 27 ] 28} 29x-commit-hash: "457dabe4e9fe4802a9b9546edb48ce7cf16486ba"