Source locations and structured errors for text codecs (extracted from jsont)
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
··· 27 27 Install with opam: 28 28 29 29 ```shell 30 - $ opam install loc 30 + $ opam install nox-loc 31 31 ``` 32 32 33 33 If opam cannot find the package, it may not yet be released in the public ··· 36 36 ```shell 37 37 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 38 38 $ opam update 39 - $ opam install loc 39 + $ opam install nox-loc 40 40 ``` 41 41 42 42 Requires OCaml >= 4.14 and `fmt`.