Bytesrw adapter for Eio
ocaml
codec
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Bytesrw readers and writers for Eio"
4description:
5 "Provides Bytesrw.Bytes.Reader and Writer adapters for Eio Flows"
6maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
7authors: ["Anil Madhavapeddy" "Thomas Gazagnaire"]
8license: "ISC"
9tags: ["org:blacksun" "eio"]
10homepage: "https://tangled.org/anil.recoil.org/ocaml-bytesrw-eio"
11bug-reports: "https://tangled.org/anil.recoil.org/ocaml-bytesrw-eio/issues"
12depends: [
13 "dune" {>= "3.21"}
14 "ocaml" {>= "5.0"}
15 "bytesrw" {>= "0.2"}
16 "eio" {>= "1.0"}
17 "odoc" {with-doc}
18 "alcotest" {with-test & >= "1.7.0"}
19 "mdx" {with-test}
20 "eio_main" {with-test}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-bytesrw-eio"
37x-maintenance-intent: ["(latest)"]
38x-quality-test: "2026-04-15"