CRC checksums (CRC-16, CRC-32, CRC-32C) for OCaml
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
··· 57 57 Install with opam: 58 58 59 59 ```sh 60 - $ opam install crc 60 + $ opam install nox-crc 61 61 ``` 62 62 63 63 If opam cannot find the package, it may not yet be released in the public ··· 66 66 ```sh 67 67 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 68 68 $ opam update 69 - $ opam install crc 69 + $ opam install nox-crc 70 70 ``` 71 71 72 72 ## Portability