My own corner of monopam
2
fork

Configure Feed

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

mal: wire README into mdx test

+3
+2
ocaml-mal/dune-project
··· 1 1 (lang dune 3.21) 2 + (using mdx 0.4) 2 3 3 4 (name mal) 4 5 ··· 19 20 (depends 20 21 (ocaml (>= 5.1)) 21 22 (fmt (>= 0.9)) 23 + (mdx :with-test) 22 24 (alcotest :with-test)))
+1
ocaml-mal/mal.opam
··· 13 13 "dune" {>= "3.21"} 14 14 "ocaml" {>= "5.1"} 15 15 "fmt" {>= "0.9"} 16 + "mdx" {with-test} 16 17 "alcotest" {with-test} 17 18 "odoc" {with-doc} 18 19 ]