My own corner of monopam
2
fork

Configure Feed

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

idc: wire README into mdx test

+7
+4
ocaml-idc/dune
··· 1 1 (env 2 2 (dev 3 3 (flags :standard %{dune-warnings}))) 4 + 5 + (mdx 6 + (files README.md) 7 + (libraries idc))
+2
ocaml-idc/dune-project
··· 1 1 (lang dune 3.21) 2 + (using mdx 0.4) 2 3 (name idc) 3 4 4 5 (generate_opam_files true) ··· 19 20 (ocaml (>= 5.1)) 20 21 (alcotest (and (>= 1.0) :with-test)) 21 22 (alcobar :with-test) 23 + (mdx :with-test) 22 24 fmt))
+1
ocaml-idc/idc.opam
··· 13 13 "ocaml" {>= "5.1"} 14 14 "alcotest" {>= "1.0" & with-test} 15 15 "alcobar" {with-test} 16 + "mdx" {with-test} 16 17 "fmt" 17 18 "odoc" {with-doc} 18 19 ]