this repo has no description
1opam-version: "2.0"
2synopsis:
3 "Console setup and uninstall executables for Diskuv OCaml (DKML) installation"
4description:
5 "The setup and uninstall executables are responsible for launching the DKML runners."
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-install-api"
10bug-reports: "https://github.com/diskuv/dkml-install-api/issues"
11depends: [
12 "alcotest" {>= "1.4.0" & with-test}
13 "odoc" {>= "1.5.3" & with-doc}
14 "dkml-install" {= version}
15 "dkml-install-runner" {= version}
16 "dune" {>= "2.9"}
17 "diskuvbox" {>= "0.1.1"}
18 "crunch" {>= "3.3.1"}
19 "dkml-component-xx-console" {>= "0.1.1"}
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 "--promote-install-files=false"
32 "@install"
33 "@runtest" {with-test}
34 "@doc" {with-doc}
35 ]
36 ["dune" "install" "-p" name "--create-install-files" name]
37]
38dev-repo: "git+https://github.com/diskuv/dkml-install-api.git"
39url {
40 src:
41 "https://github.com/diskuv/dkml-install-api/releases/download/0.4.0/dkml-install-api-0.4.0.tar.gz"
42 checksum: [
43 "md5=1b3f42a06b0643eb502e6f65d1769b98"
44 "sha512=55d47cb8c570f3e9fbdb5f4f7960c86fbe357df6c5364c82c9eb326150693fa1dbffe3fa3f5682e355f770c5f3c53bd7ce88ec1d1d9eefecceb8f44ed8b1d326"
45 ]
46}