HomeKit Accessory Protocol (HAP) 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
··· 30 30 (eio (>= 1.0)) 31 31 (re (>= 1.10)) 32 32 (requests (>= 0.1)) 33 - (json (>= 0.1)) 33 + (nox-json (>= 0.1)) 34 34 (base64 (>= 3.5)) 35 35 (logs (>= 0.7)) 36 36 (fmt (>= 0.9))
+1 -1
hap.opam
··· 23 23 "eio" {>= "1.0"} 24 24 "re" {>= "1.10"} 25 25 "requests" {>= "0.1"} 26 - "json" {>= "0.1"} 26 + "nox-json" {>= "0.1"} 27 27 "base64" {>= "3.5"} 28 28 "logs" {>= "0.7"} 29 29 "fmt" {>= "0.9"}
+1 -1
lib/dune
··· 11 11 nox-crypto-rng 12 12 eio 13 13 re 14 - json 14 + nox-json 15 15 base64 16 16 logs 17 17 fmt