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.12"} 14 "lwt" {>= "5.7.0"} 15 "mdx" {>= "1.10.0" & with-test} 16 "eio_main" {< "0.13" & 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.5/lwt_eio-0.5.tbz" 37 checksum: [ 38 "sha256=4a39fe8a401ebe02f15d0b075616fc95ae7f48cdb8ab198a4fe4e577477224b7" 39 "sha512=465a87ae097121260bcc9e178a618613e9b98c8868cb1023b90168fa5e408e410a054f699a2c912cd39cacdb6cdf64d3c6145ac259e39e85f3ace4dda27b2afc" 40 ] 41} 42x-commit-hash: "4e388e5ae2766db377afb8ae72800885924fd7ee"