this repo has no description
1opam-version: "2.0" 2synopsis: "Scripts to configure DKML compilation in various environments" 3description: "Scripts to configure DKML compilation in various environments" 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-compiler" 8bug-reports: "https://github.com/diskuv/dkml-compiler/issues" 9install: [ 10 [".\\install-env.cmd" "%{_:lib}%"] {os = "win32"} 11 ["./install-env.sh" "%{_:lib}%"] {!(os = "win32")} 12] 13dev-repo: "git+https://github.com/diskuv/dkml-compiler.git" 14url { 15 src: 16 "https://github.com/diskuv/dkml-compiler/releases/download/1.0.2-prerel7-r2/src.tar.gz" 17 checksum: [ 18 "md5=6f0301013b0e5976d3753c7a5ab54061" 19 "sha512=40faf510a113439678ea2424905b1ad6c79c22315c23f688f6b4e685d90bc83161b6d0d74d65b6e750065a6df234ec4845b04b5352dc9fb9fb9442a10ef3bba3" 20 ] 21}