this repo has no description

[new release] lwt_eio (0.5.1)

CHANGES:

- Update tests for new MDX output (@talex5 ocaml-multicore/lwt_eio#27).

- Link to ICFP tutorial from README (@talex5 ocaml-multicore/lwt_eio#26).

Changed files
+42
packages
lwt_eio
lwt_eio.0.5.1
+42
packages/lwt_eio/lwt_eio.0.5.1/opam
···
+
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" {>= "3.8"}
+
"eio" {>= "0.13"}
+
"lwt" {>= "5.7.0"}
+
"mdx" {>= "1.10.0" & with-test}
+
"eio_main" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/ocaml-multicore/lwt_eio.git"
+
url {
+
src:
+
"https://github.com/ocaml-multicore/lwt_eio/releases/download/v0.5.1/lwt_eio-0.5.1.tbz"
+
checksum: [
+
"sha256=76526784787854d3bad0d64966a7351d2f303d1f795a175e0494cadfba4f6c21"
+
"sha512=ce4cca67b484869220b5e3a5f5b8ba77fc8baf4dd7bdf020eaf7bb797d6c116d7c89848c6375d03e2e437faf67e65508baee741e39c84062b69a41a1947c4448"
+
]
+
}
+
x-commit-hash: "2fe4065ec4fde9a74e5cba77328360af9e1fee2c"