Skip to content

Commit 77c9623

Browse files
authored
Merge pull request ocaml#22496 from jonahbeckford/opam-publish-dkml-runtime-distribution.1.0.2-prerel7
Package dkml-runtime-distribution.1.0.2~prerel7
2 parents cee3f7d + 8c37ec4 commit 77c9623

File tree

1 file changed

+45
-0
lines changed
  • packages/dkml-runtime-distribution/dkml-runtime-distribution.1.0.2~prerel7

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
opam-version: "2.0"
2+
synopsis: "Scripts used by the Diskuv OCaml distribution during installation"
3+
description: """\
4+
Scripts 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)"""
8+
maintainer: "[email protected]"
9+
authors: "Diskuv, Inc. <[email protected]>"
10+
license: "Apache-2.0"
11+
homepage: "https://github.com/diskuv/dkml-runtime-distribution"
12+
bug-reports: "https://github.com/diskuv/dkml-runtime-distribution/issues"
13+
depends: [
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+
]
19+
build: [
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+
]
33+
install: [
34+
["diskuvbox" "copy-dir" "repos" "%{_:lib}%/repos"]
35+
["diskuvbox" "copy-dir" "src" "%{_:lib}%/src"]
36+
]
37+
dev-repo: "git+https://github.com/diskuv/dkml-runtime-distribution.git"
38+
url {
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+
}

0 commit comments

Comments
 (0)