Eio network backends and test helpers
0

Configure Feed

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

OCaml 91.4%
C 4.9%
Dune 0.5%
Other 3.2%
28 1 0

Clone this repository

https://git.vm.fail/gazagnaire.org/ocaml-eio-net https://git.vm.fail/did:plc:7s4i32uxzuzvvp6nf5rajlcu
ssh://git@git.recoil.org:2222/gazagnaire.org/ocaml-eio-net ssh://git@git.recoil.org:2222/did:plc:7s4i32uxzuzvvp6nf5rajlcu

For self-hosted knots, clone URLs may differ based on your setup.


README.md

eio-net#

Small Eio network backends and test helpers.

Lightweight network backends for Eio-based code, including an in-memory backend used to drive network protocols in tests without a real socket.

Install#

opam install eio-net

If opam cannot find the package, it may not yet be released in the public opam-repository. Add the overlay repository, then install it:

$ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git
$ opam update
$ opam install eio-net

API#

See the .mli files under lib/ for the documented interface.

License#

ISC. See LICENSE.md.