Skip to content

Commit 30488ae

Browse files
authored
Merge pull request ocaml#24304 from talex5/release-lwt_eio-v0.4
[new release] lwt_eio (0.4)
2 parents ccd3d94 + e5512dd commit 30488ae

File tree

1 file changed

+42
-0
lines changed
  • packages/lwt_eio/lwt_eio.0.4

1 file changed

+42
-0
lines changed

packages/lwt_eio/lwt_eio.0.4/opam

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
opam-version: "2.0"
2+
synopsis: "Run Lwt code within Eio"
3+
description:
4+
"An Lwt engine that allows running Lwt within an Eio event loop."
5+
maintainer: ["[email protected]"]
6+
authors: ["Thomas Leonard"]
7+
license: "ISC"
8+
homepage: "https://github.com/ocaml-multicore/lwt_eio"
9+
doc: "https://ocaml-multicore.github.io/lwt_eio"
10+
bug-reports: "https://github.com/ocaml-multicore/lwt_eio/issues"
11+
depends: [
12+
"dune" {>= "3.8"}
13+
"eio" {>= "0.11"}
14+
"lwt" {>= "5.7.0"}
15+
"mdx" {>= "1.10.0" & with-test}
16+
"eio_main" {with-test}
17+
"odoc" {with-doc}
18+
]
19+
build: [
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+
]
33+
dev-repo: "git+https://github.com/ocaml-multicore/lwt_eio.git"
34+
url {
35+
src:
36+
"https://github.com/ocaml-multicore/lwt_eio/releases/download/v0.4/lwt_eio-0.4.tbz"
37+
checksum: [
38+
"sha256=cab13f499bbe070ba08ccae575a2dd6b9d8338668519b5fd16bc718bc0764065"
39+
"sha512=52ed4f029ed813c82ae50e3a27799c6d9b3859bdfd2cf389f68afae939422cd328395c5e1301c0fbf3c8cd637dd1f87485b8ebac337c582e6acf0dca222e28b9"
40+
]
41+
}
42+
x-commit-hash: "8279f4cc89046315d244780fde3b149bed8b250f"

0 commit comments

Comments
 (0)