Skip to content

Commit d67b377

Browse files
authored
Merge pull request #20701 from talex5/release-lwt_eio-v0.1
[new release] lwt_eio (0.1)
2 parents 66a00cc + 641b0e6 commit d67b377

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

+43
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: ["[email protected]"]
6+
authors: ["Thomas Leonard"]
7+
license: "ISC"
8+
homepage: "https://github.com/talex5/lwt_eio"
9+
bug-reports: "https://github.com/talex5/lwt_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/talex5/lwt_eio.git"
35+
url {
36+
src:
37+
"https://github.com/talex5/lwt_eio/releases/download/v0.1/lwt_eio-0.1.tbz"
38+
checksum: [
39+
"sha256=88083d134a3b9fb4070ffd11a503a75bfa4a3810221134bce3e9cd0173c7f62c"
40+
"sha512=1a4f3a4492a08527b68bfb65d3b266e1da8f5409e3d3e8d506c1f814fbc0835b6245a94bbe21c3940fc28c76d32db4038797853e53e8653d1f87ccfddbc94ce1"
41+
]
42+
}
43+
x-commit-hash: "ef43ce29ae391c04e90a708994bc278e656164bc"

0 commit comments

Comments
 (0)