QEMU/KVM virtual machine management via QMP
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Prefix all blacksun packages with nox-

Renames 35 packages to make blacksun forks distinguishable from their
opam-repository upstreams. Module names (Git.x, Tls.x, ...) stay bare;
opam package names and dune (public_name) findlib references move to
nox-X. After this commit, zero local package names overlap with
opam-repository.

Renamed:
- nox-git, nox-irmin
- nox-crypto, nox-crypto-pk, nox-crypto-rng, nox-crypto-ec
- nox-tls, nox-tls-eio, nox-tar, nox-tar-eio, nox-tty, nox-tty-eio
- nox-arp, nox-ca-certs, nox-cbor, nox-cookie, nox-crc, nox-csv
- nox-gpt, nox-hkdf, nox-http, nox-jwt, nox-kdf, nox-loc
- nox-memtrace, nox-pds, nox-sexp, nox-slack, nox-toml
- nox-websocket, nox-x509, nox-xdge, nox-yaml

Also drops orphan tar-mirage and tar-unix opam templates that had no
matching package stanza.

+6 -6
+2 -2
dune-project
··· 28 28 (logs (>= 0.7.0)) 29 29 (bytesrw (>= 0.1.0)) 30 30 (vlog (>= 0.1.0)) 31 - (tty (>= 0.1.0)) 31 + (nox-tty (>= 0.1.0)) 32 32 (cmdliner (>= 1.2.0)) 33 33 (alcotest :with-test) 34 34 (mdx :with-test) 35 - loc)) 35 + nox-loc))
+1 -1
lib/dune
··· 1 1 (library 2 2 (name qemu) 3 3 (public_name qemu) 4 - (libraries eio json logs bytesrw vlog tty unix fmt)) 4 + (libraries eio json logs bytesrw vlog nox-tty unix fmt))
+2 -2
qemu.opam
··· 19 19 "logs" {>= "0.7.0"} 20 20 "bytesrw" {>= "0.1.0"} 21 21 "vlog" {>= "0.1.0"} 22 - "tty" {>= "0.1.0"} 22 + "nox-tty" {>= "0.1.0"} 23 23 "cmdliner" {>= "1.2.0"} 24 24 "alcotest" {with-test} 25 25 "mdx" {with-test} 26 - "loc" 26 + "nox-loc" 27 27 "odoc" {with-doc} 28 28 ] 29 29 build: [
+1 -1
test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries qemu alcotest loc)) 3 + (libraries qemu alcotest nox-loc))