CCSDS File Delivery Protocol (CCSDS 727.0-B-5) for space file transfer
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
··· 20 20 21 21 Install with opam: 22 22 23 + <!-- $MDX skip --> 23 24 ```sh 24 25 $ opam install cfdp cfdp-eio 25 26 ``` ··· 27 28 If opam cannot find the packages, they may not yet be released in the public 28 29 `opam-repository`. Add the overlay repository, then install them: 29 30 31 + <!-- $MDX skip --> 30 32 ```sh 31 33 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 32 34 $ opam update