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.1/dune-release-1.6.1.tbz" 57 checksum: [ 58 "sha256=2af62ecb4b06ce3cd5a588b0a08f105cebeb1d8df58fc67036178f1544ceb763" 59 "sha512=66cd70f33c71f1670ae39c6cea5e81b8c404ed9351b0d02e6a8248587cf4976f42c79e3d720c00eb5e716ed227dde854a9d7e4b0f9e3eac32f5edc33f94ffc54" 60 ] 61} 62x-commit-hash: "55f78718b7374e7f9bceb110e99be1ca7cbcecd0"