tangled
alpha
login
or
join now
anil.recoil.org
/
ocaml-jsonwt
0
fork
atom
JSON web tokens in OCaml
0
fork
atom
overview
issues
pulls
pipelines
cbort
anil.recoil.org
1 month ago
b3797cdb
2be67613
+2
2 changed files
expand all
collapse all
unified
split
dune-project
jsonwt.opam
+1
dune-project
···
38
38
(cstruct (>= 6.0.0))
39
39
(base64 (>= 3.0.0))
40
40
(ptime (>= 1.0.0))
41
41
+
cbort
41
42
(alcotest :with-test)
42
43
(odoc :with-doc)))
+1
jsonwt.opam
···
26
26
"cstruct" {>= "6.0.0"}
27
27
"base64" {>= "3.0.0"}
28
28
"ptime" {>= "1.0.0"}
29
29
+
"cbort"
29
30
"alcotest" {with-test}
30
31
"odoc" {with-doc}
31
32
]