Skip to content

Commit f686cf2

Browse files
committed
[new release] lwt_eio (0.1)
CHANGES: - Initial release.
1 parent 9c6e3bd commit f686cf2

File tree

1 file changed

+43
-0
lines changed
  • packages/lwt_eio/lwt_eio.0.1

1 file changed

+43
-0
lines changed

packages/lwt_eio/lwt_eio.0.1/opam

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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: ["talex5@gmail.com"]
6+
authors: ["Thomas Leonard"]
7+
license: "ISC"
8+
homepage: "https://github.com/ocaml-multicore/eio"
9+
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
10+
depends: [
11+
"dune" {>= "2.9"}
12+
"eio"
13+
"lwt"
14+
"mdx" {>= "1.10.0" & with-test}
15+
"eio_main" {with-test}
16+
"odoc" {with-doc}
17+
]
18+
build: [
19+
["dune" "subst"] {dev}
20+
[
21+
"dune"
22+
"build"
23+
"-p"
24+
name
25+
"-j"
26+
jobs
27+
"--promote-install-files=false"
28+
"@install"
29+
"@runtest" {with-test}
30+
"@doc" {with-doc}
31+
]
32+
["dune" "install" "-p" name "--create-install-files" name]
33+
]
34+
dev-repo: "git+https://github.com/ocaml-multicore/eio.git"
35+
url {
36+
src:
37+
"https://github.com/ocaml-multicore/eio/releases/download/v0.1/lwt_eio-0.1.tbz"
38+
checksum: [
39+
"sha256=48fc4fdc908258c35fe38b6befb1d76ddaa9706e2b66c44eb22fdb87622845b6"
40+
"sha512=ce583d32ab4d014e7e7113e71d65ce533f0d8d8d854d65ada098b00a3e2206b5721cfcacca7b9ad531e91d674bf12b1d7441d5aeb7ae8a8a5c38c1193517c4b7"
41+
]
42+
}
43+
x-commit-hash: "96ed29aabe8adf1e9d12cb409ebd821b5f87fe17"

0 commit comments

Comments
 (0)