Google API authentication helpers: service accounts and local OAuth
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
··· 27 27 (digestif (>= 1.0)) 28 28 (eio (>= 1.0)) 29 29 (fmt (>= 0.9)) 30 - (json (>= 0.2)) 30 + (nox-json (>= 0.2)) 31 31 (nox-jwt (>= 0.1)) 32 32 (logs (>= 0.7)) 33 33 (oauth (>= 0.1))
+1 -1
gauth.opam
··· 21 21 "digestif" {>= "1.0"} 22 22 "eio" {>= "1.0"} 23 23 "fmt" {>= "0.9"} 24 - "json" {>= "0.2"} 24 + "nox-json" {>= "0.2"} 25 25 "nox-jwt" {>= "0.1"} 26 26 "logs" {>= "0.7"} 27 27 "oauth" {>= "0.1"}
+1 -1
lib/dune
··· 7 7 digestif 8 8 eio 9 9 fmt 10 - json 10 + nox-json 11 11 nox-jwt 12 12 logs 13 13 oauth