this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25367 from talex5/release-lwt_eio-v0.5.1

[new release] lwt_eio (0.5.1)

authored by

Marcello Seri and committed by
GitHub
3139bb13 db540798

+42
+42
packages/lwt_eio/lwt_eio.0.5.1/opam
··· 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/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.13"} 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.5.1/lwt_eio-0.5.1.tbz" 37 + checksum: [ 38 + "sha256=76526784787854d3bad0d64966a7351d2f303d1f795a175e0494cadfba4f6c21" 39 + "sha512=ce4cca67b484869220b5e3a5f5b8ba77fc8baf4dd7bdf020eaf7bb797d6c116d7c89848c6375d03e2e437faf67e65508baee741e39c84062b69a41a1947c4448" 40 + ] 41 + } 42 + x-commit-hash: "2fe4065ec4fde9a74e5cba77328360af9e1fee2c"