this repo has no description
1opam-version: "2.0"
2synopsis: "Common runtime code used in DKML"
3description: "Common runtime code used in DKML"
4maintainer: "opensource+diskuv-ocaml@support.diskuv.com"
5authors: "Diskuv, Inc. <opensource+diskuv-ocaml@support.diskuv.com>"
6license: "Apache-2.0"
7homepage: "https://github.com/diskuv/dkml-runtime-common"
8bug-reports: "https://github.com/diskuv/dkml-runtime-common/issues"
9install: [
10 [".\\install.cmd" "%{_:lib}%"] {os = "win32"}
11 ["./install.sh" "%{_:lib}%"] {!(os = "win32")}
12]
13dev-repo: "git+https://github.com/diskuv/dkml-runtime-common.git"
14url {
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}