JSON web tokens in OCaml
at main 11 lines 185 B view raw
1(test 2 (name test_jsonwt) 3 (libraries jsonwt alcotest)) 4 5(test 6 (name test_cwt) 7 (libraries jsonwt alcotest ptime)) 8 9(test 10 (name test_cbor) 11 (libraries jsonwt cbort alcotest bytesrw))