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-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.0/dune-release-1.6.0.tbz" 57 checksum: [ 58 "sha256=0e1b70588290015fd15f94f777ae6e48f32a0b9201fe1af71ae3d4c687ca591e" 59 "sha512=d8a2e1db19e50f0e8e6876c2006cca370de0d5f0b2e4566888e3eb52afab75087ab6f37762e9ebf783d3dcdcd9dfd7eae34fe5fd749402be84f330de20665db3" 60 ] 61} 62x-commit-hash: "497e0bdb8ae3802218b50e97b6abfc4ab5738257"