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: "https://github.com/mirage/ocaml-gmp/archive/6.2.1.tar.gz"
23 checksum: [
24 "md5=318d6fc389ab3c71ce98dcfc9bf888da"
25 "sha512=f90f2463e15574b3c431fad4993ccfd80323cb8b21e85c8b2c2a7b8d7f6440ba1bf2361006f492175c08c7750f139bfb41dc5b68dfde0da205d6f98416fd4dc6"
26 ]
27}