this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Type-safe wrapper over the PARI library"
4maintainer: ["Julien Coolen <jtcoolen@pm.me>"]
5authors: ["Julien Coolen"]
6license: "GPL-2.0-or-later"
7homepage: "https://github.com/jtcoolen/ocaml-pari"
8bug-reports: "https://github.com/jtcoolen/ocaml-pari/issues"
9depends: [
10 "ocaml" {>= "4.10"}
11 "dune" {>= "3.7" & >= "3.7"}
12 "core" {>= "v0.14.0"}
13 "pari-bindings" {= version}
14 "ctypes" {>= "0.13.0"}
15 "ctypes-foreign" {>= "0.13.0"}
16 "conf-gmp"
17 "conf-bison"
18 "conf-perl"
19 "odoc"
20 "mdx" {>= "2.0.0"}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git+https://github.com/jtcoolen/ocaml-pari.git"
37available: [ arch != "arm32" ]
38url {
39 src: "https://github.com/jtcoolen/ocaml-pari/archive/refs/tags/0.1.tar.gz"
40 checksum: [
41 "md5=5f3d1a3dbd4dba7e0261b30728ab4715"
42 "sha512=106a1ad462f46be331403f25a89a80aefb71e66916f856a762da5b4d67151c52d4d9a3cd19afca4f61283e577e047e5f4f59fb4a35609d73b84b354b1ea64b3b"
43 ]
44}