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.0.tar.gz" 28 checksum: [ 29 "sha256=24ce70284eb229df2588ea1cd4eb27f774475402f9d3c5a5a5781485c6140b23" 30 "md5=cf4256845e18c4d0f39afa7b32b3d6fe" 31 ] 32}