Native OCaml Rego/OPA policy engine
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.

+3 -3
+1 -1
dune-project
··· 33 33 (alcotest :with-test) 34 34 (odoc :with-doc) 35 35 (mdx :with-test) 36 - loc)) 36 + nox-loc))
+1 -1
lib/dune
··· 1 1 (library 2 2 (name rego) 3 3 (public_name rego) 4 - (libraries fmt logs json astring re sedlex menhirLib loc) 4 + (libraries fmt logs json astring re sedlex menhirLib nox-loc) 5 5 (preprocess 6 6 (pps sedlex.ppx))) 7 7
+1 -1
rego.opam
··· 23 23 "alcotest" {with-test} 24 24 "odoc" {with-doc} 25 25 "mdx" {with-test} 26 - "loc" 26 + "nox-loc" 27 27 ] 28 28 build: [ 29 29 ["dune" "subst"] {dev}