My own corner of monopam
2
fork

Configure Feed

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

leb128: wire README into mdx test

+7
+4
ocaml-leb128/dune
··· 1 1 (env 2 2 (dev 3 3 (flags :standard %{dune-warnings}))) 4 + 5 + (mdx 6 + (files README.md) 7 + (libraries leb128 bytesrw))
+2
ocaml-leb128/dune-project
··· 1 1 (lang dune 3.21) 2 + (using mdx 0.4) 2 3 (name leb128) 3 4 4 5 (generate_opam_files true) ··· 22 23 (bytesrw (>= 0.2)) 23 24 (odoc :with-doc) 24 25 (alcotest (and (>= 1.7) :with-test)) 26 + (mdx :with-test) 25 27 (alcobar :with-test)))
+1
ocaml-leb128/leb128.opam
··· 18 18 "bytesrw" {>= "0.2"} 19 19 "odoc" {with-doc} 20 20 "alcotest" {>= "1.7" & with-test} 21 + "mdx" {with-test} 21 22 "alcobar" {with-test} 22 23 ] 23 24 build: [