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" {>= "1.2.0"} 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.3/dune-release-1.3.3.tbz" 42 checksum: [ 43 "sha256=8bfe323ed5165b3ba6476dba750b070784d65c9c25727450cc638800e57e1513" 44 "sha512=615f2da22c071f998244a9ec695006e576b3b2c947e2eafe3a4b13e0fc8f4b94cf24b0edaeefc0de07918e7bb37aebede3873ab355e90823e13172d203784043" 45 ] 46}