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.7"}
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.2/flint-0.3.2.tbz"
46 checksum: [
47 "sha256=1a8a1278631602a7d17d0fe665f6e6194520c894caf26162a0eff85a545d466c"
48 "sha512=b179c3c953b47e7495201631c38d906332306d51d8b2243083ddbb2ec971d735cc842b77385655c22a1e724bb3fe635ec541c3a31ed7da2c3d6559d440a2fd21"
49 ]
50}
51x-commit-hash: "32db5b129980a0a5b95aad260bfd57a2ed1142b1"