this repo has no description
1opam-version: "2.0" 2maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>" 3authors: ["Daniel Bünzli" "Thomas Gazagnaire"] 4homepage: "https://github.com/samoht/dune-release" 5license: "ISC" 6dev-repo: "git+https://github.com/samoht/dune-release.git" 7bug-reports: "https://github.com/samoht/dune-release/issues" 8doc: "https://samoht.github.io/dune-release/" 9 10build: [ 11 ["jbuilder" "subst" "-p" name] {dev} 12 ["jbuilder" "build" "-p" name "-j" jobs] 13] 14 15depends: [ 16 "ocaml" {>= "4.06.0"} 17 "jbuilder" {>= "1.0+beta7"} 18 "fmt" {< "0.8.7"} 19 "bos" 20 "cmdliner" {< "1.1.0"} 21 "re" 22 "opam-format" 23 "rresult" 24 "logs" 25 "odoc" 26] 27synopsis: "Release dune packages in opam" 28description: """ 29`dune-release` is a tool to streamline the release of Dune packages in 30[opam](https://opam.ocaml.org). It supports only projects be built 31with [Dune](https://github.com/ocaml/dune) and released on 32[GitHub](https://github.com).""" 33url { 34 src: 35 "https://github.com/samoht/dune-release/releases/download/0.3.0/dune-release-0.3.0.tbz" 36 checksum: [ 37 "sha256=bd5a3ccaa09adbfc328378b123d18f5ed414812f69b3af46544a238285a6a6ec" 38 "md5=312440d610fef22c8508ecf67b0a710b" 39 ] 40}