-
Notifications
You must be signed in to change notification settings - Fork 4
/
dune-project
54 lines (45 loc) · 940 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
50
51
52
53
54
(lang dune 2.8)
(name jose)
(license MIT)
(source
(github ulrikstrid/reason-jose))
(homepage https://ulrikstrid.github.io/reason-jose)
(documentation https://ulrikstrid.github.io/reason-jose)
(authors "Ulrik Strid")
(maintainers
"Ulrik Strid <[email protected]>"
"Antonio Nuno Monteiro <[email protected]>")
(generate_opam_files true)
(package
(name jose)
(synopsis "JOSE implementation for OCaml and ReasonML")
(description
"JavaScript Object Signing and Encryption built ontop of pure OCaml libs")
(depends
(ocaml
(>= 4.08.0))
(base64
(>= 3.3.0))
dune
(eqaf
(>= 0.7))
(mirage-crypto
(>= 0.10.0))
(x509
(>= 0.13.0))
(cstruct
(>= 6.0.0))
astring
(yojson
(>= 1.6.0))
zarith
ptime
(mirage-crypto-rng
(and
:with-test
(>= 0.11.0)))
(containers :with-test)
(bisect_ppx :with-test)
(alcotest :with-test)
(junit :with-test)
(junit_alcotest :with-test)))