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" "build" "-p" name "-j" jobs]
depends: [
  "ocaml" {>= "4.02.3" & < "4.06"}
  "jbuilder"
  "cppo" {build}
  "ocaml-migrate-parsetree" {build & < "2.0.0"}
  "ppx_tools_versioned"
]
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.

*Warning*: the entry point of this project is the package `dryunit`."""
url {
  src: "https://github.com/gersonmoraes/dryunit/archive/0.3.1.tar.gz"
  checksum: "md5=88de92b9868adf8d3dc138db5fa789d8"
}
