this repo has no description
1opam-version: "2.0"
2synopsis: "Scripts used by the Diskuv OCaml distribution during installation"
3description: """\
4Scripts used by the Diskuv OCaml distribution during the installation of:
5* a local project (ie. a Opam switch created with `opam dkml init`)
6* a user profile (ex. OCaml binaries installed within the user's home directory)
7* a machine (ex. system or Administrator assembly/C compilers)"""
8maintainer: "opensource+diskuv-ocaml@support.diskuv.com"
9authors: "Diskuv, Inc. <opensource+diskuv-ocaml@support.diskuv.com>"
10license: "Apache-2.0"
11homepage: "https://github.com/diskuv/dkml-runtime-distribution"
12bug-reports: "https://github.com/diskuv/dkml-runtime-distribution/issues"
13depends: [
14 "dune" {>= "2.9"}
15 "ocaml" {>= "4.12.1~" & < "4.12.2~" | >= "4.13.1~" & < "4.13.2~"}
16 "diskuvbox" {>= "0.1.0" & build}
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33install: [
34 ["diskuvbox" "copy-dir" "repos" "%{_:lib}%/repos"]
35 ["diskuvbox" "copy-dir" "src" "%{_:lib}%/src"]
36]
37dev-repo: "git+https://github.com/diskuv/dkml-runtime-distribution.git"
38url {
39 src:
40 "https://github.com/diskuv/dkml-runtime-distribution/releases/download/1.0.2-prerel7_r2/src.tar.gz"
41 checksum: [
42 "md5=630228247651bcc0e3c82e899777b536"
43 "sha512=2cd1c4cacefce80ba6fdc6b366dc77f8ab60c71c6bd89e523e9ae73b1d083953fd3aa1ad6e3b8372fb37dc670a4340fc78b914589c2ff1bc0ba2adad7abe7e5c"
44 ]
45}