this repo has no description
1opam-version: "2.0"
2synopsis: "Deprecated use flint"
3maintainer: ["François Bobot"]
4authors: ["François Bobot"]
5license: "LGPL-2.1-only"
6homepage: "https://github.com/bobot/ocaml-flint"
7bug-reports: "https://github.com/bobot/ocaml-flint/issues"
8depends: [
9 "dune" {>= "3.7"}
10 "flint" {= version}
11 "antic" {= version}
12 "arb" {= version}
13 "odoc" {with-doc}
14]
15build: [
16 ["dune" "subst"] {dev}
17 [
18 "dune"
19 "build"
20 "-p"
21 name
22 "-j"
23 jobs
24 "@install"
25 "@runtest" {with-test}
26 "@doc" {with-doc}
27 ]
28]
29dev-repo: "git+https://github.com/bobot/ocaml-flint.git"
30url {
31 src:
32 "https://github.com/bobot/ocaml-flint/releases/download/0.4.0/flint-0.4.0.tbz"
33 checksum: [
34 "sha256=65625a5c4ab3922a9b39bca0f42a57b3ee18844786c4672c68da98a7bbc863d8"
35 "sha512=c92b1099cacac6bf7a181db0c52444d36180b02a1b2aa5c8aff943318f7c3440457126fb0c2dcf56bf341c05c0f287a67b8df9d05f19fe0321b992a0e04e4a8e"
36 ]
37}
38x-commit-hash: "4cd9eaee849258fcec12549488ccc501fdc9d4a8"