opam-version: "2.0"
maintainer: "michipili@gmail.com"
authors: "Michael Grünewald"
license: "CeCILL-B"
homepage: "https://github.com/michipili/broken"
bug-reports: "https://github.com/michipili/broken/issues"
dev-repo: "git+https://github.com/michipili/broken.git"
tags: [
  "test"
  "unit"
  "application"
]
build: [
  ["./configure" "--prefix" prefix]
  [conf-bmake:path "-I%{bsdowl:share}%" "all"]
]
install: [
  [conf-bmake:path "-I%{bsdowl:share}%" "install"]
]
remove: [
  ["ocamlfind" "remove" "broken"]
  ["rm" "-rf" "%{share}%/doc/broken"]
]
depends: [
  "ocaml" {>= "4.00.0"}
  "ocamlfind"
  "base-unix"
  "bsdowl" {>= "3.0.0"}
  "conf-bmake"
  "conf-cpio"
]
synopsis: "The Broken package is a simple testsuite framework."
description: "WWW: https://github.com/michipili/broken"
flags: light-uninstall
url {
  src:
    "https://github.com/michipili/broken/releases/download/v0.4.2/broken-0.4.2.tar.xz"
  checksum: "md5=bfe86ff5f38631dfa643e98e02793d05"
}
