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