https://github.com/mbarbin/dune-rpc-eio
Communicate with dune using rpc and Eio
https://github.com/mbarbin/dune-rpc-eio
dune dune-rpc eio ocaml
Last synced: over 1 year ago
JSON representation
Communicate with dune using rpc and Eio
- Host: GitHub
- URL: https://github.com/mbarbin/dune-rpc-eio
- Owner: mbarbin
- License: mit
- Created: 2023-11-14T17:06:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T11:38:51.000Z (over 1 year ago)
- Last Synced: 2025-01-10T11:41:46.694Z (over 1 year ago)
- Topics: dune, dune-rpc, eio, ocaml
- Language: OCaml
- Homepage:
- Size: 782 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# dune-rpc-eio
[](https://github.com/mbarbin/dune-rpc-eio/actions/workflows/ci.yml)
Communicate with `dune` using
[dune-rpc](https://opam.ocaml.org/packages/dune-rpc/) and
[eio](https://opam.ocaml.org/packages/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](https://opam.ocaml.org/packages/dune-rpc-lwt/) package that is
part of the official `dune` distribution, released under [MIT License](./LICENSE.janestreet).
The tests were heavily inspired by the tests used in `dune-rpc-lwt`.