this repo has no description
1opam-version: "2.0" 2maintainer: "Thomas Gazagnaire <thomas@gazagnaire.org>" 3authors: ["Daniel Bünzli" "Thomas Gazagnaire" "Nathan Rebours"] 4homepage: "https://github.com/ocamllabs/dune-release" 5license: "ISC" 6dev-repo: "git+https://github.com/ocamllabs/dune-release.git" 7bug-reports: "https://github.com/ocamllabs/dune-release/issues" 8doc: "https://ocamllabs.github.io/dune-release/" 9 10build: [ 11 ["dune" "subst"] {dev} 12 ["dune" "build" "-p" name "-j" jobs] 13 ["dune" "clean"] {with-test} 14 ["dune" "runtest" "-p" name "-j" jobs] {with-test & opam-version < "2.2"} 15] 16 17depends: [ 18 "ocaml" {>= "4.06.0"} 19 "dune" {>= "2.4.0"} 20 "curly" 21 "fmt" {>= "0.8.5"} 22 "bos" 23 "cmdliner" {< "1.1.0"} 24 "re" 25 "astring" 26 "opam-file-format" {>= "2.1.1"} 27 "opam-format" {>= "2.1.0~beta"} 28 "opam-state" {>= "2.1.0~beta"} 29 "opam-core" {>= "2.1.0~beta"} 30 "rresult" 31 "logs" 32 "odoc" 33 "alcotest" {with-test} 34 "mdx" {with-test & >= "1.6.0"} 35 "yojson" {>= "1.6.0"} 36] 37 38x-ci-accept-failures: [ 39 "centos-7" # tests require a newer version of git 40 "oraclelinux-7" # tests require a newer version of git 41] 42 43synopsis: "Release dune packages in opam" 44description: """ 45`dune-release` is a tool to streamline the release of Dune packages in 46[opam](https://opam.ocaml.org). It supports projects built 47with [Dune](https://github.com/ocaml/dune) and hosted on 48[GitHub](https://github.com). 49""" 50url { 51 src: 52 "https://github.com/ocamllabs/dune-release/releases/download/1.5.0/dune-release-1.5.0.tbz" 53 checksum: [ 54 "sha256=fb0e9f0c3469790eb3982e5f54876ed99d41927adcf8782bb478b5a93f53ced3" 55 "sha512=d6feb92dfc383db2775546f5b2fb5356923e86529af708519b975a5b0805acc33cbfdea909c3f21d8d923cfe555ca7171bd9a7ea4b535fa7fe824ac1cbed5ea2" 56 ] 57} 58x-commit-hash: "8036ace015b4fd1a87b1c3382992ff7bc361a348"