opam-version: "2.0" maintainer: [ "Anton Bachin " ] authors: [ "Gabriel Radanne" ] homepage: "https://github.com/ocsigen/lwt" doc: "https://ocsigen.org/lwt/api/Ppx_lwt" dev-repo: "git+https://github.com/ocsigen/lwt.git" bug-reports: "https://github.com/ocsigen/lwt/issues" license: "LGPL with OpenSSL linking exception" depends: [ "ocaml" {>= "4.02.0"} "jbuilder" {>= "1.0+beta14"} "lwt" "ocaml-migrate-parsetree" {< "2.0.0"} "ppx_tools_versioned" {>= "5.0.1"} ] build: [ ["jbuilder" "build" "-p" name "-j" jobs] ] synopsis: "PPX syntax for Lwt, providing something similar to async/await from JavaScript" url { src: "https://github.com/ocsigen/lwt/archive/4.0.0.tar.gz" checksum: [ "sha256=51569cb509c1cbc2bf52e782fe0808da22d18ddb9329a066ada5113095ab238c" "md5=3bbde866884e32cc7a9d9cbd1e52bde3" ] }