opam-version: "2.0" synopsis: "Scripts to configure DKML compilation in various environments" description: "Scripts to configure DKML compilation in various environments" maintainer: "opensource+diskuv-ocaml@support.diskuv.com" authors: "Diskuv, Inc. " license: "Apache-2.0" homepage: "https://github.com/diskuv/dkml-compiler" bug-reports: "https://github.com/diskuv/dkml-compiler/issues" install: [ [".\\install-env.cmd" "%{_:lib}%"] {os = "win32"} ["./install-env.sh" "%{_:lib}%"] {!(os = "win32")} ] dev-repo: "git+https://github.com/diskuv/dkml-compiler.git" url { src: "https://github.com/diskuv/dkml-compiler/releases/download/1.0.2-prerel7-r2/src.tar.gz" checksum: [ "md5=6f0301013b0e5976d3753c7a5ab54061" "sha512=40faf510a113439678ea2424905b1ad6c79c22315c23f688f6b4e685d90bc83161b6d0d74d65b6e750065a6df234ec4845b04b5352dc9fb9fb9442a10ef3bba3" ] }