this repo has no description
1opam-version: "2.0"
2synopsis: "Runner executable for DkML installation"
3description:
4 "The runner executable is responsible for loading and running all DkML installation components."
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" {>= "2.9"}
12 "alcotest" {>= "1.4.0" & with-test}
13 "dkml-install" {= version}
14 "ppx_expect" {>= "v0.14.1"}
15 "astring" {>= "0.8.5"}
16 "bos" {>= "0.2.0"}
17 "cmdliner" {>= "1.1.1" & < "2.0.0"}
18 "fmt" {>= "0.8.9"}
19 "logs" {>= "0.7.0"}
20 "diskuvbox" {>= "0.1.1"}
21 "odoc" {with-doc}
22]
23available: os = "win32" | os = "linux" | os = "macos"
24build: [
25 ["dune" "subst"] {dev}
26 [
27 "dune"
28 "build"
29 "-p"
30 name
31 "-j"
32 jobs
33 "--promote-install-files=false"
34 "@install"
35 "@runtest" {with-test}
36 "@doc" {with-doc}
37 ]
38 ["dune" "install" "-p" name "--create-install-files" name]
39]
40dev-repo: "git+https://github.com/diskuv/dkml-install-api.git"
41url {
42 src:
43 "https://github.com/diskuv/dkml-install-api/releases/download/0.5.2/dkml-install-0.5.2.tbz"
44 checksum: [
45 "md5=5b294da54e4474f8d260c7190fec8c85"
46 "sha512=33274eafb995b4ba9d1bdb05e63b466e621255155fe5c6df7f368b086e6658634eff07079a51c0501cd1ab6817ba637f3222a00e146b8c360e24b7488ca66b63"
47 ]
48}