opam-version: "2.0"
synopsis: "Release dune packages in opam"
description: """
`dune-release` is a tool to streamline the release of Dune packages in
[opam](https://opam.ocaml.org). It supports only projects be built
with [Dune](https://github.com/ocaml/dune) and released on
[GitHub](https://github.com)."""
maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>"
authors: ["Daniel Bünzli" "Thomas Gazagnaire"]
license: "ISC"
homepage: "https://github.com/samoht/dune-release"
doc: "https://samoht.github.io/dune-release/"
bug-reports: "https://github.com/samoht/dune-release/issues"
depends: [
  "ocaml" {>= "4.06.0"}
  "dune"
  "fmt" {< "0.8.7"}
  "bos"
  "cmdliner"
  "re"
  "opam-format"
  "rresult"
  "logs"
  "odoc"
  "alcotest" {with-test}
]
build: ["dune" "build" "-p" name "-j" jobs]
run-test: ["dune" "runtest" "-p" name "-j" jobs] {with-test}
dev-repo: "git+https://github.com/samoht/dune-release.git"
url {
  src:
    "https://github.com/samoht/dune-release/releases/download/1.0.0/dune-release-1.0.0.tbz"
  checksum: "md5=7bceb7ca71e4d12862473c8cbd5c189d"
}