this repo has no description
1opam-version: "2.0" 2synopsis: "Run Lwt code within Eio" 3description: 4 "An Lwt engine that allows running Lwt within an Eio event loop." 5maintainer: ["talex5@gmail.com"] 6authors: ["Thomas Leonard"] 7license: "ISC" 8homepage: "https://github.com/ocaml-multicore/lwt_eio" 9doc: "https://ocaml-multicore.github.io/lwt_eio" 10bug-reports: "https://github.com/ocaml-multicore/lwt_eio/issues" 11depends: [ 12 "dune" {>= "3.8"} 13 "eio" {>= "0.11" & < "0.12"} 14 "lwt" {>= "5.7.0"} 15 "mdx" {>= "1.10.0" & with-test} 16 "eio_main" {with-test} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/ocaml-multicore/lwt_eio.git" 34url { 35 src: 36 "https://github.com/ocaml-multicore/lwt_eio/releases/download/v0.4/lwt_eio-0.4.tbz" 37 checksum: [ 38 "sha256=cab13f499bbe070ba08ccae575a2dd6b9d8338668519b5fd16bc718bc0764065" 39 "sha512=52ed4f029ed813c82ae50e3a27799c6d9b3859bdfd2cf389f68afae939422cd328395c5e1301c0fbf3c8cd637dd1f87485b8ebac337c582e6acf0dca222e28b9" 40 ] 41} 42x-commit-hash: "8279f4cc89046315d244780fde3b149bed8b250f"