Supply Chain Integrity, Transparency, and Trust (IETF SCITT)
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-*

+2 -2
+1 -1
atp-lexicon-scitt.opam
··· 16 16 "ocaml" {>= "5.1"} 17 17 "dune" {>= "3.21" & >= "3.21"} 18 18 "atp" {>= "0.1.0"} 19 - "json" {>= "0.1.0"} 19 + "nox-json" {>= "0.1.0"} 20 20 "mdx" {with-test} 21 21 "odoc" {with-doc} 22 22 ]
+1 -1
dune-project
··· 75 75 (ocaml (>= 5.1)) 76 76 (dune (>= 3.21)) 77 77 (atp (>= 0.1.0)) 78 - (json (>= 0.1.0)) 78 + (nox-json (>= 0.1.0)) 79 79 (mdx :with-test) 80 80 (odoc :with-doc)))