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/4.1.0.tar.gz"
28 checksum: [
29 "sha256=974e941f0e9c63200935ebd5e6bd4be5acde3ad1fd067fb7ebe54db952001056"
30 "md5=e919bee206f18b3d49250ecf9584fde7"
31 ]
32}