this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "OCaml bindings to 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 "ctypes" {>= "0.13.0"}
14 "ctypes-foreign" {>= "0.13.0"}
15 "conf-gmp"
16 "conf-bison"
17 "conf-perl"
18 "odoc"
19 "mdx" {>= "2.0.0"}
20]
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@runtest" {with-test}
32 "@doc" {with-doc}
33 ]
34]
35dev-repo: "git+https://github.com/jtcoolen/ocaml-pari.git"
36available: [ arch != "arm32" ]
37url {
38 src: "https://github.com/jtcoolen/ocaml-pari/archive/refs/tags/0.1.tar.gz"
39 checksum: [
40 "md5=5f3d1a3dbd4dba7e0261b30728ab4715"
41 "sha512=106a1ad462f46be331403f25a89a80aefb71e66916f856a762da5b4d67151c52d4d9a3cd19afca4f61283e577e047e5f4f59fb4a35609d73b84b354b1ea64b3b"
42 ]
43}