JSON web tokens in OCaml

cbort

+2
+1
dune-project
··· 38 38 (cstruct (>= 6.0.0)) 39 39 (base64 (>= 3.0.0)) 40 40 (ptime (>= 1.0.0)) 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 + "cbort" 29 30 "alcotest" {with-test} 30 31 "odoc" {with-doc} 31 32 ]