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: [ ["jbuilder" "subst" "-p" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.06.0"} "jbuilder" {>= "1.0+beta7"} "fmt" {< "0.8.7"} "bos" "cmdliner" {< "1.1.0"} "re" "opam-format" "rresult" "logs" "odoc" ] 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).""" url { src: "https://github.com/samoht/dune-release/releases/download/0.3.0/dune-release-0.3.0.tbz" checksum: [ "sha256=bd5a3ccaa09adbfc328378b123d18f5ed414812f69b3af46544a238285a6a6ec" "md5=312440d610fef22c8508ecf67b0a710b" ] }