Skip to content

Commit

Permalink
[new release] lwt_eio (0.3)
Browse files Browse the repository at this point in the history
CHANGES:

- Restore the old Lwt engine after finishing (@talex5 ocaml-multicore/lwt_eio#16, reported by @tmcgilchrist).

- Use `run_lwt` in documentation (@talex5 ocaml-multicore/lwt_eio#13).

- Update for Eio deprecations (@talex5 ocaml-multicore/lwt_eio#12 ocaml-multicore/lwt_eio#14).
  • Loading branch information
talex5 committed May 5, 2023
1 parent f179f89 commit 7589dfc
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions packages/lwt_eio/lwt_eio.0.3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
opam-version: "2.0"
synopsis: "Run Lwt code within Eio"
description:
"An Lwt engine that allows running Lwt within an Eio event loop."
maintainer: ["talex5@gmail.com"]
authors: ["Thomas Leonard"]
license: "ISC"
homepage: "https://github.com/ocaml-multicore/lwt_eio"
doc: "https://ocaml-multicore.github.io/lwt_eio"
bug-reports: "https://github.com/ocaml-multicore/lwt_eio/issues"
depends: [
"dune" {>= "2.9"}
"eio" {>= "0.7"}
"lwt"
"mdx" {>= "1.10.0" & with-test}
"eio_main" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://github.com/ocaml-multicore/lwt_eio.git"
url {
src:
"https://github.com/ocaml-multicore/lwt_eio/releases/download/v0.3/lwt_eio-0.3.tbz"
checksum: [
"sha256=dda4d92cef045b37c4fe5d0475766f5dbffd3813033abd3e668f64a2209d2c5f"
"sha512=885074d53b4ccc33744cc711ce74e46182a91e730dc222a7c6e08855034cd68cc2c5f4c23ac5dd19aa9d2c8948e5423abc45822d7f54a7d600fe6e0e36977322"
]
}
x-commit-hash: "3dd747acad7c9cf9c3d85a91ed2b3916d072f302"

0 comments on commit 7589dfc

Please sign in to comment.