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"
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.2/dune-release-1.3.2.tbz"
42 checksum: [
43 "sha256=9876ecddaa6cf13cbd07356039845ea84d4a2900f09a332ed66b8c47cd2be4c7"
44 "sha512=156e95178c2a6f2ebf94fc4d425df237434f88ab0382b33e1e9f334509c962b85591014e34bed992275080cfd522454eef160d7ecd6975cb611de6a8ca6edb47"
45 ]
46}