XDG library path support for OCaml via Eio capabilities
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
+1 -1
dune
··· 9 9 10 10 (mdx 11 11 (files README.md) 12 - (libraries xdge)) 12 + (libraries nox-xdge))
+2 -2
dune-project
··· 1 1 (lang dune 3.21) 2 2 (using mdx 0.4) 3 3 4 - (name xdge) 4 + (name nox-xdge) 5 5 6 6 (generate_opam_files true) 7 7 ··· 14 14 (maintenance_intent "(latest)") 15 15 16 16 (package 17 - (name xdge) 17 + (name nox-xdge) 18 18 (synopsis "XDG Base Directory Specification support for Eio") 19 19 (tags (org:blacksun eio system)) 20 20 (description
+1 -1
lib/dune
··· 1 1 (library 2 - (public_name xdge) 2 + (public_name nox-xdge) 3 3 (name xdge) 4 4 (libraries eio xdg unix cmdliner fmt))
+1 -1
test/cram/helpers/dune
··· 1 1 (executable 2 2 (name xdg_example) 3 - (libraries xdge eio_main cmdliner fmt)) 3 + (libraries nox-xdge eio_main cmdliner fmt))
+1 -1
test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries xdge eio eio_main alcotest fmt)) 3 + (libraries nox-xdge eio eio_main alcotest fmt))
xdge.opam nox-xdge.opam
xdge.opam.template nox-xdge.opam.template