this repo has no description
1opam-version: "2.0" 2maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>" 3authors: ["Daniel Bünzli" "Thomas Gazagnaire" "Nathan Rebours"] 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" {>= "0.8.4"} 20 "bos" 21 "cmdliner" {< "1.1.0"} 22 "re" {>= "1.7.2"} 23 "opam-format" 24 "opam-state" 25 "opam-core" 26 "rresult" {< "0.7.0"} 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.3.1/dune-release-1.3.1.tbz" 42 checksum: [ 43 "sha256=4424555fda41b331f785f9aba9a79e57153f100a1ccfd9a698f996e580a943f1" 44 "sha512=2550d08058670766b9f893c6497bd5c9818b7f3c446662fdcff8d7d29ec3d0166ba64fa631e929a4cff86276d8126b8cd694079ecc5a88305b0376be91822192" 45 ] 46}