Skip to content

Commit 822984f

Browse files
committed
Add lwt_ppx.5.9.1 as a dependency of ocaml-qcow
Signed-off-by: Andrii Sultanov <andriy.sultanov@vates.tech> (cherry picked from commit 1413bb2)
1 parent aa409df commit 822984f

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

  • packages/lwt_ppx/lwt_ppx.5.9.1
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
opam-version: "2.0"
2+
name: "lwt_ppx"
3+
version: "5.9.1"
4+
synopsis: "PPX syntax for Lwt, providing something similar to async/await from JavaScript"
5+
maintainer: [
6+
"Raphaël Proust <code@bnwr.net>" "Anton Bachin <antonbachin@yahoo.com>"
7+
]
8+
authors: ["Jérôme Vouillon" "Jérémie Dimino"]
9+
license: "MIT"
10+
homepage: "https://github.com/ocsigen/lwt"
11+
doc: "https://ocsigen.org/lwt"
12+
bug-reports: "https://github.com/ocsigen/lwt/issues"
13+
depends: [
14+
"dune" {>= "2.7"}
15+
"ocaml" {>= "4.08"}
16+
"ppxlib" {>= "0.16.0" & < "0.36"}
17+
"ppx_let" {with-test}
18+
"lwt" {>= "5.7.0" & < "6~"}
19+
"odoc" {with-doc}
20+
]
21+
build: [
22+
["dune" "subst"] {dev}
23+
[
24+
"dune"
25+
"build"
26+
"-p"
27+
name
28+
"-j"
29+
jobs
30+
"@install"
31+
"@runtest" {with-test}
32+
"@doc" {with-doc}
33+
]
34+
]
35+
dev-repo: "git+https://github.com/ocsigen/lwt.git"
36+
url {
37+
src: "https://github.com/ocsigen/lwt/archive/refs/tags/5.9.1.tar.gz"
38+
checksum: [
39+
"md5=18742da8b8fe3618e3fa700b7a884fe7"
40+
"sha512=1c51fdb4d0856c89e2df08a1c0095ef28ebd0f613b07b03d0f66501ca5486515562071291e6d0932e57587ed0c9362c8b92c5c9eddb4d2bb2f5e129986b484a7"
41+
]
42+
}

0 commit comments

Comments
 (0)