this repo has no description
1opam-version: "2.0"
2synopsis: "API and registry for DkML installation components"
3description:
4 "All DkML installation components implement the interfaces exposed in this API."
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 "ppx_deriving" {>= "5.2.1"}
15 "result" {>= "1.5"}
16 "astring" {>= "0.8.5"}
17 "bos" {>= "0.2.0"}
18 "cmdliner" {>= "1.1.1"}
19 "fmt" {>= "0.8.9"}
20 "tsort" {>= "2.1.0"}
21 "diskuvbox" {>= "0.1.1" & with-test}
22 "odoc" {with-doc}
23]
24available: os = "win32" | os = "linux" | os = "macos"
25build: [
26 ["dune" "subst"] {dev}
27 [
28 "dune"
29 "build"
30 "-p"
31 name
32 "-j"
33 jobs
34 "@install"
35 "@runtest" {with-test}
36 "@doc" {with-doc}
37 ]
38]
39dev-repo: "git+https://github.com/diskuv/dkml-install-api.git"
40url {
41 src:
42 "https://github.com/diskuv/dkml-install-api/releases/download/0.5.3/src.tar.gz"
43 checksum: [
44 "md5=e61b1ab5693a4749caae1959aea6fd70"
45 "sha512=8321e92d8c204eb26da69c8b522fbcca0c38fbc61a26d1d367aad28e6c8c3d4ee8933596b9a63f8c6d6c3bbd36582292d5bfd4680906e4a2e4bef45e3f6f17aa"
46 ]
47}