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 ["dune" "subst"] 12 ["dune" "build" "-p" name "-j" jobs] 13] 14 15run-test: [ 16 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 17] 18 19depends: [ 20 "ocaml" {>= "4.06.0"} 21 "dune" 22 "fmt" {< "0.8.7"} 23 "bos" 24 "cmdliner" {< "1.1.0"} 25 "re" 26 "opam-format" 27 "opam-state" 28 "rresult" 29 "logs" 30 "odoc" 31 "alcotest" {with-test} 32] 33 34synopsis: "Release dune packages in opam" 35description: """ 36`dune-release` is a tool to streamline the release of Dune packages in 37[opam](https://opam.ocaml.org). It supports projects built 38with [Dune](https://github.com/ocaml/dune) and hosted on 39[GitHub](https://github.com). 40""" 41url { 42 src: 43 "https://github.com/samoht/dune-release/releases/download/1.0.1/dune-release-1.0.1.tbz" 44 checksum: [ 45 "sha256=965b84bd5a7110b88bd91e9084c846dfaeb8015181ea4df0faf7d0219e556f09" 46 "md5=5e02e7a2ceba200e4c2c3c2b8674a09a" 47 ] 48}