File tree Expand file tree Collapse file tree
packages/lwt_ppx/lwt_ppx.5.9.1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments