upstream: github.com/mirleft/ocaml-x509
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
··· 22 22 Install with opam: 23 23 24 24 ```sh 25 - $ opam install x509 25 + $ opam install nox-x509 26 26 ``` 27 27 28 28 If opam cannot find the package, it may not yet be released in the public ··· 31 31 ```sh 32 32 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 33 33 $ opam update 34 - $ opam install x509 34 + $ opam install nox-x509 35 35 ``` 36 36 37 37 ## Example