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"
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.2.1.tar.gz"
28 checksum: [
29 "sha256=4bc15cd672d7a5d29376e774b479c23dd24020f70431c80ae5db3b77f333c652"
30 "md5=13613bbf6b27d198bafcbd9b253a0076"
31 ]
32}