Minimal SQLite key-value store for OCaml
0
fork

Configure Feed

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

add missing :with-test deps across batch

Sweep ocaml-scc, ocaml-scitt, ocaml-sdls, ocaml-sdnv, ocaml-sgp4,
ocaml-sle, ocaml-spake2, ocaml-sqlite, ocaml-srp to declare every
test-scope dependency that is actually used at test time.

+2
+1
dune-project
··· 31 31 (menhir :build) 32 32 (alcotest :with-test) 33 33 (mdx :with-test) 34 + (nox-memtrace :with-test) 34 35 (alcobar :with-test)))
+1
sqlite.opam
··· 24 24 "menhir" {build} 25 25 "alcotest" {with-test} 26 26 "mdx" {with-test} 27 + "nox-memtrace" {with-test} 27 28 "alcobar" {with-test} 28 29 "odoc" {with-doc} 29 30 ]