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/tarides/dune-release"
18bug-reports: "https://github.com/tarides/dune-release/issues"
19depends: [
20 "ocaml" {>= "4.08.0"}
21 "dune" {>= "2.7"}
22 "dune" {>= "3.8" & < "3.14" & with-test}
23 "curly" {>= "0.3.0"}
24 "fmt" {>= "0.8.7"}
25 "fpath" {>= "0.7.3"}
26 "bos" {>= "0.1.3"}
27 "cmdliner" {>= "1.1.0" & < "2.0.0"}
28 "re" {>= "1.7.2"}
29 "astring"
30 "opam-file-format" {>= "2.1.2"}
31 "opam-format" {>= "2.1.0"}
32 "opam-state" {>= "2.1.0"}
33 "opam-core" {>= "2.1.0"}
34 "rresult" {>= "0.6.0"}
35 "logs"
36 "odoc"
37 "alcotest" {with-test}
38 "yojson" {>= "1.6"}
39]
40conflicts: [
41 "result" {< "1.5"}
42]
43build: [
44 ["dune" "subst"] {dev}
45 [
46 "dune"
47 "build"
48 "-p"
49 name
50 "-j"
51 jobs
52 "@install"
53 "@runtest" {with-test}
54 "@doc" {with-doc}
55 ]
56]
57dev-repo: "git+https://github.com/tarides/dune-release.git"
58url {
59 src:
60 "https://github.com/tarides/dune-release/releases/download/2.0.0/dune-release-2.0.0.tbz"
61 checksum: [
62 "sha256=bbc4e06a87836832de9eedecd4a9bf2a1f3958732dbd4cbb0bb43e398e7cf12b"
63 "sha512=d2b93d478d459f7cc1657bd5c93b3495297c95dd9a32b6ef43d3778c7a1e9ee34b5131bf813809299f36f97315cd5f8361a2ff7d565f8b4ada26c7337ed67b81"
64 ]
65}
66x-commit-hash: "d47afb2b640769f7dbe1cd1c4cfff3f2c9e675f0"