My own corner of monopam
2
fork

Configure Feed

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

srp: wire README into mdx test

+7
+4
ocaml-srp/dune
··· 1 1 (env 2 2 (dev 3 3 (flags :standard %{dune-warnings}))) 4 + 5 + (mdx 6 + (files README.md) 7 + (libraries srp))
+2
ocaml-srp/dune-project
··· 1 1 (lang dune 3.21) 2 + (using mdx 0.4) 2 3 3 4 (name srp) 4 5 ··· 21 22 (digestif (>= 1.2.0)) 22 23 (crypto-rng (>= 1.0.0)) 23 24 (alcotest :with-test) 25 + (mdx :with-test) 24 26 (alcobar :with-test)))
+1
ocaml-srp/srp.opam
··· 15 15 "digestif" {>= "1.2.0"} 16 16 "crypto-rng" {>= "1.0.0"} 17 17 "alcotest" {with-test} 18 + "mdx" {with-test} 18 19 "alcobar" {with-test} 19 20 "odoc" {with-doc} 20 21 ]