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