opam-version: "2.0"
maintainer: "Hezekiah M. Carty <hez@0ok.org>"
authors: [ "Hezekiah M. Carty <hez@0ok.org>" ]
license: "MIT"
homepage: "https://github.com/hcarty/ppx_defer"
bug-reports: "https://github.com/hcarty/ppx_defer/issues"
dev-repo: "git+https://github.com/hcarty/ppx_defer.git"
tags: [ "syntax" ]
build: [
  "ocaml"
  "pkg/build.ml"
  "native=%{ocaml:native}%"
  "native-dynlink=%{ocaml:native-dynlink}%"
]
depends: [
  "ocaml" {>= "4.02.3"}
  "ppx_tools" {>= "0.99.3"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
synopsis: "A syntax extension to provide a somewhat Go-like defer"
description: """
`[%defer e1]; e2` or `[%defer.lwt e1]; e2` will defer the evaluation of `e1`
until after `e2` is evaluated."""
url {
  src: "https://github.com/hcarty/ppx_defer/archive/v0.2.0.tar.gz"
  checksum: "md5=a9505957d567684a753f661c583c2b8a"
}
