this repo has no description
1opam-version: "2.0" 2synopsis: 3 "PPX syntax for Lwt, providing something similar to async/await from JavaScript" 4maintainer: "Anton Bachin <antonbachin@yahoo.com>" 5authors: "Gabriel Radanne" 6license: "MIT" 7homepage: "https://github.com/ocsigen/lwt" 8doc: "https://ocsigen.org/lwt/dev/api/Ppx_lwt" 9bug-reports: "https://github.com/ocsigen/lwt/issues" 10depends: [ 11 "dune" {>= "1.8.0"} 12 "lwt" 13 "ocaml" {>= "4.02.0"} 14 "ppxlib" {>= "0.16.0" & < "0.36.0"} 15] 16build: ["dune" "build" "-p" name "-j" jobs] 17dev-repo: "git+https://github.com/ocsigen/lwt.git" 18url { 19 src: "https://github.com/ocsigen/lwt/archive/5.4.0.zip" 20 checksum: [ 21 "md5=fc4721bdb1a01225b96e3a2debde95fa" 22 "sha512=e427f08223b77f9af696c9e6f90ff68e27e02e446910ef90d3da542e7b00bf23dd191ac77c1871288faa2289f8d28fc2f44efc3d3fe9165fe1c7a6be88ee49ff" 23 ] 24}