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.13"}
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.5.1/lwt_eio-0.5.1.tbz"
37 checksum: [
38 "sha256=76526784787854d3bad0d64966a7351d2f303d1f795a175e0494cadfba4f6c21"
39 "sha512=ce4cca67b484869220b5e3a5f5b8ba77fc8baf4dd7bdf020eaf7bb797d6c116d7c89848c6375d03e2e437faf67e65508baee741e39c84062b69a41a1947c4448"
40 ]
41}
42x-commit-hash: "2fe4065ec4fde9a74e5cba77328360af9e1fee2c"