opam-version: "2.0" maintainer: "Thomas Gazagnaire " authors: ["Daniel Bünzli" "Thomas Gazagnaire"] homepage: "https://github.com/samoht/dune-release" license: "ISC" dev-repo: "git+https://github.com/samoht/dune-release.git" bug-reports: "https://github.com/samoht/dune-release/issues" doc: "https://samoht.github.io/dune-release/" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" {>= "4.06.0"} "dune" "fmt" "bos" "cmdliner" {< "1.1.0"} "re" "opam-format" "opam-state" "opam-core" "rresult" "logs" "odoc" "alcotest" {with-test} ] 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 projects built with [Dune](https://github.com/ocaml/dune) and hosted on [GitHub](https://github.com). """ url { src: "https://github.com/samoht/dune-release/releases/download/1.2.0/dune-release-1.2.0.tbz" checksum: [ "sha256=aca8ed93a0cb471e1fb05c0d8a21bccac75b0cf3af500a4aa1a15cc787ab3cb8" "sha512=078ec548796f33d5a004d49271db43db0a3fd4eae32ae3850c0e92a0ea6a5f9f3ec8104a65179386d9d9720941859fcaa8f64422a09e3b85069dd9f6d4cc935d" ] }