Streaming opam file codec for OCaml
0
fork

Configure Feed

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

Update READMEs to reference nox- package names

Each README's 'opam install <pkg>' instructions now match the post-rename
opam package names. Auto-generated by 'monopam lint --fix' after the
nox-* prefix landed on the underlying packages.

+2 -2
+2 -2
README.md
··· 15 15 Install with opam: 16 16 17 17 ```sh 18 - opam install opam 18 + opam install nox-opam 19 19 ``` 20 20 21 21 If opam cannot find the package, it may not yet be released in the public ··· 24 24 ```sh 25 25 opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 26 26 opam update 27 - opam install opam 27 + opam install nox-opam 28 28 ``` 29 29 30 30 For Eio, combine with [`bytesrw-eio`](../ocaml-bytesrw-eio/):