-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdune-project
80 lines (69 loc) · 1.23 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
(lang dune 3.7)
(generate_opam_files true)
(name pool)
(version 0.9.0)
(authors "Department of Economics, University of Zurich")
(source
(uri git+https://github.com/uzh/z-pool-tool))
(license GPL-2.0-or-later)
(maintainers "engineering@uzh.econ.ch")
(homepage "https://github.com/uzh/z-pool-tool")
(bug_reports "https://github.com/uzh/z-pool-tool")
(documentation "https://uzh.github.io/z-pool-tool-documentation/")
(package
(name pool)
(synopsis "The Z-Pool tool")
(description "\nTODO\n")
(depends
dune
(ocaml
(>= 4.14.0))
(conformist
(>= 0.8.1))
(sihl
(and
(>= 4.0.0)
(< 5.0.0)))
(sihl-email
(and
(>= 4.0.0)
(< 5.0.0)))
(sihl-storage
(and
(>= 4.0.0)
(< 5.0.0)))
(lwt
(>= 5.6.1))
(logs
(>= 0.7.0))
(containers
(>= 3.14))
(containers-data
(>= 3.14))
(mariadb
(and
(>= 1.1.6)
(< 2.0.0)))
(caqti-driver-mariadb
(>= 2.0.1))
(caqti-lwt
(>= 2.0.1))
(caqti
(>= 2.0.1))
(ocamlformat
(>= 0.18.0))
(ppx_deriving
(>= 5.2.1))
(ppx_string
(>= 0.16.0))
(ppx_yojson_conv
(>= 0.14.0))
(ppx_variants_conv
(= v0.16.0))
(tyxml-ppx
(>= 4.6.0))
canary
(guardian
(= 0.3.2))
;; Test/Dev dependencies
(alcotest-lwt :with-test)))