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" {>= "2.9"}
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 "--promote-install-files=false"
35 "@install"
36 "@runtest" {with-test}
37 "@doc" {with-doc}
38 ]
39 ["dune" "install" "-p" name "--create-install-files" name]
40]
41dev-repo: "git+https://github.com/diskuv/dkml-install-api.git"
42url {
43 src:
44 "https://github.com/diskuv/dkml-install-api/releases/download/0.5.1/src.tar.gz"
45 checksum: [
46 "md5=4636532b5971d7aa058b492448b02908"
47 "sha512=66e28e6c47b3de638601f0002289849d9af6bcbb9a2eb816d1dfe640bf3e5a350ad16b99d88b474b7be2482de480b5dd1fad4dbf87c702ee421bc033a3ca1327"
48 ]
49}