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"] {dev} 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 "opam-core" 26 "rresult" 27 "logs" 28 "odoc" 29 "alcotest" {with-test} 30] 31 32synopsis: "Release dune packages in opam" 33description: """ 34`dune-release` is a tool to streamline the release of Dune packages in 35[opam](https://opam.ocaml.org). It supports projects built 36with [Dune](https://github.com/ocaml/dune) and hosted on 37[GitHub](https://github.com). 38""" 39url { 40 src: 41 "https://github.com/samoht/dune-release/releases/download/1.2.0/dune-release-1.2.0.tbz" 42 checksum: [ 43 "sha256=aca8ed93a0cb471e1fb05c0d8a21bccac75b0cf3af500a4aa1a15cc787ab3cb8" 44 "sha512=078ec548796f33d5a004d49271db43db0a3fd4eae32ae3850c0e92a0ea6a5f9f3ec8104a65179386d9d9720941859fcaa8f64422a09e3b85069dd9f6d4cc935d" 45 ] 46}