QEMU/KVM virtual machine management via QMP
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-*

+4 -4
+1 -1
dune
··· 4 4 5 5 (mdx 6 6 (files README.md) 7 - (libraries qemu eio eio.core eio_main json fmt)) 7 + (libraries qemu eio eio.core eio_main nox-json fmt))
+1 -1
dune-project
··· 24 24 (eio (>= 1.0)) 25 25 (eio_main (>= 1.0)) 26 26 (fmt (>= 0.9.0)) 27 - (json (>= 0.1.0)) 27 + (nox-json (>= 0.1.0)) 28 28 (logs (>= 0.7.0)) 29 29 (bytesrw (>= 0.1.0)) 30 30 (vlog (>= 0.1.0))
+1 -1
lib/dune
··· 1 1 (library 2 2 (name qemu) 3 3 (public_name qemu) 4 - (libraries eio json logs bytesrw vlog nox-tty unix fmt)) 4 + (libraries eio nox-json logs bytesrw vlog nox-tty unix fmt))
+1 -1
qemu.opam
··· 15 15 "eio" {>= "1.0"} 16 16 "eio_main" {>= "1.0"} 17 17 "fmt" {>= "0.9.0"} 18 - "json" {>= "0.1.0"} 18 + "nox-json" {>= "0.1.0"} 19 19 "logs" {>= "0.7.0"} 20 20 "bytesrw" {>= "0.1.0"} 21 21 "vlog" {>= "0.1.0"}