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.
···2929Install with opam:
30303131```sh
3232-$ opam install json
3232+$ opam install nox-json
3333```
34343535If opam cannot find the package, it may not yet be released in the public
···3838```sh
3939$ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git
4040$ opam update
4141-$ opam install json
4141+$ opam install nox-json
4242```
43434444The main library depends on `bytesrw`, `fmt`, and `loc`. Browser support is