this repo has no description
1opam-version: "2.0" 2synopsis: "Common runtime code used in DKML" 3description: """\ 4Common runtime code used in DKML. 5 6This package has no dependencies and is what you should include 7in dependencies of custom OCaml compilers. 8 9The runtime code will be available in the 'lib/dkml-runtime-common-native' folder 10of your Opam switch or findlib installation. 11 12If you use opam-monorepo you should install dkml-runtime-common instead.""" 13maintainer: "opensource+diskuv-ocaml@support.diskuv.com" 14authors: "Diskuv, Inc. <opensource+diskuv-ocaml@support.diskuv.com>" 15license: "Apache-2.0" 16homepage: "https://github.com/diskuv/dkml-runtime-common" 17bug-reports: "https://github.com/diskuv/dkml-runtime-common/issues" 18build: ["sh" "tests/crossplatform-tests.sh"] {with-test & !(os = "win32")} 19install: ["sh" "./install.sh" "%{_:lib}%"] 20dev-repo: "git+https://github.com/diskuv/dkml-runtime-common.git" 21url { 22 src: 23 "https://github.com/diskuv/dkml-runtime-common/releases/download/2.0.3-r2/src.tar.gz" 24 checksum: [ 25 "md5=626bdd0ad0d40b8e159a3cbfdb5b4443" 26 "sha512=f17617d40e128a0943ed33390eb5c8bc7751d4667fbec7ef711d11433f3be3e6137e9710b0a1001ee0c5810c86fdc3b690f13a7ce252af845efea193148585fc" 27 ] 28}