OSV.dev vulnerability database client
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-*

+3 -3
+1 -1
dune-project
··· 26 26 (fmt (>= 0.9)) 27 27 (logs (>= 0.7)) 28 28 (astring (>= 0.8)) 29 - (json (>= 0.1)) 29 + (nox-json (>= 0.1)) 30 30 (mdx :with-test) 31 31 (alcotest :with-test)))
+1 -1
lib/dune
··· 1 1 (library 2 2 (name osv) 3 3 (public_name osv) 4 - (libraries requests eio fmt logs astring json)) 4 + (libraries requests eio fmt logs astring nox-json))
+1 -1
osv.opam
··· 17 17 "fmt" {>= "0.9"} 18 18 "logs" {>= "0.7"} 19 19 "astring" {>= "0.8"} 20 - "json" {>= "0.1"} 20 + "nox-json" {>= "0.1"} 21 21 "mdx" {with-test} 22 22 "alcotest" {with-test} 23 23 "odoc" {with-doc}