upstream: https://github.com/mirage/ocaml-gpt
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.

+3 -1
+2 -1
dune-project
··· 35 35 (alcotest :with-test) 36 36 (fmt :with-test) 37 37 (mdx :with-test) 38 - (alcobar :with-test))) 38 + (alcobar :with-test) 39 + cmdliner))
+1
nox-gpt.opam
··· 26 26 "fmt" {with-test} 27 27 "mdx" {with-test} 28 28 "alcobar" {with-test} 29 + "cmdliner" 29 30 "odoc" {with-doc} 30 31 ] 31 32 build: [