Native CBOR codec with type-safe combinators
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
··· 20 20 Install with opam: 21 21 22 22 ```sh 23 - $ opam install cbor 23 + $ opam install nox-cbor 24 24 ``` 25 25 26 26 If opam cannot find the package, it may not yet be released in the public ··· 29 29 ```sh 30 30 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 31 31 $ opam update 32 - $ opam install cbor 32 + $ opam install nox-cbor 33 33 ``` 34 34 35 35 ## Usage