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