this repo has no description
1opam-version: "2.0"
2synopsis: "Console setup and uninstall executables for DkML installation"
3description:
4 "The setup and uninstall executables are responsible for launching the DkML runners."
5maintainer: "opensource+dkml@support.diskuv.com"
6authors: "Diskuv, Inc. <opensource+dkml@support.diskuv.com>"
7license: "Apache-2.0"
8homepage: "https://github.com/diskuv/dkml-install-api"
9bug-reports: "https://github.com/diskuv/dkml-install-api/issues"
10depends: [
11 "dune" {>= "3.2"}
12 "ocaml" {>= "4.08.0"}
13 "alcotest" {>= "1.4.0" & with-test}
14 "dkml-install" {= version}
15 "dkml-install-runner" {= version}
16 "diskuvbox" {>= "0.1.1"}
17 "crunch" {>= "3.3.1"}
18 "dkml-component-xx-console" {>= "0.1.1"}
19 "odoc" {with-doc}
20]
21available: os = "win32" | os = "linux" | os = "macos"
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git+https://github.com/diskuv/dkml-install-api.git"
37url {
38 src:
39 "https://github.com/diskuv/dkml-install-api/releases/download/0.5.3/src.tar.gz"
40 checksum: [
41 "md5=e61b1ab5693a4749caae1959aea6fd70"
42 "sha512=8321e92d8c204eb26da69c8b522fbcca0c38fbc61a26d1d367aad28e6c8c3d4ee8933596b9a63f8c6d6c3bbd36582292d5bfd4680906e4a2e4bef45e3f6f17aa"
43 ]
44}