this repo has no description
1opam-version: "2.0"
2synopsis: "Release dune packages in opam"
3description: """
4`dune-release` is a tool to streamline the release of Dune packages in
5[opam](https://opam.ocaml.org). It supports projects built
6with [Dune](https://github.com/ocaml/dune) and hosted on
7[GitHub](https://github.com)."""
8maintainer: ["Nathan Rebours <nathan.p.rebours@gmail.com>"]
9authors: [
10 "Daniel Bünzli"
11 "Thomas Gazagnaire"
12 "Nathan Rebours"
13 "Guillaume Petiot"
14 "Sonja Heinze"
15]
16license: "ISC"
17homepage: "https://github.com/ocamllabs/dune-release"
18bug-reports: "https://github.com/ocamllabs/dune-release/issues"
19depends: [
20 "dune" {>= "2.7"}
21 "ocaml" {>= "4.08.0"}
22 "curly"
23 "fmt" {>= "0.8.7"}
24 "fpath" {>= "0.7.3"}
25 "bos"
26 "cmdliner" {>= "1.1.0" & < "2.0.0"}
27 "re" {>= "1.7.2"}
28 "astring"
29 "opam-file-format" {>= "2.1.2"}
30 "opam-format" {>= "2.1.0"}
31 "opam-state" {>= "2.1.0"}
32 "opam-core" {>= "2.1.0"}
33 "rresult"
34 "logs"
35 "odoc"
36 "alcotest" {with-test}
37 "yojson" {>= "1.6"}
38]
39build: [
40 ["dune" "subst"] {dev}
41 [
42 "dune"
43 "build"
44 "-p"
45 name
46 "-j"
47 jobs
48 "@install"
49 "@runtest" {with-test & opam-version < "2.2"}
50 "@doc" {with-doc}
51 ]
52]
53dev-repo: "git+https://github.com/ocamllabs/dune-release.git"
54url {
55 src:
56 "https://github.com/ocamllabs/dune-release/releases/download/1.6.2/dune-release-1.6.2.tbz"
57 checksum: [
58 "sha256=a09e522fba8d3398b3a04a6bfa74e36d3f989a6348a32ed081236c7b7c0d200e"
59 "sha512=3aba1514b46eadc76e8409b4151b110058f4b3dc600db05a35ce5fc14585cdc7c82c6a194e21046399032236b10ddba6d0dccdf0c3c85ee1e47720ce922888e4"
60 ]
61}
62x-commit-hash: "c66dd89fb3588e32dd9b064b6aef58d450c942c2"