-
Notifications
You must be signed in to change notification settings - Fork 0
/
dune-project
49 lines (49 loc) · 919 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
48
49
(lang dune 3.10)
(name relic-sdk)
(version 0.1.0)
(cram enable)
(generate_opam_files true)
(source (github AoeCenter/relic-sdk))
(authors
"echo 'QW5kcmVhcyBLcsO8aGxtYW5uIDxhbmRyZWFzQGtydWhsbWFubi5kZXY+Cg==' | base64 -d")
(maintainers
"echo 'QW5kcmVhcyBLcsO8aGxtYW5uIDxhbmRyZWFzQGtydWhsbWFubi5kZXY+Cg==' | base64 -d")
(license MIT)
(documentation https://github.com/AoeCenter/relic-sdk)
(package
(name relic-sdk)
(synopsis "SDK for the relic-link api")
(depends
(ocaml
(>= 4.14))
(cohttp-lwt-unix
(>= 5.3.0))
(yojson
(>= 2.1.2))
(lwt
(>= 5.7.0))
(lwt_ssl
(>= 1.2.0))
(ptime
(>= 1.1.0))
(alcotest
(and
:with-test
(>= 1.3.0)))
(alcotest-lwt
(and
:with-test
(>= 1.7.0)))
(bisect_ppx
(and
:with-test
(>= 2.3.0)))
(ocamlformat
(and
:with-dev-setup
(>= 0.26.1)))
(base
(>= v0.12.0))
(dune
(>= 3.15.0))
dune-build-info))