OAuth 2.0 authorization and token exchange
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-*

+3 -3
+1 -1
dune-project
··· 19 19 (dune (>= 3.21)) 20 20 (fmt (>= 0.9)) 21 21 (uri (>= 4.0)) 22 - (json (>= 0.1.0)) 22 + (nox-json (>= 0.1.0)) 23 23 (nox-crypto-rng (>= 0.11.0)) 24 24 (dpop (>= 0.1.0)) 25 25 (digestif (>= 1.0))
+1 -1
lib/dune
··· 3 3 (public_name oauth) 4 4 (libraries 5 5 uri 6 - json 6 + nox-json 7 7 nox-crypto-rng 8 8 digestif 9 9 dpop
+1 -1
oauth.opam
··· 14 14 "dune" {>= "3.21" & >= "3.21"} 15 15 "fmt" {>= "0.9"} 16 16 "uri" {>= "4.0"} 17 - "json" {>= "0.1.0"} 17 + "nox-json" {>= "0.1.0"} 18 18 "nox-crypto-rng" {>= "0.11.0"} 19 19 "dpop" {>= "0.1.0"} 20 20 "digestif" {>= "1.0"}