Bytesrw adapter for Eio
ocaml
codec
1(lang dune 3.18)
2
3(name bytesrw-eio)
4
5(generate_opam_files true)
6
7(license ISC)
8(authors "Anil Madhavapeddy")
9(homepage "https://tangled.org/@anil.recoil.org/ocaml-bytesrw-eio")
10(maintainers "Anil Madhavapeddy <anil@recoil.org>")
11(bug_reports "https://tangled.org/@anil.recoil.org/ocaml-bytesrw-eio/issues")
12(maintenance_intent "(latest)")
13
14(package
15 (name bytesrw-eio)
16 (synopsis "Bytesrw readers and writers for Eio")
17 (description "Provides Bytesrw.Bytes.Reader and Writer adapters for Eio Flows")
18 (depends
19 (ocaml (>= 5.0))
20 (bytesrw (>= 0.2))
21 (eio (>= 1.0))
22 (odoc :with-doc)
23 (alcotest (and :with-test (>= 1.7.0)))
24 (eio_main :with-test)))