this repo has no description
1opam-version: "2.0"
2synopsis: "Common runtime code used in DKML"
3description: """\
4Common runtime code used in DKML.
5
6The runtime code will be available in the 'lib/dkml-runtime-common' folder
7of your Opam switch or findlib installation."""
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-common"
12bug-reports: "https://github.com/diskuv/dkml-runtime-common/issues"
13depends: [
14 "dune" {>= "2.9"}
15]
16build: ["dune" "build" "-p" name]
17dev-repo: "git+https://github.com/diskuv/dkml-runtime-common.git"
18url {
19 src:
20 "https://github.com/diskuv/dkml-runtime-common/releases/download/2.0.3-r2/src.tar.gz"
21 checksum: [
22 "md5=626bdd0ad0d40b8e159a3cbfdb5b4443"
23 "sha512=f17617d40e128a0943ed33390eb5c8bc7751d4667fbec7ef711d11433f3be3e6137e9710b0a1001ee0c5810c86fdc3b690f13a7ce252af845efea193148585fc"
24 ]
25}