Protocol Buffers codec for hand-written schemas
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
··· 12 12 Install with opam: 13 13 14 14 ```sh 15 - $ opam install protobuf 15 + $ opam install nox-protobuf 16 16 ``` 17 17 18 18 If opam cannot find the package, it may not yet be released in the public ··· 21 21 ```sh 22 22 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 23 23 $ opam update 24 - $ opam install protobuf 24 + $ opam install nox-protobuf 25 25 ``` 26 26 27 27 ## Usage