-
Notifications
You must be signed in to change notification settings - Fork 0
/
dune-project
47 lines (42 loc) · 830 Bytes
/
dune-project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
(lang dune 3.7)
(using ctypes 0.3)
(using mdx 0.3)
(name pari)
(generate_opam_files true)
(source (github jtcoolen/ocaml-pari))
(authors "Julien Coolen")
(maintainers "Julien Coolen <[email protected]>")
(license GPL-2.0-or-later)
(package
(name pari-bindings)
(synopsis "OCaml bindings to the PARI library")
(depends
(ocaml (>= 4.10))
(dune (>= 3.7))
(core (>= v0.14.0))
(ctypes (>= 0.13.0))
(ctypes-foreign (>= 0.13.0))
conf-gmp
conf-bison
conf-perl
odoc
(mdx (>= 2.0.0))))
(package
(name pari)
(synopsis "Type-safe wrapper over the PARI library")
(depends
(ocaml (>= 4.10))
(dune (>= 3.7))
(core (>= v0.14.0))
(pari-bindings (= :version))
(ctypes (>= 0.13.0))
(ctypes-foreign (>= 0.13.0))
conf-gmp
conf-bison
conf-perl
odoc
hex
iter
hacl-star
qcheck
(mdx (>= 2.0.0))))