this repo has no description
1opam-version: "2.0" 2 3synopsis: "PPX syntax for Lwt, providing something similar to async/await from JavaScript" 4 5license: "MIT" 6homepage: "https://github.com/ocsigen/lwt" 7doc: "https://ocsigen.org/lwt/api/Ppx_lwt" 8bug-reports: "https://github.com/ocsigen/lwt/issues" 9 10authors: [ 11 "Gabriel Radanne" 12] 13maintainer: [ 14 "Anton Bachin <antonbachin@yahoo.com>" 15] 16dev-repo: "git+https://github.com/ocsigen/lwt.git" 17 18depends: [ 19 "dune" {>= "1.1"} 20 "lwt" 21 "ocaml" {>= "4.02.0"} 22 "ocaml-migrate-parsetree" {>= "1.4.0" & < "2.0.0"} 23 "ppx_tools_versioned" {>= "5.2.3"} 24] 25 26build: [ 27 ["dune" "build" "-p" name "-j" jobs] 28] 29 30url { 31 src: "https://github.com/ocsigen/lwt/archive/5.0.0.tar.gz" 32 checksum: [ 33 "sha256=6a61fbc475aea34c2b80473f4f6c3bf1b98cb78ef1568735c09b85a8da971567" 34 "md5=a4ffc0e3aa692d2e7d800f4cf2dd3db0" 35 ] 36}