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.
···1515Install with opam:
16161717```sh
1818-opam install opam
1818+opam install nox-opam
1919```
20202121If opam cannot find the package, it may not yet be released in the public
···2424```sh
2525opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git
2626opam update
2727-opam install opam
2727+opam install nox-opam
2828```
29293030For Eio, combine with [`bytesrw-eio`](../ocaml-bytesrw-eio/):