User authentication and session management for web applications
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
auth.opam
··· 14 14 "csrf" 15 15 "fmt" 16 16 "nox-http" 17 - "json" 17 + "nox-json" 18 18 "logs" 19 19 "oauth" 20 20 "ohex"
+1 -1
dune-project
··· 20 20 csrf 21 21 fmt 22 22 nox-http 23 - json logs 23 + nox-json logs 24 24 oauth 25 25 ohex 26 26 requests
+1 -1
lib/dune
··· 8 8 respond 9 9 requests 10 10 nox-http 11 - json 11 + nox-json 12 12 nox-crypto-rng 13 13 ohex 14 14 fmt