opam-version: "2.0"
maintainer: "Seb Mondet <seb@mondet.org>"
authors: [
  "Isaac Hodes <isaachodes@gmail.com>"
  "B. Arman Aksoy <arman@aksoy.org>"
  "Seb Mondet <seb@mondet.org>"
  "Nick Zalutskiy <nick@const.fun>"
  "Armaël Guéneau <armael.gueneau@ens-lyon.fr>"
]
homepage: "https://github.com/hammerlab/ppx_deriving_cmdliner"
bug-reports: "https://github.com/hammerlab/ppx_deriving_cmdliner/issues"
dev-repo: "git+https://github.com/hammerlab/ppx_deriving_cmdliner.git"
doc: "http://hammerlab.github.io/ppx_deriving_cmdliner"
license: "MIT"
tags: ["syntax" "cli"]
build: [
  ["jbuilder" "subst" "-n" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]
run-test: [
  ["jbuilder" "runtest" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.03" & < "4.10"}
  "cmdliner" {>= "1.0.0"}
  "result"
  "ppx_deriving" {>= "4.0" & < "5.0"}
  "dune" {< "2.0"}
  "ocamlfind"    {build}
  "ppxfind"      {build}
  "cppo"         {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.1.tar.gz"
  checksum: "md5=5ff93ea7d67b016192cbe7a5f41853f8"
}

