-
Notifications
You must be signed in to change notification settings - Fork 1
/
dkml-workflows.opam
28 lines (28 loc) · 1.02 KB
/
dkml-workflows.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2.1.3"
synopsis:
"GitLab CI/CD and GitHub Action workflows used by and with DkML tooling"
description:
"GitLab CI/CD and GitHub Action workflows used by and with DkML tooling."
maintainer: ["[email protected]"]
authors: ["Diskuv, Inc. <[email protected]>"]
license: "Apache-2.0"
homepage: "https://github.com/diskuv/dkml-workflows"
bug-reports: "https://github.com/diskuv/dkml-workflows/issues"
depends: [
"dune" {>= "3.0"}
"astring" {>= "0.8.5"}
"bos" {>= "0.2.1"}
"crunch" {>= "3.3.1"}
"jingoo" {>= "1.4.4"}
"uutf" {>= "1.0.3"}
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/diskuv/dkml-workflows.git"
# Until Dune 3+ the auto-generated '.opam' will have an invalid ["dune" "install" ...] step
# that messes up with cross-compilation. Customized it to remove it.
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc}]
]