opam-version: "2.0"
synopsis: "Derivates cmdliner terms from type definitions"
description:
  "This PPX gives to your program a nice CLI using simple type annotations"
maintainer: "Julien Blond <julien.blond@gmail.com>"
authors: "Julien Blond <julien.blond@gmail.com>"
license: "Apache 2.0"
homepage: "https://github.com/Ninjapouet/clim"
bug-reports: "https://github.com/Ninjapouet/clim/issues"
depends: [
  "dune" {>= "2.7"}
  "clim" {= "0.3.0"}
  "ppxlib" {>= "0.14.0" & < "0.18.0"}
  "fmt" {>= "0.8.8"}
  "cmdliner" {>= "1.0.4"}
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/Ninjapouet/clim.git"
url {
  src: "https://github.com/Ninjapouet/clim/archive/0.3.0.tar.gz"
  checksum: [
    "md5=ae7eafe6c0eeac8a3b5288aa809ffd48"
    "sha512=5e5636385f455eb71934b7aa810089d1748fbacd463451e9032a7fb1f8a86a4eaf9ec327119c663f0230ee38ef4983a01c63e138f4172459c92b41f39ad1960a"
 ]
}
