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.06.0"}
22 "curly"
23 "fmt" {>= "0.8.7"}
24 "fpath" {>= "0.7.3"}
25 "bos"
26 "cmdliner" {< "1.1.0"}
27 "re" {>= "1.7.2"}
28 "astring"
29 "opam-format" {>= "2.1.0~beta"}
30 "opam-state" {>= "2.1.0~beta"}
31 "opam-core" {>= "2.1.0~beta"}
32 "rresult"
33 "logs"
34 "odoc"
35 "alcotest" {with-test}
36 "mdx" {with-test & >= "1.6.0"}
37 "yojson" {>= "1.6"}
38]
39conflicts: [
40 "opam-file-format" {< "2.1.1"}
41]
42build: [
43 ["dune" "subst"] {dev}
44 [
45 "dune"
46 "build"
47 "-p"
48 name
49 "-j"
50 jobs
51 "@install"
52 "@runtest" {with-test & opam-version < "2.2"}
53 "@doc" {with-doc}
54 ]
55]
56dev-repo: "git+https://github.com/ocamllabs/dune-release.git"
57url {
58 src:
59 "https://github.com/ocamllabs/dune-release/releases/download/1.5.1/dune-release-1.5.1.tbz"
60 checksum: [
61 "sha256=0fbaddaa0b4c3d3408e412ae086c690d497749145ae54ba3d28e53291258eba7"
62 "sha512=60b1504a1a608a4cab8194902e7316d8e975cdd4863af3a7766d71483a4d5b33290313d770d12a3d6f6fe26b76d6f124460522dd139d4424e6fc00071a75f634"
63 ]
64}
65x-commit-hash: "8018c58fee0a34ad3e8187ba07f4ec15b6a117f3"