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 "webbrowser" 22 "opam-format" 23 "rresult" 24 "logs" 25 "odoc" 26 "opam-publish" {build} 27] 28synopsis: "Release dune packages in opam" 29description: """ 30`dune-release` is a tool to streamline the release of Dune packages in 31[opam](https://opam.ocaml.org). It supports only projects be built 32with [Dune](https://github.com/ocaml/dune) and released on 33[GitHub](https://github.com).""" 34url { 35 src: 36 "https://github.com/samoht/dune-release/releases/download/0.1.0/dune-release-0.1.0.tbz" 37 checksum: [ 38 "sha256=fdb66fc0003ad3b8465aea0ecd66ffda2c1f3327f014c5b9f5a6b5eb250d6c58" 39 "md5=94161a71444057bfc1ff70379a169c83" 40 ] 41}