Eio network backends and test helpers
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: add the opam overlay repo to README install steps

These packages are published only to the opam overlay, not the public
opam-repository. Without the repo-add line a reader who runs opam install
gets nothing and has to hunt down the overlay URL by hand.

+10
+10
README.md
··· 12 12 opam install eio-net 13 13 ``` 14 14 15 + If opam cannot find the package, it may not yet be released in the public 16 + `opam-repository`. Add the overlay repository, then install it: 17 + 18 + <!-- $MDX skip --> 19 + ```sh 20 + $ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git 21 + $ opam update 22 + $ opam install eio-net 23 + ``` 24 + 15 25 ## API 16 26 17 27 See the `.mli` files under `lib/` for the documented interface.