this repo has no description
1opam-version: "2.0"
2maintainer: [
3 "Anton Bachin <antonbachin@yahoo.com>"
4]
5authors: [
6 "Gabriel Radanne"
7]
8homepage: "https://github.com/ocsigen/lwt"
9doc: "https://ocsigen.org/lwt/api/Ppx_lwt"
10dev-repo: "git+https://github.com/ocsigen/lwt.git"
11bug-reports: "https://github.com/ocsigen/lwt/issues"
12license: "LGPL with OpenSSL linking exception"
13
14depends: [
15 "ocaml" {>= "4.02.0"}
16 "jbuilder" {>= "1.0+beta14"}
17 "lwt"
18 "ocaml-migrate-parsetree" {< "2.0.0"}
19 "ppx_tools_versioned" {>= "5.0.1"}
20]
21build: [
22 ["jbuilder" "build" "-p" name "-j" jobs]
23]
24synopsis:
25 "PPX syntax for Lwt, providing something similar to async/await from JavaScript"
26url {
27 src: "https://github.com/ocsigen/lwt/archive/3.3.0.tar.gz"
28 checksum: [
29 "sha256=a214b07b89822bb7e0291edbba56e3fb41dbb48b2353e41a7c85c459f832d3eb"
30 "md5=47bdf4b429da94419941ebe4354f505f"
31 ]
32}