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.0/dune-release-1.3.0.tbz"
42 checksum: [
43 "sha256=e305e33413d43f77c33ac983283ef0e42f756ff12d09dad3d49e6803cc482226"
44 "sha512=9bbb2c37fab87f037de0f89e535dfeeaaefaab1306a2d6dbf041e32fed00389f8d9b97e0e680e40b30d295ad751ed5b7863eeff559219a819945116a60987f38"
45 ]
46}