this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis:
4 "PPX syntax for Lwt, providing something similar to async/await from JavaScript"
5maintainer: [
6 "Raphaël Proust <code@bnwr.net>" "Anton Bachin <antonbachin@yahoo.com>"
7]
8authors: ["Jérôme Vouillon" "Jérémie Dimino"]
9license: "MIT"
10homepage: "https://github.com/ocsigen/lwt"
11doc: "https://ocsigen.org/lwt"
12bug-reports: "https://github.com/ocsigen/lwt/issues"
13depends: [
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"}
19 "odoc" {with-doc}
20]
21build: [
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]
35dev-repo: "git+https://github.com/ocsigen/lwt.git"
36url {
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}