opam-version: "2.0"
maintainer: "gerson.xp@gmail.com"
authors: "Gerson Moraes"
homepage: "https://github.com/gersonmoraes/dryunit"
bug-reports: "https://github.com/gersonmoraes/dryunit"
dev-repo: "git+https://github.com/gersonmoraes/dryunit.git"
build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.02.3" & < "4.06"}
  "jbuilder"
  "ppx_dryunit"
  "cmdliner" {>= "1.0.2"}
]
synopsis: "A detection tool for traditional unit testing in OCaml"
description:
  "Dryunit is a small command line tool and a ppx that detects your unit tests and auto-generate the correspondent bootstrap code on the fly in your build directory. As a result, you get to use plain old OCaml and all the tooling you already use."
url {
  src: "https://github.com/gersonmoraes/dryunit/archive/0.3.1.tar.gz"
  checksum: "md5=88de92b9868adf8d3dc138db5fa789d8"
}
