PASETO tokens for OCaml - v3.local (AES-256-CTR) and v4.local (XChaCha20)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Prefix encoding packages with nox-

Extends the nox- prefix to the remaining encoding/codec packages —
none clash with opam-repository today, but the rule "blacksun forks
get nox-" applies the same way regardless of conflict status.

Renamed: json, xml, meta, opam, protobuf -> nox-*

+4 -4
+1 -1
dune
··· 4 4 5 5 (mdx 6 6 (files README.md) 7 - (libraries paseto json)) 7 + (libraries paseto nox-json))
+1 -1
dune-project
··· 23 23 (eqaf (>= 0.9)) 24 24 (fmt (>= 0.9)) 25 25 (base64 (>= 3.0)) 26 - (json (>= 0.1.0)) 26 + (nox-json (>= 0.1.0)) 27 27 (alcotest :with-test) 28 28 (alcobar :with-test) 29 29 (mdx :with-test)
+1 -1
lib/dune
··· 1 1 (library 2 2 (name paseto) 3 3 (public_name paseto) 4 - (libraries nox-crypto nox-crypto-rng digestif eqaf base64 fmt json)) 4 + (libraries nox-crypto nox-crypto-rng digestif eqaf base64 fmt nox-json))
+1 -1
paseto.opam
··· 18 18 "eqaf" {>= "0.9"} 19 19 "fmt" {>= "0.9"} 20 20 "base64" {>= "3.0"} 21 - "json" {>= "0.1.0"} 21 + "nox-json" {>= "0.1.0"} 22 22 "alcotest" {with-test} 23 23 "alcobar" {with-test} 24 24 "mdx" {with-test}