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) will defer the evaluation of `e1` until after `e2` is
evaluated."""
url {
  src: "https://github.com/hcarty/ppx_defer/archive/v0.1.0.tar.gz"
  checksum: "md5=010ce32e79ef4ff23025fc2aac4ce721"
}
