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/talex5/lwt_eio"
9bug-reports: "https://github.com/talex5/lwt_eio/issues"
10depends: [
11 "ocaml"
12 "dune" {>= "2.9"}
13 "eio" {< "0.10"}
14 "lwt"
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 "--promote-install-files=false"
29 "@install"
30 "@runtest" {with-test & ocaml:version < "5.0"}
31 "@doc" {with-doc}
32 ]
33 ["dune" "install" "-p" name "--create-install-files" name]
34]
35dev-repo: "git+https://github.com/talex5/lwt_eio.git"
36url {
37 src:
38 "https://github.com/ocaml-multicore/lwt_eio/releases/download/v0.1/lwt_eio-0.1.tbz"
39 checksum: [
40 "sha256=88083d134a3b9fb4070ffd11a503a75bfa4a3810221134bce3e9cd0173c7f62c"
41 "sha512=1a4f3a4492a08527b68bfb65d3b266e1da8f5409e3d3e8d506c1f814fbc0835b6245a94bbe21c3940fc28c76d32db4038797853e53e8653d1f87ccfddbc94ce1"
42 ]
43}
44x-commit-hash: "ef43ce29ae391c04e90a708994bc278e656164bc"