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.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 "ocamlformat" {= "0.26.0" & with-dev-setup} 40] 41conflicts: [ 42 "result" {< "1.5"} 43] 44build: [ 45 ["dune" "subst"] {dev} 46 [ 47 "dune" 48 "build" 49 "-p" 50 name 51 "-j" 52 jobs 53 "@install" 54 "@runtest" {with-test} 55 "@doc" {with-doc} 56 ] 57] 58dev-repo: "git+https://github.com/tarides/dune-release.git" 59url { 60 src: 61 "https://github.com/tarides/dune-release/releases/download/2.1.0/dune-release-2.1.0.tbz" 62 checksum: [ 63 "sha256=6e10dfff36fa9a7481e7789b6f5c9bf187f54d399512ef2b6fc2949c989e0a76" 64 "sha512=cebe8fa8d4097dbf1ac03ec910b2d9e9193ac66d0e360d4605163418fb592ca3236c422c3dea70ccdd68122a210f2ad726a3103926970aeda041bd4b48b60a27" 65 ] 66} 67x-commit-hash: "4b652ed7e8cc745d6ca5fc42851f57e1baf62603"