Monorepo management for opam overlays
0
fork

Configure Feed

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

monopam: declare missing build deps (retry, mdx)

[retry] became a runtime dep when [ls_remote_exists] adopted
[Retry.with_retry_result]; the dune-project entry was missing so
[monopam lint] flagged it. The README mdx test stanza in [monopam/dune]
also requires [(using mdx 0.4)] in [dune-project] and [mdx :with-test]
in the opam depends list.

+8
+3
dune
··· 1 1 (env 2 2 (dev 3 3 (flags :standard %{dune-warnings}))) 4 + 5 + (mdx 6 + (files README.md))
+3
dune-project
··· 1 1 (lang dune 3.21) 2 + (using mdx 0.4) 2 3 (name monopam) 3 4 4 5 (generate_opam_files true) ··· 37 38 (sexp (>= 0.1.0)) 38 39 (tty (>= 0.1.0)) 39 40 (tty-eio (>= 0.1.0)) 41 + (retry (>= 0.1.0)) 40 42 (odoc :with-doc) 43 + (mdx :with-test) 41 44 loc)) 42 45
+2
monopam.opam
··· 34 34 "sexp" {>= "0.1.0"} 35 35 "tty" {>= "0.1.0"} 36 36 "tty-eio" {>= "0.1.0"} 37 + "retry" {>= "0.1.0"} 37 38 "odoc" {with-doc} 39 + "mdx" {with-test} 38 40 "loc" 39 41 ] 40 42 build: [