opam-version: "2.0"
maintainer: "Isaac Hodes <isaachodes@gmail.com>"
authors: "Isaac Hodes <isaachodes@gmail.com>"
homepage: "https://github.com/hammerlab/ppx_deriving_cmdliner"
bug-reports: "https://github.com/hammerlab/ppx_deriving_cmdliner/issues"
license: "MIT"
doc: "http://hammerlab.github.io/ppx_deriving_cmdliner"
tags: ["syntax" "cli"]
dev-repo: "git+https://github.com/hammerlab/ppx_deriving_cmdliner.git"
substs: "pkg/META"
build: [
  "ocaml"
  "pkg/build.ml"
  "native=%{ocaml:native}%"
  "native-dynlink=%{ocaml:native-dynlink}%"
]
depends: [
  "ocaml" {< "4.10"}
  "cmdliner" {>= "1.0.0"}
  "result"
  "ppx_deriving" {>= "4.0" & < "4.3"}
  "ocamlfind" {build}
  "cppo" {build}
  "cppo_ocamlbuild" {build}
  "alcotest" {with-test}
  "ppx_import" {with-test & >= "1.1"}
]
synopsis: "Cmdliner.Term.t generator"
description: """
ppx_deriving_cmdliner is a ppx_deriving plugin that generates
a Cmdliner Term.t for a record type."""
url {
  src:
    "https://github.com/hammerlab/ppx_deriving_cmdliner/archive/v0.4.0.tar.gz"
  checksum: "md5=24a29008621860e05544c931b11272de"
}
