Communicate with dune using rpc and Eio
- OCaml 78.6%
- Dune 8.9%
- Shell 6.2%
- Text 3.4%
- Makefile 2.9%
| .github/workflows | ||
| .vscode | ||
| example | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| .headache.config | ||
| .headache.dirs | ||
| .ocamlformat | ||
| CHANGES.md | ||
| CODE_OF_CONDUCT.md | ||
| CODEOWNERS | ||
| COPYING.HEADER | ||
| dune | ||
| dune-project | ||
| dune-rpc-eio-example.opam | ||
| dune-rpc-eio.opam | ||
| dune-workspace-5.2 | ||
| dune-workspace-5.3 | ||
| dune-workspace-5.4 | ||
| headache.sh | ||
| LICENSE | ||
| LICENSE.janestreet | ||
| Makefile | ||
| README.md | ||
dune-rpc-eio
⚠️ This repository is now a public archive. I have stopped developing the project and will not be maintaining it forward.
Communicate with dune using
dune-rpc and
eio.
This library implements an instance of the dune-rpc functor to be used by
Eio clients.
Motivations
This is an experimental package that allows me to learn more about dune-rpc and eio.
Acknowledgments
The dune-rpc-eio package is a direct translation of the
dune-rpc-lwt package that is
part of the official dune distribution, released under MIT License.
The tests were heavily inspired by the tests used in dune-rpc-lwt.