upstream: github.com/mirleft/ocaml-tls
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
··· 25 25 Install with opam: 26 26 27 27 ```sh 28 - $ opam install tls 28 + $ opam install nox-tls 29 29 ``` 30 30 31 31 If opam cannot find the package, it may not yet be released in the public ··· 34 34 ```sh 35 35 $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 36 36 $ opam update 37 - $ opam install tls 37 + $ opam install nox-tls 38 38 ``` 39 39 40 40 You can also build this locally by conducting the steps: