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.2" & < "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.2/lwt_eio-0.2.tbz"
39 checksum: [
40 "sha256=569e0c4aca057eeed2d2c272642baf16cb7a7266a5c197bdfa2f33e84e8ed4e4"
41 "sha512=e7534a9810fbdf12bc36bc67c885e45bf0ad19cbbf9df435b08c0ba6188ad8e52642d6a10b570a762e07756ac393fe5c5e337d5bccec4fb517415c7609e00b6a"
42 ]
43}
44x-commit-hash: "7e8a11e412261695f4c3c46d6468502057965c1a"