Skip to content

Commit 1f561ab

Browse files
authored
Merge pull request ocaml#22495 from jonahbeckford/opam-publish-dkml-runtime-common.1.0.2-prerel7
Package dkml-runtime-common.1.0.2~prerel7
2 parents a670545 + da4fef5 commit 1f561ab

File tree

1 file changed

+21
-0
lines changed
  • packages/dkml-runtime-common/dkml-runtime-common.1.0.2~prerel7

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
opam-version: "2.0"
2+
synopsis: "Common runtime code used in DKML"
3+
description: "Common runtime code used in DKML"
4+
maintainer: "[email protected]"
5+
authors: "Diskuv, Inc. <[email protected]>"
6+
license: "Apache-2.0"
7+
homepage: "https://github.com/diskuv/dkml-runtime-common"
8+
bug-reports: "https://github.com/diskuv/dkml-runtime-common/issues"
9+
install: [
10+
[".\\install.cmd" "%{_:lib}%"] {os = "win32"}
11+
["./install.sh" "%{_:lib}%"] {!(os = "win32")}
12+
]
13+
dev-repo: "git+https://github.com/diskuv/dkml-runtime-common.git"
14+
url {
15+
src:
16+
"https://github.com/diskuv/dkml-runtime-common/releases/download/1.0.2-prerel7/src.tar.gz"
17+
checksum: [
18+
"md5=4fefeb6f108a3e5ed40eec10a36eb71e"
19+
"sha512=14e062803b4eb5f58a74ec2e8a59736568304e9554c32e67def7d6228fcfaef8d60d3a16c3d71971fe57887d773e33bb91f55feabc1b147fcc6f9aa077846b1c"
20+
]
21+
}

0 commit comments

Comments
 (0)