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" {>= "2.9"} 13 "eio" {>= "0.7" & < "0.11"} 14 "lwt" 15 "mdx" {>= "1.10.0" & < "2.3.1" & 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 "--promote-install-files=false" 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33 ["dune" "install" "-p" name "--create-install-files" name] 34] 35dev-repo: "git+https://github.com/ocaml-multicore/lwt_eio.git" 36url { 37 src: 38 "https://github.com/ocaml-multicore/lwt_eio/releases/download/v0.3/lwt_eio-0.3.tbz" 39 checksum: [ 40 "sha256=dda4d92cef045b37c4fe5d0475766f5dbffd3813033abd3e668f64a2209d2c5f" 41 "sha512=885074d53b4ccc33744cc711ce74e46182a91e730dc222a7c6e08855034cd68cc2c5f4c23ac5dd19aa9d2c8948e5423abc45822d7f54a7d600fe6e0e36977322" 42 ] 43} 44x-commit-hash: "3dd747acad7c9cf9c3d85a91ed2b3916d072f302"