Persistent store with Git semantics: lazy reads, delayed writes, content-addressing
1
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
··· 41 41 Install with opam: 42 42 43 43 ```sh 44 - $ opam install irmin 44 + $ opam install nox-irmin 45 45 ``` 46 46 47 47 If opam cannot find the package, it may not yet be released in the public ··· 50 50 ```sh 51 51 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 52 52 $ opam update 53 - $ opam install irmin 53 + $ opam install nox-irmin 54 54 ``` 55 55 56 56 ## Quick Start