this repo has no description
1opam-version: "2.0"
2synopsis:
3 "GitLab CI/CD and GitHub Action workflows used by and with Diskuv OCaml (DKML) tooling"
4description:
5 "GitLab CI/CD and GitHub Action workflows used by and with Diskuv OCaml (DKML) tooling."
6maintainer: ["opensource+diskuv-ocaml@support.diskuv.com"]
7authors: ["Diskuv, Inc. <opensource+diskuv-ocaml@support.diskuv.com>"]
8license: "Apache-2.0"
9homepage: "https://github.com/diskuv/dkml-workflows"
10bug-reports: "https://github.com/diskuv/dkml-workflows/issues"
11depends: [
12 "dune" {>= "2.9"}
13 "astring" {>= "0.8.5"}
14 "bos" {>= "0.2.1"}
15 "crunch" {>= "3.2.0"}
16 "jingoo" {>= "1.4.4"}
17 "uutf" {>= "1.0.3"}
18 "odoc" {with-doc}
19]
20dev-repo: "git+https://github.com/diskuv/dkml-workflows.git"
21# Until Dune 3+ the auto-generated '.opam' will have an invalid ["dune" "install" ...] step
22# that messes up with cross-compilation. Customized it to remove it.
23build: [
24 ["dune" "subst"] {dev}
25 ["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc}]
26]
27url {
28 src:
29 "https://github.com/diskuv/dkml-workflows/releases/download/1.1.0/dkml-workflows-1.1.0.tbz"
30 checksum: [
31 "sha256=7e2e96fe13c0c9419c2304beda22361b8a3820a9b0757d03490720f16ae312b7"
32 "sha512=38ef672c6bcd16afbde4e058dae6c4f0584e6e192269497568c0ed3a54d6a0b3fa04905812819b8746b741f80dccdd37b159337a059a829169fa00f4db52df09"
33 ]
34}
35x-commit-hash: "bf92f534506340d62055b5d24e04b94dfb07693f"