Declarative JSON data manipulation 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
··· 29 29 Install with opam: 30 30 31 31 ```sh 32 - $ opam install json 32 + $ opam install nox-json 33 33 ``` 34 34 35 35 If opam cannot find the package, it may not yet be released in the public ··· 38 38 ```sh 39 39 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 40 40 $ opam update 41 - $ opam install json 41 + $ opam install nox-json 42 42 ``` 43 43 44 44 The main library depends on `bytesrw`, `fmt`, and `loc`. Browser support is