File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
packages/dkml-runtime-common/dkml-runtime-common.1.0.2~prerel7 Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Common runtime code used in DKML"
3+ description: "Common runtime code used in DKML"
4+ 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+ }
You can’t perform that action at this time.
0 commit comments