CRC checksums (CRC-16, CRC-32, CRC-32C) for OCaml
0
fork

Configure Feed

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

Skip MDX execution on opam install README blocks

The READMEs all share the standard install/overlay snippet, but the
sh blocks lacked the "<!-- $MDX skip -->" directive. `dune test`
would shell out to `opam install` against the live switch, which
either prompts interactively or fails with a package conflict —
either way diffing as a test failure.

Bulk-add skip directives in front of every install/overlay block.
Also collapse the doubled "non-deterministic + skip" stack on three
READMEs (memtrace, ocaml-dpop, ocaml-pid1, ocaml-yaml, merlint) where
`skip` already implies the runtime is bypassed.

+2
+2
README.md
··· 56 56 57 57 Install with opam: 58 58 59 + <!-- $MDX skip --> 59 60 ```sh 60 61 $ opam install nox-crc 61 62 ``` ··· 63 64 If opam cannot find the package, it may not yet be released in the public 64 65 `opam-repository`. Add the overlay repository, then install it: 65 66 67 + <!-- $MDX skip --> 66 68 ```sh 67 69 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 68 70 $ opam update