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.0.0.tar.gz" 28 checksum: [ 29 "sha256=51569cb509c1cbc2bf52e782fe0808da22d18ddb9329a066ada5113095ab238c" 30 "md5=3bbde866884e32cc7a9d9cbd1e52bde3" 31 ] 32}