Declarative JSON data manipulation for OCaml
0
fork

Configure Feed

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

Declare missing :with-test deps in dune-project + opam

Several packages had alcobar/alcotest/mdx/bytesrw/etc. used in
test/ or fuzz/ but undeclared in dune-project, leaving the opam
metadata silently incomplete. Sync the dune-project depends and
regenerate the opam files.

+5 -1
+3 -1
dune-project
··· 29 29 (odoc :with-doc) 30 30 brr 31 31 fmt 32 - nox-loc)) 32 + nox-loc 33 + (alcobar :with-test) 34 + (nox-memtrace :with-test)))
+2
nox-json.opam
··· 23 23 "brr" 24 24 "fmt" 25 25 "nox-loc" 26 + "alcobar" {with-test} 27 + "nox-memtrace" {with-test} 26 28 ] 27 29 build: [ 28 30 ["dune" "subst"] {dev}