My own corner of monopam
2
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.

+315 -15
+6 -4
bottler/README.md
··· 18 18 19 19 Install with opam: 20 20 21 + <!-- $MDX skip --> 21 22 ```sh 22 - opam install bottler 23 + $ opam install bottler 23 24 ``` 24 25 25 26 If opam cannot find the package, it may not yet be released in the public 26 27 `opam-repository`. Add the overlay repository, then install it: 27 28 29 + <!-- $MDX skip --> 28 30 ```sh 29 - opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 30 - opam update 31 - opam install bottler 31 + $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 32 + $ opam update 33 + $ opam install bottler 32 34 ``` 33 35 34 36 ## Usage
+2
ca-certs/README.md
··· 34 34 35 35 Install with opam: 36 36 37 + <!-- $MDX skip --> 37 38 ```sh 38 39 $ opam install nox-ca-certs 39 40 ``` ··· 41 42 If opam cannot find the package, it may not yet be released in the public 42 43 `opam-repository`. Add the overlay repository, then install it: 43 44 45 + <!-- $MDX skip --> 44 46 ```sh 45 47 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 46 48 $ opam update
+6 -4
dupfind/README.md
··· 19 19 20 20 Install with opam: 21 21 22 + <!-- $MDX skip --> 22 23 ```sh 23 - opam install dupfind 24 + $ opam install dupfind 24 25 ``` 25 26 26 27 If opam cannot find the package, it may not yet be released in the public 27 28 `opam-repository`. Add the overlay repository, then install it: 28 29 30 + <!-- $MDX skip --> 29 31 ```sh 30 - opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 31 - opam update 32 - opam install dupfind 32 + $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 33 + $ opam update 34 + $ opam install dupfind 33 35 ``` 34 36 35 37 ## Usage
+2
irmin/README.md
··· 40 40 41 41 Install with opam: 42 42 43 + <!-- $MDX skip --> 43 44 ```sh 44 45 $ opam install nox-irmin 45 46 ``` ··· 47 48 If opam cannot find the package, it may not yet be released in the public 48 49 `opam-repository`. Add the overlay repository, then install it: 49 50 51 + <!-- $MDX skip --> 50 52 ```sh 51 53 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 52 54 $ opam update
+2
kdf/README.md
··· 15 15 16 16 Install with opam: 17 17 18 + <!-- $MDX skip --> 18 19 ```sh 19 20 $ opam install nox-kdf 20 21 ``` ··· 22 23 If opam cannot find the package, it may not yet be released in the public 23 24 `opam-repository`. Add the overlay repository, then install it: 24 25 26 + <!-- $MDX skip --> 25 27 ```sh 26 28 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 27 29 $ opam update
+2
memtrace/README.md
··· 7 7 8 8 Install with opam: 9 9 10 + <!-- $MDX skip --> 10 11 ```sh 11 12 opam install nox-memtrace 12 13 ``` ··· 14 15 If opam cannot find the package, it may not yet be released in the public 15 16 `opam-repository`. Add the overlay repository, then install it: 16 17 18 + <!-- $MDX skip --> 17 19 ```sh 18 20 opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 19 21 opam update
+3 -1
merlint/README.md
··· 64 64 65 65 Install with opam: 66 66 67 + <!-- $MDX skip --> 67 68 ```sh 68 69 $ opam install merlint 69 70 ``` ··· 71 72 If opam cannot find the package, it may not yet be released in the public 72 73 `opam-repository`. Add the overlay repository, then install it: 73 74 75 + <!-- $MDX skip --> 74 76 ```sh 75 77 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 76 78 $ opam update ··· 79 81 80 82 To build from source instead: 81 83 82 - <!-- $MDX non-deterministic=command --> 84 + <!-- $MDX skip --> 83 85 ```sh 84 86 $ opam install . --deps-only 85 87 $ dune build
+2
monopam-info/README.md
··· 11 11 12 12 Install with opam: 13 13 14 + <!-- $MDX skip --> 14 15 ```sh 15 16 opam install monopam-info 16 17 ``` ··· 18 19 If opam cannot find the package, it may not yet be released in the public 19 20 `opam-repository`. Add the overlay repository, then install it: 20 21 22 + <!-- $MDX skip --> 21 23 ```sh 22 24 opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 23 25 opam update
+2
ocaml-adm/README.md
··· 14 14 15 15 Install with opam: 16 16 17 + <!-- $MDX skip --> 17 18 ```sh 18 19 $ opam install adm 19 20 ``` ··· 21 22 If opam cannot find the package, it may not yet be released in the public 22 23 `opam-repository`. Add the overlay repository, then install it: 23 24 25 + <!-- $MDX skip --> 24 26 ```sh 25 27 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 26 28 $ opam update
+2
ocaml-aem/README.md
··· 13 13 14 14 Install with opam: 15 15 16 + <!-- $MDX skip --> 16 17 ```sh 17 18 $ opam install aem 18 19 ``` ··· 20 21 If opam cannot find the package, it may not yet be released in the public 21 22 `opam-repository`. Add the overlay repository, then install it: 22 23 24 + <!-- $MDX skip --> 23 25 ```sh 24 26 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 25 27 $ opam update
+2
ocaml-agent/README.md
··· 6 6 7 7 Install with opam: 8 8 9 + <!-- $MDX skip --> 9 10 ```sh 10 11 $ opam install agent 11 12 ``` ··· 13 14 If opam cannot find the package, it may not yet be released in the public 14 15 `opam-repository`. Add the overlay repository, then install it: 15 16 17 + <!-- $MDX skip --> 16 18 ```sh 17 19 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 18 20 $ opam update
+2
ocaml-aos/README.md
··· 9 9 10 10 Install with opam: 11 11 12 + <!-- $MDX skip --> 12 13 ```sh 13 14 $ opam install aos 14 15 ``` ··· 16 17 If opam cannot find the package, it may not yet be released in the public 17 18 `opam-repository`. Add the overlay repository, then install it: 18 19 20 + <!-- $MDX skip --> 19 21 ```sh 20 22 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 21 23 $ opam update
+2
ocaml-arp/README.md
··· 10 10 11 11 Install with opam: 12 12 13 + <!-- $MDX skip --> 13 14 ```sh 14 15 $ opam install nox-arp 15 16 ``` ··· 17 18 If opam cannot find the package, it may not yet be released in the public 18 19 `opam-repository`. Add the overlay repository, then install it: 19 20 21 + <!-- $MDX skip --> 20 22 ```sh 21 23 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 22 24 $ opam update
+4
ocaml-atp/README.md
··· 19 19 20 20 Install with opam: 21 21 22 + <!-- $MDX skip --> 22 23 ```sh 23 24 $ opam install atp bsky tangled standard-site 24 25 ``` ··· 26 27 If opam cannot find the packages, they may not yet be released in the public 27 28 `opam-repository`. Add the overlay repository, then install them: 28 29 30 + <!-- $MDX skip --> 29 31 ```sh 30 32 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 31 33 $ opam update ··· 35 37 The upstream aoah overlay can also be used: 36 38 37 39 <!-- $MDX non-deterministic=command --> 40 + <!-- $MDX skip --> 38 41 ```sh 39 42 $ opam repo add aoah https://tangled.org/anil.recoil.org/aoah-opam-repo.git 40 43 $ opam install atp bsky tangled standard-site ··· 128 131 ## Building from Source 129 132 130 133 <!-- $MDX non-deterministic=command --> 134 + <!-- $MDX skip --> 131 135 ```sh 132 136 $ git clone https://tangled.org/@anil.recoil.org/ocaml-atp.git 133 137 $ cd ocaml-atp
+2
ocaml-auth/README.md
··· 13 13 14 14 Install with opam: 15 15 16 + <!-- $MDX skip --> 16 17 ```sh 17 18 $ opam install auth 18 19 ``` ··· 20 21 If opam cannot find the package, it may not yet be released in the public 21 22 `opam-repository`. Add the overlay repository, then install it: 22 23 24 + <!-- $MDX skip --> 23 25 ```sh 24 26 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 25 27 $ opam update
+2
ocaml-ax25/README.md
··· 15 15 16 16 Install with opam: 17 17 18 + <!-- $MDX skip --> 18 19 ```sh 19 20 $ opam install ax25 20 21 ``` ··· 22 23 If opam cannot find the package, it may not yet be released in the public 23 24 `opam-repository`. Add the overlay repository, then install it: 24 25 26 + <!-- $MDX skip --> 25 27 ```sh 26 28 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 27 29 $ opam update
+2
ocaml-block/README.md
··· 21 21 22 22 Install with opam: 23 23 24 + <!-- $MDX skip --> 24 25 ```sh 25 26 $ opam install block 26 27 ``` ··· 28 29 If opam cannot find the package, it may not yet be released in the public 29 30 `opam-repository`. Add the overlay repository, then install it: 30 31 32 + <!-- $MDX skip --> 31 33 ```sh 32 34 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 33 35 $ opam update
+2
ocaml-bloom/README.md
··· 14 14 15 15 Install with opam: 16 16 17 + <!-- $MDX skip --> 17 18 ```sh 18 19 $ opam install bloom 19 20 ``` ··· 21 22 If opam cannot find the package, it may not yet be released in the public 22 23 `opam-repository`. Add the overlay repository, then install it: 23 24 25 + <!-- $MDX skip --> 24 26 ```sh 25 27 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 26 28 $ opam update
+2
ocaml-bpsec/README.md
··· 24 24 25 25 Install with opam: 26 26 27 + <!-- $MDX skip --> 27 28 ```sh 28 29 $ opam install bpsec 29 30 ``` ··· 31 32 If opam cannot find the package, it may not yet be released in the public 32 33 `opam-repository`. Add the overlay repository, then install it: 33 34 35 + <!-- $MDX skip --> 34 36 ```sh 35 37 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 36 38 $ opam update
+2
ocaml-btree/README.md
··· 27 27 28 28 Install with opam: 29 29 30 + <!-- $MDX skip --> 30 31 ```sh 31 32 $ opam install btree 32 33 ``` ··· 34 35 If opam cannot find the package, it may not yet be released in the public 35 36 `opam-repository`. Add the overlay repository, then install it: 36 37 38 + <!-- $MDX skip --> 37 39 ```sh 38 40 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 39 41 $ opam update
+2
ocaml-bundle/README.md
··· 35 35 36 36 Install with opam: 37 37 38 + <!-- $MDX skip --> 38 39 ```sh 39 40 $ opam install bundle 40 41 ``` ··· 42 43 If opam cannot find the package, it may not yet be released in the public 43 44 `opam-repository`. Add the overlay repository, then install it: 44 45 46 + <!-- $MDX skip --> 45 47 ```sh 46 48 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 47 49 $ opam update
+2
ocaml-bytesrw-eio/README.md
··· 43 43 44 44 Install with opam: 45 45 46 + <!-- $MDX skip --> 46 47 ```sh 47 48 $ opam install bytesrw-eio 48 49 ``` ··· 50 51 If opam cannot find the package, it may not yet be released in the public 51 52 `opam-repository`. Add the overlay repository, then install it: 52 53 54 + <!-- $MDX skip --> 53 55 ```sh 54 56 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 55 57 $ opam update
+2
ocaml-cache/README.md
··· 7 7 8 8 Install with opam: 9 9 10 + <!-- $MDX skip --> 10 11 ```sh 11 12 $ opam install cache 12 13 ``` ··· 14 15 If opam cannot find the package, it may not yet be released in the public 15 16 `opam-repository`. Add the overlay repository, then install it: 16 17 18 + <!-- $MDX skip --> 17 19 ```sh 18 20 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 19 21 $ opam update
+2
ocaml-cam/README.md
··· 8 8 9 9 Install with opam: 10 10 11 + <!-- $MDX skip --> 11 12 ```sh 12 13 $ opam install cam 13 14 ``` ··· 15 16 If opam cannot find the package, it may not yet be released in the public 16 17 `opam-repository`. Add the overlay repository, then install it: 17 18 19 + <!-- $MDX skip --> 18 20 ```sh 19 21 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 20 22 $ opam update
+2
ocaml-cbor/README.md
··· 19 19 20 20 Install with opam: 21 21 22 + <!-- $MDX skip --> 22 23 ```sh 23 24 $ opam install nox-cbor 24 25 ``` ··· 26 27 If opam cannot find the package, it may not yet be released in the public 27 28 `opam-repository`. Add the overlay repository, then install it: 28 29 30 + <!-- $MDX skip --> 29 31 ```sh 30 32 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 31 33 $ opam update
+2
ocaml-ccsds/README.md
··· 16 16 17 17 Install with opam: 18 18 19 + <!-- $MDX skip --> 19 20 ```sh 20 21 $ opam install ccsds 21 22 ``` ··· 23 24 If opam cannot find the package, it may not yet be released in the public 24 25 `opam-repository`. Add the overlay repository, then install it: 25 26 27 + <!-- $MDX skip --> 26 28 ```sh 27 29 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 28 30 $ opam update
+2
ocaml-cdm/README.md
··· 8 8 9 9 Install with opam: 10 10 11 + <!-- $MDX skip --> 11 12 ```sh 12 13 $ opam install cdm 13 14 ``` ··· 15 16 If opam cannot find the package, it may not yet be released in the public 16 17 `opam-repository`. Add the overlay repository, then install it: 17 18 19 + <!-- $MDX skip --> 18 20 ```sh 19 21 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 20 22 $ opam update
+2
ocaml-cfdp/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
+2
ocaml-cgr/README.md
··· 26 26 27 27 Install with opam: 28 28 29 + <!-- $MDX skip --> 29 30 ```sh 30 31 $ opam install cgr 31 32 ``` ··· 33 34 If opam cannot find the package, it may not yet be released in the public 34 35 `opam-repository`. Add the overlay repository, then install it: 35 36 37 + <!-- $MDX skip --> 36 38 ```sh 37 39 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 38 40 $ opam update
+2
ocaml-claude-skills/README.md
··· 6 6 7 7 Install the package with opam: 8 8 9 + <!-- $MDX skip --> 9 10 ```sh 10 11 opam install ocaml-claude-skills 11 12 ``` ··· 13 14 If opam cannot find the package, it may not yet be released in the public 14 15 `opam-repository`. Add the overlay repository, then install it: 15 16 17 + <!-- $MDX skip --> 16 18 ```sh 17 19 opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 18 20 opam update
+2
ocaml-claude/README.md
··· 25 25 26 26 Install with opam: 27 27 28 + <!-- $MDX skip --> 28 29 ```sh 29 30 $ opam install claude 30 31 ``` ··· 32 33 If opam cannot find the package, it may not yet be released in the public 33 34 `opam-repository`. Add the overlay repository, then install it: 34 35 36 + <!-- $MDX skip --> 35 37 ```sh 36 38 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 37 39 $ opam update
+2
ocaml-clcw/README.md
··· 11 11 12 12 Install with opam: 13 13 14 + <!-- $MDX skip --> 14 15 ```sh 15 16 $ opam install clcw 16 17 ``` ··· 18 19 If opam cannot find the package, it may not yet be released in the public 19 20 `opam-repository`. Add the overlay repository, then install it: 20 21 22 + <!-- $MDX skip --> 21 23 ```sh 22 24 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 23 25 $ opam update
+2
ocaml-collision/README.md
··· 8 8 9 9 Install with opam: 10 10 11 + <!-- $MDX skip --> 11 12 ```sh 12 13 $ opam install collision 13 14 ``` ··· 15 16 If opam cannot find the package, it may not yet be released in the public 16 17 `opam-repository`. Add the overlay repository, then install it: 17 18 19 + <!-- $MDX skip --> 18 20 ```sh 19 21 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 20 22 $ opam update
+2
ocaml-conpool/README.md
··· 98 98 99 99 Install with opam: 100 100 101 + <!-- $MDX skip --> 101 102 ```sh 102 103 $ opam install conpool 103 104 ``` ··· 105 106 If opam cannot find the package, it may not yet be released in the public 106 107 `opam-repository`. Add the overlay repository, then install it: 107 108 109 + <!-- $MDX skip --> 108 110 ```sh 109 111 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 110 112 $ opam update
+2
ocaml-cookie/README.md
··· 15 15 16 16 Install with opam: 17 17 18 + <!-- $MDX skip --> 18 19 ```sh 19 20 opam install nox-cookie 20 21 ``` ··· 22 23 If opam cannot find the package, it may not yet be released in the public 23 24 `opam-repository`. Add the overlay repository, then install it: 24 25 26 + <!-- $MDX skip --> 25 27 ```sh 26 28 opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 27 29 opam update
+2
ocaml-coordinate/README.md
··· 8 8 9 9 Install with opam: 10 10 11 + <!-- $MDX skip --> 11 12 ```sh 12 13 $ opam install coordinate 13 14 ``` ··· 15 16 If opam cannot find the package, it may not yet be released in the public 16 17 `opam-repository`. Add the overlay repository, then install it: 17 18 19 + <!-- $MDX skip --> 18 20 ```sh 19 21 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 20 22 $ opam update
+2
ocaml-cose/README.md
··· 9 9 10 10 Install with opam: 11 11 12 + <!-- $MDX skip --> 12 13 ```sh 13 14 $ opam install cose 14 15 ``` ··· 16 17 If opam cannot find the package, it may not yet be released in the public 17 18 `opam-repository`. Add the overlay repository, then install it: 18 19 20 + <!-- $MDX skip --> 19 21 ```sh 20 22 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 21 23 $ opam update
+2
ocaml-cpio/README.md
··· 13 13 14 14 Install with opam: 15 15 16 + <!-- $MDX skip --> 16 17 ```sh 17 18 $ opam install cpio 18 19 ``` ··· 20 21 If opam cannot find the package, it may not yet be released in the public 21 22 `opam-repository`. Add the overlay repository, then install it: 22 23 24 + <!-- $MDX skip --> 23 25 ```sh 24 26 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 25 27 $ opam update
+2
ocaml-crc/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
+2
ocaml-crow/README.md
··· 11 11 12 12 Install with opam: 13 13 14 + <!-- $MDX skip --> 14 15 ```sh 15 16 $ opam install crow 16 17 ``` ··· 18 19 If opam cannot find the package, it may not yet be released in the public 19 20 `opam-repository`. Add the overlay repository, then install it: 20 21 22 + <!-- $MDX skip --> 21 23 ```sh 22 24 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 23 25 $ opam update
+2
ocaml-csp/README.md
··· 8 8 9 9 Install with opam: 10 10 11 + <!-- $MDX skip --> 11 12 ```sh 12 13 $ opam install csp 13 14 ``` ··· 15 16 If opam cannot find the package, it may not yet be released in the public 16 17 `opam-repository`. Add the overlay repository, then install it: 17 18 19 + <!-- $MDX skip --> 18 20 ```sh 19 21 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 20 22 $ opam update
+2
ocaml-csrf/README.md
··· 6 6 7 7 Install with opam: 8 8 9 + <!-- $MDX skip --> 9 10 ```sh 10 11 $ opam install csrf 11 12 ``` ··· 13 14 If opam cannot find the package, it may not yet be released in the public 14 15 `opam-repository`. Add the overlay repository, then install it: 15 16 17 + <!-- $MDX skip --> 16 18 ```sh 17 19 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 18 20 $ opam update
+2
ocaml-csts/README.md
··· 20 20 21 21 Install with opam: 22 22 23 + <!-- $MDX skip --> 23 24 ```sh 24 25 $ opam install csts 25 26 ``` ··· 27 28 If opam cannot find the package, it may not yet be released in the public 28 29 `opam-repository`. Add the overlay repository, then install it: 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
+2
ocaml-csv/README.md
··· 27 27 28 28 Install with opam: 29 29 30 + <!-- $MDX skip --> 30 31 ```sh 31 32 $ opam install nox-csv 32 33 ``` ··· 34 35 If opam cannot find the package, it may not yet be released in the public 35 36 `opam-repository`. Add the overlay repository, then install it: 36 37 38 + <!-- $MDX skip --> 37 39 ```sh 38 40 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 39 41 $ opam update
+2
ocaml-delegation/README.md
··· 27 27 28 28 Install with opam: 29 29 30 + <!-- $MDX skip --> 30 31 ```sh 31 32 $ opam install delegation 32 33 ``` ··· 34 35 If opam cannot find the package, it may not yet be released in the public 35 36 `opam-repository`. Add the overlay repository, then install it: 36 37 38 + <!-- $MDX skip --> 37 39 ```sh 38 40 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 39 41 $ opam update
+2
ocaml-demod/README.md
··· 15 15 16 16 Install with opam: 17 17 18 + <!-- $MDX skip --> 18 19 ```sh 19 20 $ opam install demod 20 21 ``` ··· 22 23 If opam cannot find the package, it may not yet be released in the public 23 24 `opam-repository`. Add the overlay repository, then install it: 24 25 26 + <!-- $MDX skip --> 25 27 ```sh 26 28 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 27 29 $ opam update
+2 -2
ocaml-dpop/README.md
··· 14 14 15 15 Install with opam: 16 16 17 - <!-- $MDX non-deterministic=command --> 17 + <!-- $MDX skip --> 18 18 ```sh 19 19 $ opam install dpop 20 20 ``` ··· 22 22 If opam cannot find the package, it may not yet be released in the public 23 23 `opam-repository`. Add the overlay repository, then install it: 24 24 25 - <!-- $MDX non-deterministic=command --> 25 + <!-- $MDX skip --> 26 26 ```sh 27 27 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 28 28 $ opam update
+2
ocaml-dsp/README.md
··· 13 13 14 14 Install with opam: 15 15 16 + <!-- $MDX skip --> 16 17 ```sh 17 18 $ opam install dsp 18 19 ``` ··· 20 21 If opam cannot find the package, it may not yet be released in the public 21 22 `opam-repository`. Add the overlay repository, then install it: 22 23 24 + <!-- $MDX skip --> 23 25 ```sh 24 26 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 25 27 $ opam update
+2
ocaml-erasure/README.md
··· 16 16 17 17 Install with opam: 18 18 19 + <!-- $MDX skip --> 19 20 ```sh 20 21 $ opam install erasure 21 22 ``` ··· 23 24 If opam cannot find the package, it may not yet be released in the public 24 25 `opam-repository`. Add the overlay repository, then install it: 25 26 27 + <!-- $MDX skip --> 26 28 ```sh 27 29 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 28 30 $ opam update
+2
ocaml-fdir/README.md
··· 18 18 19 19 Install with opam: 20 20 21 + <!-- $MDX skip --> 21 22 ```sh 22 23 $ opam install fdir 23 24 ``` ··· 25 26 If opam cannot find the package, it may not yet be released in the public 26 27 `opam-repository`. Add the overlay repository, then install it: 27 28 29 + <!-- $MDX skip --> 28 30 ```sh 29 31 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 30 32 $ opam update
+2
ocaml-freebox/README.md
··· 7 7 8 8 Install with opam: 9 9 10 + <!-- $MDX skip --> 10 11 ```sh 11 12 $ opam install freebox 12 13 ``` ··· 14 15 If opam cannot find the package, it may not yet be released in the public 15 16 `opam-repository`. Add the overlay repository, then install it: 16 17 18 + <!-- $MDX skip --> 17 19 ```sh 18 20 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 19 21 $ opam update
+2
ocaml-git/README.md
··· 19 19 20 20 Install with opam: 21 21 22 + <!-- $MDX skip --> 22 23 ```sh 23 24 $ opam install nox-git 24 25 ``` ··· 26 27 If opam cannot find the package, it may not yet be released in the public 27 28 `opam-repository`. Add the overlay repository, then install it: 28 29 30 + <!-- $MDX skip --> 29 31 ```sh 30 32 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 31 33 $ opam update
+2
ocaml-globe/README.md
··· 8 8 9 9 Install with opam: 10 10 11 + <!-- $MDX skip --> 11 12 ```sh 12 13 $ opam install globe 13 14 ``` ··· 15 16 If opam cannot find the package, it may not yet be released in the public 16 17 `opam-repository`. Add the overlay repository, then install it: 17 18 19 + <!-- $MDX skip --> 18 20 ```sh 19 21 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 20 22 $ opam update
+2
ocaml-gpt/README.md
··· 20 20 21 21 Install with opam: 22 22 23 + <!-- $MDX skip --> 23 24 ```sh 24 25 $ opam install nox-gpt 25 26 ``` ··· 27 28 If opam cannot find the package, it may not yet be released in the public 28 29 `opam-repository`. Add the overlay repository, then install it: 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
+2
ocaml-hap/README.md
··· 8 8 9 9 Install with opam: 10 10 11 + <!-- $MDX skip --> 11 12 ```sh 12 13 $ opam install hap 13 14 ``` ··· 15 16 If opam cannot find the package, it may not yet be released in the public 16 17 `opam-repository`. Add the overlay repository, then install it: 17 18 19 + <!-- $MDX skip --> 18 20 ```sh 19 21 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 20 22 $ opam update
+2
ocaml-hostname/README.md
··· 9 9 10 10 Install with opam: 11 11 12 + <!-- $MDX skip --> 12 13 ```sh 13 14 $ opam install hostname 14 15 ``` ··· 16 17 If opam cannot find the package, it may not yet be released in the public 17 18 `opam-repository`. Add the overlay repository, then install it: 18 19 20 + <!-- $MDX skip --> 19 21 ```sh 20 22 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 21 23 $ opam update
+2
ocaml-idc/README.md
··· 21 21 22 22 Install with opam: 23 23 24 + <!-- $MDX skip --> 24 25 ```sh 25 26 $ opam install idc 26 27 ``` ··· 28 29 If opam cannot find the package, it may not yet be released in the public 29 30 `opam-repository`. Add the overlay repository, then install it: 30 31 32 + <!-- $MDX skip --> 31 33 ```sh 32 34 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 33 35 $ opam update
+2
ocaml-initramfs/README.md
··· 11 11 12 12 Install with opam: 13 13 14 + <!-- $MDX skip --> 14 15 ```sh 15 16 $ opam install initramfs 16 17 ``` ··· 18 19 If opam cannot find the package, it may not yet be released in the public 19 20 `opam-repository`. Add the overlay repository, then install it: 20 21 22 + <!-- $MDX skip --> 21 23 ```sh 22 24 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 23 25 $ opam update
+2
ocaml-json/README.md
··· 28 28 29 29 Install with opam: 30 30 31 + <!-- $MDX skip --> 31 32 ```sh 32 33 $ opam install nox-json 33 34 ``` ··· 35 36 If opam cannot find the package, it may not yet be released in the public 36 37 `opam-repository`. Add the overlay repository, then install it: 37 38 39 + <!-- $MDX skip --> 38 40 ```sh 39 41 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 40 42 $ opam update
+2
ocaml-jwt/README.md
··· 17 17 18 18 Install with opam: 19 19 20 + <!-- $MDX skip --> 20 21 ```shell 21 22 $ opam install nox-jwt 22 23 ``` ··· 24 25 If opam cannot find the package, it may not yet be released in the public 25 26 `opam-repository`. Add the overlay repository, then install it: 26 27 28 + <!-- $MDX skip --> 27 29 ```shell 28 30 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 29 31 $ opam update
+2
ocaml-kepler/README.md
··· 8 8 9 9 Install with opam: 10 10 11 + <!-- $MDX skip --> 11 12 ```shell 12 13 $ opam install kepler 13 14 ``` ··· 15 16 If opam cannot find the package, it may not yet be released in the public 16 17 `opam-repository`. Add the overlay repository, then install it: 17 18 19 + <!-- $MDX skip --> 18 20 ```shell 19 21 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 20 22 $ opam update
+2
ocaml-kvn/README.md
··· 8 8 9 9 Install with opam: 10 10 11 + <!-- $MDX skip --> 11 12 ```shell 12 13 $ opam install kvn 13 14 ``` ··· 15 16 If opam cannot find the package, it may not yet be released in the public 16 17 `opam-repository`. Add the overlay repository, then install it: 17 18 19 + <!-- $MDX skip --> 18 20 ```shell 19 21 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 20 22 $ opam update
+2
ocaml-leb128/README.md
··· 19 19 20 20 Install with opam: 21 21 22 + <!-- $MDX skip --> 22 23 ```sh 23 24 $ opam install leb128 24 25 ``` ··· 26 27 If opam cannot find the package, it may not yet be released in the public 27 28 `opam-repository`. Add the overlay repository, then install it: 28 29 30 + <!-- $MDX skip --> 29 31 ```sh 30 32 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 31 33 $ opam update
+2
ocaml-lfsr/README.md
··· 8 8 9 9 Install with opam: 10 10 11 + <!-- $MDX skip --> 11 12 ```sh 12 13 $ opam install lfsr 13 14 ``` ··· 15 16 If opam cannot find the package, it may not yet be released in the public 16 17 `opam-repository`. Add the overlay repository, then install it: 17 18 19 + <!-- $MDX skip --> 18 20 ```sh 19 21 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 20 22 $ opam update
+2
ocaml-linkedin/README.md
··· 15 15 16 16 Install with opam: 17 17 18 + <!-- $MDX skip --> 18 19 ```shell 19 20 $ opam install linkedin 20 21 ``` ··· 22 23 If opam cannot find the package, it may not yet be released in the public 23 24 `opam-repository`. Add the overlay repository, then install it: 24 25 26 + <!-- $MDX skip --> 25 27 ```shell 26 28 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 27 29 $ opam update
+2
ocaml-loc/README.md
··· 26 26 27 27 Install with opam: 28 28 29 + <!-- $MDX skip --> 29 30 ```shell 30 31 $ opam install nox-loc 31 32 ``` ··· 33 34 If opam cannot find the package, it may not yet be released in the public 34 35 `opam-repository`. Add the overlay repository, then install it: 35 36 37 + <!-- $MDX skip --> 36 38 ```shell 37 39 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 38 40 $ opam update
+2
ocaml-ltp/README.md
··· 18 18 19 19 Install with opam: 20 20 21 + <!-- $MDX skip --> 21 22 ```shell 22 23 $ opam install ltp ltp-eio 23 24 ``` ··· 25 26 If opam cannot find the packages, they may not yet be released in the public 26 27 `opam-repository`. Add the overlay repository, then install them: 27 28 29 + <!-- $MDX skip --> 28 30 ```shell 29 31 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 30 32 $ opam update
+2
ocaml-mal/README.md
··· 18 18 19 19 Install with opam: 20 20 21 + <!-- $MDX skip --> 21 22 ```shell 22 23 $ opam install mal 23 24 ``` ··· 25 26 If opam cannot find the package, it may not yet be released in the public 26 27 `opam-repository`. Add the overlay repository, then install it: 27 28 29 + <!-- $MDX skip --> 28 30 ```shell 29 31 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 30 32 $ opam update
+2
ocaml-matter/README.md
··· 22 22 23 23 Install with opam: 24 24 25 + <!-- $MDX skip --> 25 26 ```sh 26 27 $ opam install matter 27 28 ``` ··· 29 30 If opam cannot find the package, it may not yet be released in the public 30 31 `opam-repository`. Add the overlay repository, then install it: 31 32 33 + <!-- $MDX skip --> 32 34 ```sh 33 35 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 34 36 $ opam update
+2
ocaml-mbr/README.md
··· 21 21 22 22 Install with opam: 23 23 24 + <!-- $MDX skip --> 24 25 ```sh 25 26 $ opam install mbr 26 27 ``` ··· 28 29 If opam cannot find the package, it may not yet be released in the public 29 30 `opam-repository`. Add the overlay repository, then install it: 30 31 32 + <!-- $MDX skip --> 31 33 ```sh 32 34 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 33 35 $ opam update
+2
ocaml-mdns/README.md
··· 20 20 21 21 Install with opam: 22 22 23 + <!-- $MDX skip --> 23 24 ```sh 24 25 $ opam install mdns 25 26 ``` ··· 27 28 If opam cannot find the package, it may not yet be released in the public 28 29 `opam-repository`. Add the overlay repository, then install it: 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
+2
ocaml-merlin/README.md
··· 17 17 18 18 Install with opam: 19 19 20 + <!-- $MDX skip --> 20 21 ```sh 21 22 $ opam install ocaml-merlin 22 23 ``` ··· 24 25 If opam cannot find the package, it may not yet be released in the public 25 26 `opam-repository`. Add the overlay repository, then install it: 26 27 28 + <!-- $MDX skip --> 27 29 ```sh 28 30 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 29 31 $ opam update
+2
ocaml-meross/README.md
··· 22 22 23 23 Install with opam: 24 24 25 + <!-- $MDX skip --> 25 26 ```sh 26 27 $ opam install meross 27 28 ``` ··· 29 30 If opam cannot find the package, it may not yet be released in the public 30 31 `opam-repository`. Add the overlay repository, then install it: 31 32 33 + <!-- $MDX skip --> 32 34 ```sh 33 35 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 34 36 $ opam update
+2
ocaml-monitor/README.md
··· 20 20 21 21 Install with opam: 22 22 23 + <!-- $MDX skip --> 23 24 ```sh 24 25 $ opam install monitor 25 26 ``` ··· 27 28 If opam cannot find the package, it may not yet be released in the public 28 29 `opam-repository`. Add the overlay repository, then install it: 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
+2
ocaml-oauth/README.md
··· 23 23 24 24 Install with opam: 25 25 26 + <!-- $MDX skip --> 26 27 ```sh 27 28 $ opam install oauth 28 29 ``` ··· 30 31 If opam cannot find the package, it may not yet be released in the public 31 32 `opam-repository`. Add the overlay repository, then install it: 32 33 34 + <!-- $MDX skip --> 33 35 ```sh 34 36 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 35 37 $ opam update
+2
ocaml-oci/README.md
··· 15 15 16 16 Install with opam: 17 17 18 + <!-- $MDX skip --> 18 19 ```sh 19 20 $ opam install oci 20 21 ``` ··· 22 23 If opam cannot find the package, it may not yet be released in the public 23 24 `opam-repository`. Add the overlay repository, then install it: 24 25 26 + <!-- $MDX skip --> 25 27 ```sh 26 28 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 27 29 $ opam update
+2
ocaml-ocm/README.md
··· 8 8 9 9 Install with opam: 10 10 11 + <!-- $MDX skip --> 11 12 ```sh 12 13 $ opam install ocm 13 14 ``` ··· 15 16 If opam cannot find the package, it may not yet be released in the public 16 17 `opam-repository`. Add the overlay repository, then install it: 17 18 19 + <!-- $MDX skip --> 18 20 ```sh 19 21 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 20 22 $ opam update
+2
ocaml-odm/README.md
··· 11 11 12 12 Install with opam: 13 13 14 + <!-- $MDX skip --> 14 15 ```sh 15 16 $ opam install odm 16 17 ``` ··· 18 19 If opam cannot find the package, it may not yet be released in the public 19 20 `opam-repository`. Add the overlay repository, then install it: 20 21 22 + <!-- $MDX skip --> 21 23 ```sh 22 24 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 23 25 $ opam update
+2
ocaml-oem/README.md
··· 8 8 9 9 Install with opam: 10 10 11 + <!-- $MDX skip --> 11 12 ```sh 12 13 $ opam install oem 13 14 ``` ··· 15 16 If opam cannot find the package, it may not yet be released in the public 16 17 `opam-repository`. Add the overlay repository, then install it: 17 18 19 + <!-- $MDX skip --> 18 20 ```sh 19 21 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 20 22 $ opam update
+2
ocaml-opam/README.md
··· 14 14 15 15 Install with opam: 16 16 17 + <!-- $MDX skip --> 17 18 ```sh 18 19 opam install nox-opam 19 20 ``` ··· 21 22 If opam cannot find the package, it may not yet be released in the public 22 23 `opam-repository`. Add the overlay repository, then install it: 23 24 25 + <!-- $MDX skip --> 24 26 ```sh 25 27 opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 26 28 opam update
+2
ocaml-openamp/README.md
··· 13 13 14 14 Install with opam: 15 15 16 + <!-- $MDX skip --> 16 17 ```sh 17 18 $ opam install openamp 18 19 ``` ··· 20 21 If opam cannot find the package, it may not yet be released in the public 21 22 `opam-repository`. Add the overlay repository, then install it: 22 23 24 + <!-- $MDX skip --> 23 25 ```sh 24 26 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 25 27 $ opam update
+2
ocaml-opm/README.md
··· 13 13 14 14 Install with opam: 15 15 16 + <!-- $MDX skip --> 16 17 ```sh 17 18 $ opam install opm 18 19 ``` ··· 20 21 If opam cannot find the package, it may not yet be released in the public 21 22 `opam-repository`. Add the overlay repository, then install it: 22 23 24 + <!-- $MDX skip --> 23 25 ```sh 24 26 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 25 27 $ opam update
+2
ocaml-osv/README.md
··· 9 9 10 10 Install with opam: 11 11 12 + <!-- $MDX skip --> 12 13 ```sh 13 14 $ opam install osv 14 15 ``` ··· 16 17 If opam cannot find the package, it may not yet be released in the public 17 18 `opam-repository`. Add the overlay repository, then install it: 18 19 20 + <!-- $MDX skip --> 19 21 ```sh 20 22 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 21 23 $ opam update
+2
ocaml-paseto/README.md
··· 6 6 7 7 Install with opam: 8 8 9 + <!-- $MDX skip --> 9 10 ```sh 10 11 $ opam install paseto 11 12 ``` ··· 13 14 If opam cannot find the package, it may not yet be released in the public 14 15 `opam-repository`. Add the overlay repository, then install it: 15 16 17 + <!-- $MDX skip --> 16 18 ```sh 17 19 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 18 20 $ opam update
+2
ocaml-pbkdf2/README.md
··· 17 17 18 18 Install with opam: 19 19 20 + <!-- $MDX skip --> 20 21 ```sh 21 22 $ opam install pbkdf2 22 23 ``` ··· 24 25 If opam cannot find the package, it may not yet be released in the public 25 26 `opam-repository`. Add the overlay repository, then install it: 26 27 28 + <!-- $MDX skip --> 27 29 ```sh 28 30 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 29 31 $ opam update
+2
ocaml-pds/README.md
··· 15 15 16 16 Install with opam: 17 17 18 + <!-- $MDX skip --> 18 19 ```sh 19 20 $ opam install nox-pds 20 21 ``` ··· 22 23 If opam cannot find the package, it may not yet be released in the public 23 24 `opam-repository`. Add the overlay repository, then install it: 24 25 26 + <!-- $MDX skip --> 25 27 ```sh 26 28 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 27 29 $ opam update
+2 -2
ocaml-pid1/README.md
··· 13 13 14 14 Install with opam: 15 15 16 - <!-- $MDX non-deterministic=command --> 16 + <!-- $MDX skip --> 17 17 ```sh 18 18 $ opam install pid1 19 19 ``` ··· 21 21 If opam cannot find the package, it may not yet be released in the public 22 22 `opam-repository`. Add the overlay repository, then install it: 23 23 24 - <!-- $MDX non-deterministic=command --> 24 + <!-- $MDX skip --> 25 25 ```sh 26 26 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 27 27 $ opam update
+2
ocaml-precommit/README.md
··· 13 13 14 14 Install with opam: 15 15 16 + <!-- $MDX skip --> 16 17 ```sh 17 18 $ opam install precommit 18 19 ``` ··· 20 21 If opam cannot find the package, it may not yet be released in the public 21 22 `opam-repository`. Add the overlay repository, then install it: 22 23 24 + <!-- $MDX skip --> 23 25 ```sh 24 26 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 25 27 $ opam update
+2
ocaml-protobuf/README.md
··· 11 11 12 12 Install with opam: 13 13 14 + <!-- $MDX skip --> 14 15 ```sh 15 16 $ opam install nox-protobuf 16 17 ``` ··· 18 19 If opam cannot find the package, it may not yet be released in the public 19 20 `opam-repository`. Add the overlay repository, then install it: 20 21 22 + <!-- $MDX skip --> 21 23 ```sh 22 24 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 23 25 $ opam update
+2
ocaml-publicsuffix/README.md
··· 54 54 55 55 Install with opam: 56 56 57 + <!-- $MDX skip --> 57 58 ```sh 58 59 $ opam install publicsuffix 59 60 ``` ··· 61 62 If opam cannot find the package, it may not yet be released in the public 62 63 `opam-repository`. Add the overlay repository, then install it: 63 64 65 + <!-- $MDX skip --> 64 66 ```sh 65 67 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 66 68 $ opam update
+2
ocaml-punycode/README.md
··· 80 80 81 81 Install with opam: 82 82 83 + <!-- $MDX skip --> 83 84 ```sh 84 85 $ opam install punycode 85 86 ``` ··· 87 88 If opam cannot find the package, it may not yet be released in the public 88 89 `opam-repository`. Add the overlay repository, then install it: 89 90 91 + <!-- $MDX skip --> 90 92 ```sh 91 93 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 92 94 $ opam update
+2
ocaml-pus/README.md
··· 27 27 28 28 Install with opam: 29 29 30 + <!-- $MDX skip --> 30 31 ```sh 31 32 $ opam install pus 32 33 ``` ··· 34 35 If opam cannot find the package, it may not yet be released in the public 35 36 `opam-repository`. Add the overlay repository, then install it: 36 37 38 + <!-- $MDX skip --> 37 39 ```sh 38 40 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 39 41 $ opam update
+2
ocaml-qemu/README.md
··· 17 17 18 18 Install with opam: 19 19 20 + <!-- $MDX skip --> 20 21 ```sh 21 22 $ opam install qemu 22 23 ``` ··· 24 25 If opam cannot find the package, it may not yet be released in the public 25 26 `opam-repository`. Add the overlay repository, then install it: 26 27 28 + <!-- $MDX skip --> 27 29 ```sh 28 30 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 29 31 $ opam update
+2
ocaml-rate-limit/README.md
··· 21 21 22 22 Install with opam: 23 23 24 + <!-- $MDX skip --> 24 25 ```sh 25 26 $ opam install rate-limit 26 27 ``` ··· 28 29 If opam cannot find the package, it may not yet be released in the public 29 30 `opam-repository`. Add the overlay repository, then install it: 30 31 32 + <!-- $MDX skip --> 31 33 ```sh 32 34 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 33 35 $ opam update
+2
ocaml-rdm/README.md
··· 13 13 14 14 Install with opam: 15 15 16 + <!-- $MDX skip --> 16 17 ```sh 17 18 $ opam install rdm 18 19 ``` ··· 20 21 If opam cannot find the package, it may not yet be released in the public 21 22 `opam-repository`. Add the overlay repository, then install it: 22 23 24 + <!-- $MDX skip --> 23 25 ```sh 24 26 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 25 27 $ opam update
+2
ocaml-requests/README.md
··· 17 17 18 18 Install with opam: 19 19 20 + <!-- $MDX skip --> 20 21 ```sh 21 22 $ opam install requests 22 23 ``` ··· 24 25 If opam cannot find the package, it may not yet be released in the public 25 26 `opam-repository`. Add the overlay repository, then install it: 26 27 28 + <!-- $MDX skip --> 27 29 ```sh 28 30 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 29 31 $ opam update
+2
ocaml-respond/README.md
··· 10 10 11 11 Install with opam: 12 12 13 + <!-- $MDX skip --> 13 14 ```sh 14 15 $ opam install respond 15 16 ``` ··· 17 18 If opam cannot find the package, it may not yet be released in the public 18 19 `opam-repository`. Add the overlay repository, then install it: 19 20 21 + <!-- $MDX skip --> 20 22 ```sh 21 23 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 22 24 $ opam update
+2
ocaml-retry/README.md
··· 7 7 8 8 Install with opam: 9 9 10 + <!-- $MDX skip --> 10 11 ```sh 11 12 $ opam install retry 12 13 ``` ··· 14 15 If opam cannot find the package, it may not yet be released in the public 15 16 `opam-repository`. Add the overlay repository, then install it: 16 17 18 + <!-- $MDX skip --> 17 19 ```sh 18 20 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 19 21 $ opam update
+2
ocaml-rice/README.md
··· 16 16 17 17 Install with opam: 18 18 19 + <!-- $MDX skip --> 19 20 ```sh 20 21 $ opam install rice 21 22 ``` ··· 23 24 If opam cannot find the package, it may not yet be released in the public 24 25 `opam-repository`. Add the overlay repository, then install it: 25 26 27 + <!-- $MDX skip --> 26 28 ```sh 27 29 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 28 30 $ opam update
+2
ocaml-rpmsg/README.md
··· 14 14 15 15 Install with opam: 16 16 17 + <!-- $MDX skip --> 17 18 ```sh 18 19 $ opam install rpmsg 19 20 ``` ··· 21 22 If opam cannot find the package, it may not yet be released in the public 22 23 `opam-repository`. Add the overlay repository, then install it: 23 24 25 + <!-- $MDX skip --> 24 26 ```sh 25 27 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 26 28 $ opam update
+2
ocaml-rtlsdr/README.md
··· 13 13 14 14 Install with opam: 15 15 16 + <!-- $MDX skip --> 16 17 ```sh 17 18 $ opam install rtlsdr 18 19 ``` ··· 20 21 If opam cannot find the package, it may not yet be released in the public 21 22 `opam-repository`. Add the overlay repository, then install it: 22 23 24 + <!-- $MDX skip --> 23 25 ```sh 24 26 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 25 27 $ opam update
+2
ocaml-runc/README.md
··· 9 9 10 10 Install with opam: 11 11 12 + <!-- $MDX skip --> 12 13 ```sh 13 14 $ opam install runc 14 15 ``` ··· 16 17 If opam cannot find the package, it may not yet be released in the public 17 18 `opam-repository`. Add the overlay repository, then install it: 18 19 20 + <!-- $MDX skip --> 19 21 ```sh 20 22 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 21 23 $ opam update
+2
ocaml-sbom/README.md
··· 16 16 17 17 Install with opam: 18 18 19 + <!-- $MDX skip --> 19 20 ```sh 20 21 $ opam install sbom 21 22 ``` ··· 23 24 If opam cannot find the package, it may not yet be released in the public 24 25 `opam-repository`. Add the overlay repository, then install it: 25 26 27 + <!-- $MDX skip --> 26 28 ```sh 27 29 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 28 30 $ opam update
+2
ocaml-scaleway/README.md
··· 16 16 17 17 Install with opam: 18 18 19 + <!-- $MDX skip --> 19 20 ```sh 20 21 opam install scaleway 21 22 ``` ··· 23 24 If opam cannot find the package, it may not yet be released in the public 24 25 `opam-repository`. Add the overlay repository, then install it: 25 26 27 + <!-- $MDX skip --> 26 28 ```sh 27 29 opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 28 30 opam update
+2
ocaml-scc/README.md
··· 53 53 54 54 Install with opam: 55 55 56 + <!-- $MDX skip --> 56 57 ```sh 57 58 opam install scc scc-eio 58 59 ``` ··· 60 61 If opam cannot find the packages, they may not yet be released in the public 61 62 `opam-repository`. Add the overlay repository, then install them: 62 63 64 + <!-- $MDX skip --> 63 65 ```sh 64 66 opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 65 67 opam update
+3
ocaml-scitt/README.md
··· 16 16 17 17 Install the core package with opam: 18 18 19 + <!-- $MDX skip --> 19 20 ```sh 20 21 $ opam install scitt 21 22 ``` 22 23 23 24 Optional packages provide the AT Proto backend and lexicon types: 24 25 26 + <!-- $MDX skip --> 25 27 ```sh 26 28 $ opam install scitt-atp # for AT Proto MST backend 27 29 $ opam install atp-lexicon-scitt # for AT Proto lexicon types ··· 31 33 `opam-repository`. Add the overlay repository, then install the packages you 32 34 need: 33 35 36 + <!-- $MDX skip --> 34 37 ```sh 35 38 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 36 39 $ opam update
+2
ocaml-sdnv/README.md
··· 10 10 11 11 Install with opam: 12 12 13 + <!-- $MDX skip --> 13 14 ```sh 14 15 $ opam install sdnv 15 16 ``` ··· 17 18 If opam cannot find the package, it may not yet be released in the public 18 19 `opam-repository`. Add the overlay repository, then install it: 19 20 21 + <!-- $MDX skip --> 20 22 ```sh 21 23 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 22 24 $ opam update
+2
ocaml-sexp/README.md
··· 25 25 26 26 Install with opam: 27 27 28 + <!-- $MDX skip --> 28 29 ```sh 29 30 $ opam install nox-sexp 30 31 ``` ··· 32 33 If opam cannot find the package, it may not yet be released in the public 33 34 `opam-repository`. Add the overlay repository, then install it: 34 35 36 + <!-- $MDX skip --> 35 37 ```sh 36 38 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 37 39 $ opam update
+2
ocaml-sgp4/README.md
··· 10 10 11 11 Install with opam: 12 12 13 + <!-- $MDX skip --> 13 14 ```sh 14 15 $ opam install sgp4 15 16 ``` ··· 17 18 If opam cannot find the package, it may not yet be released in the public 18 19 `opam-repository`. Add the overlay repository, then install it: 19 20 21 + <!-- $MDX skip --> 20 22 ```sh 21 23 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 22 24 $ opam update
+2
ocaml-short-ldpc/README.md
··· 14 14 15 15 Install with opam: 16 16 17 + <!-- $MDX skip --> 17 18 ```sh 18 19 $ opam install short-ldpc 19 20 ``` ··· 21 22 If opam cannot find the package, it may not yet be released in the public 22 23 `opam-repository`. Add the overlay repository, then install it: 23 24 25 + <!-- $MDX skip --> 24 26 ```sh 25 27 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 26 28 $ opam update
+2
ocaml-sigstore/README.md
··· 10 10 11 11 Install with opam: 12 12 13 + <!-- $MDX skip --> 13 14 ```sh 14 15 $ opam install sigstore 15 16 ``` ··· 17 18 If opam cannot find the package, it may not yet be released in the public 18 19 `opam-repository`. Add the overlay repository, then install it: 19 20 21 + <!-- $MDX skip --> 20 22 ```sh 21 23 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 22 24 $ opam update
+2
ocaml-slack/README.md
··· 16 16 17 17 Install with opam: 18 18 19 + <!-- $MDX skip --> 19 20 ```sh 20 21 $ opam install nox-slack 21 22 ``` ··· 23 24 If opam cannot find the package, it may not yet be released in the public 24 25 `opam-repository`. Add the overlay repository, then install it: 25 26 27 + <!-- $MDX skip --> 26 28 ```sh 27 29 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 28 30 $ opam update
+2
ocaml-sle/README.md
··· 16 16 17 17 Install with opam: 18 18 19 + <!-- $MDX skip --> 19 20 ```sh 20 21 $ opam install sle sle-eio 21 22 ``` ··· 23 24 If opam cannot find the packages, they may not yet be released in the public 24 25 `opam-repository`. Add the overlay repository, then install them: 25 26 27 + <!-- $MDX skip --> 26 28 ```sh 27 29 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 28 30 $ opam update
+2
ocaml-space-packet/README.md
··· 24 24 25 25 Install with opam: 26 26 27 + <!-- $MDX skip --> 27 28 ```sh 28 29 $ opam install space-packet 29 30 ``` ··· 31 32 If opam cannot find the package, it may not yet be released in the public 32 33 `opam-repository`. Add the overlay repository, then install it: 33 34 35 + <!-- $MDX skip --> 34 36 ```sh 35 37 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 36 38 $ opam update
+2
ocaml-spacedata/README.md
··· 8 8 9 9 Install with opam: 10 10 11 + <!-- $MDX skip --> 11 12 ```sh 12 13 $ opam install spacedata 13 14 ``` ··· 15 16 If opam cannot find the package, it may not yet be released in the public 16 17 `opam-repository`. Add the overlay repository, then install it: 17 18 19 + <!-- $MDX skip --> 18 20 ```sh 19 21 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 20 22 $ opam update
+2
ocaml-spacefibre/README.md
··· 25 25 26 26 Install with opam: 27 27 28 + <!-- $MDX skip --> 28 29 ```sh 29 30 $ opam install spacefibre 30 31 ``` ··· 32 33 If opam cannot find the package, it may not yet be released in the public 33 34 `opam-repository`. Add the overlay repository, then install it: 34 35 36 + <!-- $MDX skip --> 35 37 ```sh 36 38 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 37 39 $ opam update
+2
ocaml-spacewire/README.md
··· 25 25 26 26 Install with opam: 27 27 28 + <!-- $MDX skip --> 28 29 ```sh 29 30 $ opam install spacewire 30 31 ``` ··· 32 33 If opam cannot find the package, it may not yet be released in the public 33 34 `opam-repository`. Add the overlay repository, then install it: 34 35 36 + <!-- $MDX skip --> 35 37 ```sh 36 38 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 37 39 $ opam update
+2
ocaml-spake2/README.md
··· 23 23 24 24 Install with opam: 25 25 26 + <!-- $MDX skip --> 26 27 ```sh 27 28 $ opam install spake2 28 29 ``` ··· 30 31 If opam cannot find the package, it may not yet be released in the public 31 32 `opam-repository`. Add the overlay repository, then install it: 32 33 34 + <!-- $MDX skip --> 33 35 ```sh 34 36 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 35 37 $ opam update
+2
ocaml-sqlite/README.md
··· 15 15 16 16 Install with opam: 17 17 18 + <!-- $MDX skip --> 18 19 ```sh 19 20 $ opam install sqlite 20 21 ``` ··· 22 23 If opam cannot find the package, it may not yet be released in the public 23 24 `opam-repository`. Add the overlay repository, then install it: 24 25 26 + <!-- $MDX skip --> 25 27 ```sh 26 28 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 27 29 $ opam update
+2
ocaml-squashfs/README.md
··· 26 26 27 27 Install with opam: 28 28 29 + <!-- $MDX skip --> 29 30 ```sh 30 31 $ opam install squashfs 31 32 ``` ··· 33 34 If opam cannot find the package, it may not yet be released in the public 34 35 `opam-repository`. Add the overlay repository, then install it: 35 36 37 + <!-- $MDX skip --> 36 38 ```sh 37 39 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 38 40 $ opam update
+2
ocaml-srp/README.md
··· 7 7 8 8 Install with opam: 9 9 10 + <!-- $MDX skip --> 10 11 ```sh 11 12 $ opam install srp 12 13 ``` ··· 14 15 If opam cannot find the package, it may not yet be released in the public 15 16 `opam-repository`. Add the overlay repository, then install it: 16 17 18 + <!-- $MDX skip --> 17 19 ```sh 18 20 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 19 21 $ opam update
+2
ocaml-sse/README.md
··· 17 17 18 18 Install with opam: 19 19 20 + <!-- $MDX skip --> 20 21 ```sh 21 22 $ opam install sse 22 23 ``` ··· 24 25 If opam cannot find the package, it may not yet be released in the public 25 26 `opam-repository`. Add the overlay repository, then install it: 26 27 28 + <!-- $MDX skip --> 27 29 ```sh 28 30 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 29 31 $ opam update
+2
ocaml-stix/README.md
··· 8 8 9 9 Install with opam: 10 10 11 + <!-- $MDX skip --> 11 12 ```sh 12 13 $ opam install stix 13 14 ``` ··· 15 16 If opam cannot find the package, it may not yet be released in the public 16 17 `opam-repository`. Add the overlay repository, then install it: 17 18 19 + <!-- $MDX skip --> 18 20 ```sh 19 21 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 20 22 $ opam update
+2
ocaml-streaming-aead/README.md
··· 9 9 10 10 Install with opam: 11 11 12 + <!-- $MDX skip --> 12 13 ```sh 13 14 $ opam install streaming-aead 14 15 ``` ··· 16 17 If opam cannot find the package, it may not yet be released in the public 17 18 `opam-repository`. Add the overlay repository, then install it: 18 19 20 + <!-- $MDX skip --> 19 21 ```sh 20 22 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 21 23 $ opam update
+2
ocaml-stripe/README.md
··· 8 8 9 9 Install with opam: 10 10 11 + <!-- $MDX skip --> 11 12 ```sh 12 13 $ opam install stripe 13 14 ``` ··· 15 16 If opam cannot find the package, it may not yet be released in the public 16 17 `opam-repository`. Add the overlay repository, then install it: 17 18 19 + <!-- $MDX skip --> 18 20 ```sh 19 21 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 20 22 $ opam update
+2
ocaml-tar/README.md
··· 14 14 15 15 Install with opam: 16 16 17 + <!-- $MDX skip --> 17 18 ```sh 18 19 $ opam install nox-tar nox-tar-eio 19 20 ``` ··· 21 22 If opam cannot find the packages, they may not yet be released in the public 22 23 `opam-repository`. Add the overlay repository, then install them: 23 24 25 + <!-- $MDX skip --> 24 26 ```sh 25 27 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 26 28 $ opam update
+2
ocaml-tc/README.md
··· 20 20 21 21 Install with opam: 22 22 23 + <!-- $MDX skip --> 23 24 ```sh 24 25 $ opam install tc 25 26 ``` ··· 27 28 If opam cannot find the package, it may not yet be released in the public 28 29 `opam-repository`. Add the overlay repository, then install it: 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
+2
ocaml-tcf/README.md
··· 13 13 14 14 Install with opam: 15 15 16 + <!-- $MDX skip --> 16 17 ```sh 17 18 $ opam install tcf 18 19 ``` ··· 20 21 If opam cannot find the package, it may not yet be released in the public 21 22 `opam-repository`. Add the overlay repository, then install it: 22 23 24 + <!-- $MDX skip --> 23 25 ```sh 24 26 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 25 27 $ opam update
+2
ocaml-tcpcl/README.md
··· 13 13 14 14 Install with opam: 15 15 16 + <!-- $MDX skip --> 16 17 ```sh 17 18 $ opam install tcpcl 18 19 ``` ··· 20 21 If opam cannot find the package, it may not yet be released in the public 21 22 `opam-repository`. Add the overlay repository, then install it: 22 23 24 + <!-- $MDX skip --> 23 25 ```sh 24 26 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 25 27 $ opam update
+2
ocaml-tdm/README.md
··· 13 13 14 14 Install with opam: 15 15 16 + <!-- $MDX skip --> 16 17 ```sh 17 18 $ opam install tdm 18 19 ``` ··· 20 21 If opam cannot find the package, it may not yet be released in the public 21 22 `opam-repository`. Add the overlay repository, then install it: 22 23 24 + <!-- $MDX skip --> 23 25 ```sh 24 26 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 25 27 $ opam update
+3
ocaml-tls/README.md
··· 24 24 25 25 Install with opam: 26 26 27 + <!-- $MDX skip --> 27 28 ```sh 28 29 $ opam install nox-tls 29 30 ``` ··· 31 32 If opam cannot find the package, it may not yet be released in the public 32 33 `opam-repository`. Add the overlay repository, then install it: 33 34 35 + <!-- $MDX skip --> 34 36 ```sh 35 37 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 36 38 $ opam update ··· 40 42 You can also build this locally by conducting the steps: 41 43 42 44 <!-- $MDX non-deterministic=command --> 45 + <!-- $MDX skip --> 43 46 ```sh 44 47 $ opam install --deps-only -t . # or a named package instead of `.` - i.e. ./tls-lwt.opam 45 48 $ dune build --profile=release # you can also put a package list here, i.e. tls,tls-lwt -- you can also use `@all` target to compile examples as well
+2
ocaml-tm/README.md
··· 21 21 22 22 Install with opam: 23 23 24 + <!-- $MDX skip --> 24 25 ```sh 25 26 $ opam install tm 26 27 ``` ··· 28 29 If opam cannot find the package, it may not yet be released in the public 29 30 `opam-repository`. Add the overlay repository, then install it: 30 31 32 + <!-- $MDX skip --> 31 33 ```sh 32 34 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 33 35 $ opam update
+2
ocaml-toml/README.md
··· 19 19 20 20 Install with opam: 21 21 22 + <!-- $MDX skip --> 22 23 ```sh 23 24 opam install nox-toml 24 25 ``` ··· 26 27 If opam cannot find the package, it may not yet be released in the public 27 28 `opam-repository`. Add the overlay repository, then install it: 28 29 30 + <!-- $MDX skip --> 29 31 ```sh 30 32 opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 31 33 opam update
+2
ocaml-tty/README.md
··· 84 84 85 85 Install with opam: 86 86 87 + <!-- $MDX skip --> 87 88 ```sh 88 89 $ opam install nox-tty 89 90 ``` ··· 91 92 If opam cannot find the package, it may not yet be released in the public 92 93 `opam-repository`. Add the overlay repository, then install it: 93 94 95 + <!-- $MDX skip --> 94 96 ```sh 95 97 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 96 98 $ opam update
+2
ocaml-turbo/README.md
··· 9 9 10 10 Install with opam: 11 11 12 + <!-- $MDX skip --> 12 13 ```sh 13 14 $ opam install turbo 14 15 ``` ··· 16 17 If opam cannot find the package, it may not yet be released in the public 17 18 `opam-repository`. Add the overlay repository, then install it: 18 19 20 + <!-- $MDX skip --> 19 21 ```sh 20 22 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 21 23 $ opam update
+2
ocaml-udpcl/README.md
··· 34 34 35 35 Install with opam: 36 36 37 + <!-- $MDX skip --> 37 38 ```sh 38 39 $ opam install udpcl 39 40 ``` ··· 41 42 If opam cannot find the package, it may not yet be released in the public 42 43 `opam-repository`. Add the overlay repository, then install it: 43 44 45 + <!-- $MDX skip --> 44 46 ```sh 45 47 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 46 48 $ opam update
+2
ocaml-uslp/README.md
··· 9 9 10 10 Install with opam: 11 11 12 + <!-- $MDX skip --> 12 13 ```sh 13 14 $ opam install uslp 14 15 ``` ··· 16 17 If opam cannot find the package, it may not yet be released in the public 17 18 `opam-repository`. Add the overlay repository, then install it: 18 19 20 + <!-- $MDX skip --> 19 21 ```sh 20 22 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 21 23 $ opam update
+2
ocaml-vec3/README.md
··· 8 8 9 9 Install with opam: 10 10 11 + <!-- $MDX skip --> 11 12 ```sh 12 13 $ opam install vec3 13 14 ``` ··· 15 16 If opam cannot find the package, it may not yet be released in the public 16 17 `opam-repository`. Add the overlay repository, then install it: 17 18 19 + <!-- $MDX skip --> 18 20 ```sh 19 21 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 20 22 $ opam update
+2
ocaml-vlog/README.md
··· 18 18 19 19 Install with opam: 20 20 21 + <!-- $MDX skip --> 21 22 ```sh 22 23 $ opam install vlog 23 24 ``` ··· 25 26 If opam cannot find the package, it may not yet be released in the public 26 27 `opam-repository`. Add the overlay repository, then install it: 27 28 29 + <!-- $MDX skip --> 28 30 ```sh 29 31 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 30 32 $ opam update
+2
ocaml-vz/README.md
··· 17 17 18 18 Install with opam: 19 19 20 + <!-- $MDX skip --> 20 21 ```sh 21 22 $ opam install vz 22 23 ``` ··· 24 25 If opam cannot find the package, it may not yet be released in the public 25 26 `opam-repository`. Add the overlay repository, then install it: 26 27 28 + <!-- $MDX skip --> 27 29 ```sh 28 30 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 29 31 $ opam update
+2
ocaml-wal/README.md
··· 20 20 21 21 Install with opam: 22 22 23 + <!-- $MDX skip --> 23 24 ```sh 24 25 $ opam install wal 25 26 ``` ··· 27 28 If opam cannot find the package, it may not yet be released in the public 28 29 `opam-repository`. Add the overlay repository, then install it: 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
+2
ocaml-x509/README.md
··· 21 21 22 22 Install with opam: 23 23 24 + <!-- $MDX skip --> 24 25 ```sh 25 26 $ opam install nox-x509 26 27 ``` ··· 28 29 If opam cannot find the package, it may not yet be released in the public 29 30 `opam-repository`. Add the overlay repository, then install it: 30 31 32 + <!-- $MDX skip --> 31 33 ```sh 32 34 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 33 35 $ opam update
+2
ocaml-xff/README.md
··· 6 6 7 7 Install with opam: 8 8 9 + <!-- $MDX skip --> 9 10 ```sh 10 11 $ opam install xff 11 12 ``` ··· 13 14 If opam cannot find the package, it may not yet be released in the public 14 15 `opam-repository`. Add the overlay repository, then install it: 15 16 17 + <!-- $MDX skip --> 16 18 ```sh 17 19 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 18 20 $ opam update
+2
ocaml-xml/README.md
··· 21 21 22 22 Install with opam: 23 23 24 + <!-- $MDX skip --> 24 25 ```sh 25 26 $ opam install nox-xml 26 27 ``` ··· 28 29 If opam cannot find the package, it may not yet be released in the public 29 30 `opam-repository`. Add the overlay repository, then install it: 30 31 32 + <!-- $MDX skip --> 31 33 ```sh 32 34 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 33 35 $ opam update
+2
ocaml-xtce/README.md
··· 17 17 18 18 Install with opam: 19 19 20 + <!-- $MDX skip --> 20 21 ```sh 21 22 $ opam install xtce 22 23 ``` ··· 24 25 If opam cannot find the package, it may not yet be released in the public 25 26 `opam-repository`. Add the overlay repository, then install it: 26 27 28 + <!-- $MDX skip --> 27 29 ```sh 28 30 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 29 31 $ opam update
+2 -2
ocaml-yaml/README.md
··· 31 31 32 32 Install with opam: 33 33 34 - <!-- $MDX non-deterministic=command --> 34 + <!-- $MDX skip --> 35 35 ```sh 36 36 $ opam install nox-yaml 37 37 ``` ··· 39 39 If opam cannot find the package, it may not yet be released in the public 40 40 `opam-repository`. Add the overlay repository, then install it: 41 41 42 - <!-- $MDX non-deterministic=command --> 42 + <!-- $MDX skip --> 43 43 ```sh 44 44 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 45 45 $ opam update
+2
ocaml-zephyr/README.md
··· 18 18 19 19 Install with opam: 20 20 21 + <!-- $MDX skip --> 21 22 ```sh 22 23 $ opam install zephyr 23 24 ``` ··· 25 26 If opam cannot find the package, it may not yet be released in the public 26 27 `opam-repository`. Add the overlay repository, then install it: 27 28 29 + <!-- $MDX skip --> 28 30 ```sh 29 31 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 30 32 $ opam update
+2
osrelease/README.md
··· 8 8 9 9 Install with opam: 10 10 11 + <!-- $MDX skip --> 11 12 ```sh 12 13 $ opam install osrelease 13 14 ``` ··· 15 16 If opam cannot find the package, it may not yet be released in the public 16 17 `opam-repository`. Add the overlay repository, then install it: 17 18 19 + <!-- $MDX skip --> 18 20 ```sh 19 21 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 20 22 $ opam update
+2
prune/README.md
··· 89 89 90 90 Install with opam: 91 91 92 + <!-- $MDX skip --> 92 93 ```sh 93 94 opam install prune 94 95 ``` ··· 96 97 If opam cannot find the package, it may not yet be released in the public 97 98 `opam-repository`. Add the overlay repository, then install it: 98 99 100 + <!-- $MDX skip --> 99 101 ```sh 100 102 opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 101 103 opam update
+2
uniboot/README.md
··· 21 21 22 22 Install with opam: 23 23 24 + <!-- $MDX skip --> 24 25 ```sh 25 26 $ opam install uniboot 26 27 ``` ··· 28 29 If opam cannot find the package, it may not yet be released in the public 29 30 `opam-repository`. Add the overlay repository, then install it: 30 31 32 + <!-- $MDX skip --> 31 33 ```sh 32 34 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 33 35 $ opam update
+2
xdge/README.md
··· 93 93 94 94 Install with opam: 95 95 96 + <!-- $MDX skip --> 96 97 ```sh 97 98 $ opam install nox-xdge 98 99 ``` ··· 100 101 If opam cannot find the package, it may not yet be released in the public 101 102 `opam-repository`. Add the overlay repository, then install it: 102 103 104 + <!-- $MDX skip --> 103 105 ```sh 104 106 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 105 107 $ opam update