upstream: https://github.com/mirage/mirage-crypto
0
fork

Configure Feed

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

Wire MDX on ocaml-ccsds and ocaml-crypto/ec .mld pages

Both index pages currently hold prose with {!Module} cross-references
and no {[ ... ]} blocks, so MDX has nothing to verify today. Adding
the stanzas now means any future executable example added to these
pages is automatically build-checked.

+4
+4
ec/dune
··· 28 28 (targets cflags_optimized.sexp cflags_warn.sexp) 29 29 (action 30 30 (run ../config/cfg.exe))) 31 + 32 + (mdx 33 + (files implementation.mld) 34 + (libraries nox-crypto-ec))