XDG library path support for OCaml via Eio capabilities
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
··· 94 94 Install with opam: 95 95 96 96 ```sh 97 - $ opam install xdge 97 + $ opam install nox-xdge 98 98 ``` 99 99 100 100 If opam cannot find the package, it may not yet be released in the public ··· 103 103 ```sh 104 104 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 105 105 $ opam update 106 - $ opam install xdge 106 + $ opam install nox-xdge 107 107 ``` 108 108 109 109 ## Licence