this repo has no description
1opam-version: "2.0"
2synopsis:
3 "Stub of the C library Antic. For exact computation with real and complex numbers, presently in early development"
4maintainer: ["François Bobot"]
5authors: ["François Bobot"]
6license: "LGPL-2.1-only"
7homepage: "https://github.com/bobot/ocaml-flint"
8bug-reports: "https://github.com/bobot/ocaml-flint/issues"
9depends: [
10 "dune" {>= "3.2" & < "3.11.0"}
11 "conf-calcium"
12 "zarith" {>= "1.12"}
13 "flint" {= version}
14 "arb" {= version}
15 "antic" {= version}
16 "ctypes" {>= "0.20.1"}
17 "conf-mpfr" {>= "3"}
18 "dune-site" {with-test}
19 "ocaml" {>= "4.10"}
20 "conf-pkg-config" {>= "2"}
21 "dune-configurator"
22 "odoc" {with-doc}
23]
24build: [
25 ["dune" "subst"] {dev}
26 [
27 "dune"
28 "build"
29 "-p"
30 name
31 "-j"
32 jobs
33 "@install"
34 "@runtest" {with-test}
35 "@doc" {with-doc}
36 ]
37]
38dev-repo: "git+https://github.com/bobot/ocaml-flint.git"
39conflicts: [ "ocaml-option-bytecode-only" ]
40messages: [ "Problem with the installation of the external
41 libraries can be fixed using version 0.3 which
42 compile them locally" { failure } ]
43url {
44 src:
45 "https://github.com/bobot/ocaml-flint/releases/download/0.3.1/flint-0.3.1.tbz"
46 checksum: [
47 "sha256=02557aba757471145077a5f7245a7efbfe6ae2b3a5f1665ffdf82a64b2c8543f"
48 "sha512=f1ea37d88c2030f47328a219d6380c79a5234acccde679f3ae6c826e6305b197b056823f8e968ceccc05e288c2e5ece94baf80c8739dddd80076fbfe0b18833e"
49 ]
50}
51x-commit-hash: "76f4a39ebd86283624bdabf80cd9337c078ee664"