opam-version: "2.0"

synopsis: "PPX syntax for Lwt, providing something similar to async/await from JavaScript"

license: "MIT"
homepage: "https://github.com/ocsigen/lwt"
doc: "https://ocsigen.org/lwt/api/Ppx_lwt"
bug-reports: "https://github.com/ocsigen/lwt/issues"

authors: [
  "Gabriel Radanne"
]
maintainer: [
  "Anton Bachin <antonbachin@yahoo.com>"
]
dev-repo: "git+https://github.com/ocsigen/lwt.git"

depends: [
  "dune"
  "lwt"
  "ocaml" {>= "4.02.0"}
  "ocaml-migrate-parsetree" {>= "1.4.0" & < "2.0.0"}
  "ppx_tools_versioned" {>= "5.2.3"}
]

build: [
  ["dune" "build" "-p" name "-j" jobs]
]

url {
  src: "https://github.com/ocsigen/lwt/archive/4.4.0.tar.gz"
  checksum: "md5=8bfc70c2944020fa08dd04877747f5f9"
}
