Google Docs API client for OCaml
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
··· 28 28 (fmt (>= 0.9)) 29 29 (gauth (>= 0.1)) 30 30 (nox-http (>= 0.1)) 31 - (json (>= 0.2)) 31 + (nox-json (>= 0.2)) 32 32 (logs (>= 0.7)) 33 33 (oauth (>= 0.1)) 34 34 (requests (>= 0.1))
+1 -1
gdocs.opam
··· 21 21 "fmt" {>= "0.9"} 22 22 "gauth" {>= "0.1"} 23 23 "nox-http" {>= "0.1"} 24 - "json" {>= "0.2"} 24 + "nox-json" {>= "0.2"} 25 25 "logs" {>= "0.7"} 26 26 "oauth" {>= "0.1"} 27 27 "requests" {>= "0.1"}
+1 -1
lib/dune
··· 7 7 fmt 8 8 gauth 9 9 nox-http 10 - json 10 + nox-json 11 11 logs 12 12 oauth 13 13 requests