My aggregated monorepo of OCaml code, automaintained
0
fork

Configure Feed

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

remove documentation stanza

+2 -6
-1
ocaml-bytesrw-eio/bytesrw-eio.opam
··· 32 32 ] 33 33 ] 34 34 x-maintenance-intent: ["(latest)"] 35 - x-extra-doc-deps: ["bytesrw"]
+1 -2
ocaml-bytesrw-eio/dune-project
··· 21 21 (eio (>= 1.0)) 22 22 (odoc :with-doc) 23 23 (alcotest (and :with-test (>= 1.7.0))) 24 - (eio_main :with-test)) 25 - (documentation (depends bytesrw))) 24 + (eio_main :with-test)))
-1
ocaml-cff/cff.opam
··· 38 38 ] 39 39 ] 40 40 x-maintenance-intent: ["(latest)"] 41 - x-extra-doc-deps: ["bytesrw-eio"]
+1 -2
ocaml-cff/dune-project
··· 30 30 bytesrw-eio 31 31 (odoc :with-doc) 32 32 (alcotest (and :with-test (>= 1.7.0))) 33 - (eio_main :with-test)) 34 - (documentation (depends bytesrw-eio))) 33 + (eio_main :with-test)))