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 ["jbuilder" "subst" "-p" name] {dev}
12 ["jbuilder" "build" "-p" name "-j" jobs]
13]
14
15depends: [
16 "ocaml" {>= "4.06.0"}
17 "jbuilder" {>= "1.0+beta7"}
18 "fmt" {< "0.8.7"}
19 "bos"
20 "cmdliner" {< "1.1.0"}
21 "re"
22 "webbrowser"
23 "opam-format"
24 "rresult"
25 "logs"
26 "odoc"
27]
28synopsis: "Release dune packages in opam"
29description: """
30`dune-release` is a tool to streamline the release of Dune packages in
31[opam](https://opam.ocaml.org). It supports only projects be built
32with [Dune](https://github.com/ocaml/dune) and released on
33[GitHub](https://github.com)."""
34url {
35 src:
36 "https://github.com/samoht/dune-release/releases/download/0.2.0/dune-release-0.2.0.tbz"
37 checksum: [
38 "sha256=1278b21304da80f1d5e35579403c2923868b26361e4804c33c2d6bbdba248f98"
39 "md5=4ac74d05e38d255a86c012e149e13793"
40 ]
41}