-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdkml-install.opam
45 lines (45 loc) · 1.46 KB
/
dkml-install.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.5.3"
synopsis: "API and registry for DkML installation components"
description:
"All DkML installation components implement the interfaces exposed in this API."
maintainer: ["opensource+dkml@support.diskuv.com"]
authors: ["Diskuv, Inc. <opensource+dkml@support.diskuv.com>"]
license: "Apache-2.0"
homepage: "https://github.com/diskuv/dkml-install-api"
bug-reports: "https://github.com/diskuv/dkml-install-api/issues"
depends: [
"dune" {>= "3.2"}
"ocaml" {>= "4.08.0"}
"alcotest" {>= "1.4.0" & with-test}
"ppx_deriving" {>= "5.2.1"}
"result" {>= "1.5"}
"astring" {>= "0.8.5"}
"bos" {>= "0.2.0"}
"cmdliner" {>= "1.1.1"}
"fmt" {>= "0.8.9"}
"tsort" {>= "2.1.0"}
"diskuvbox" {>= "0.1.1" & with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/diskuv/dkml-install-api.git"
# Components can be assembled on any "host" build machine defined in
# https://github.com/diskuv/dkml-install-api/blob/5cfd7b57c79d990c76a9bdc8f8f0fa9f6fd5346f/runner/src/host_abi.ml
# into a installer that will run on any end-user machine defined in
# https://github.com/diskuv/dkml-install-api/blob/5cfd7b57c79d990c76a9bdc8f8f0fa9f6fd5346f/runner/src/ocaml_abi.ml
available: os = "win32" | os = "linux" | os = "macos"