this repo has no description
1opam-version: "2.0" 2synopsis: "Runner executable for DkML installation" 3description: 4 "The runner executable is responsible for loading and running all DkML installation components." 5maintainer: "opensource+dkml@support.diskuv.com" 6authors: "Diskuv, Inc. <opensource+dkml@support.diskuv.com>" 7license: "Apache-2.0" 8homepage: "https://github.com/diskuv/dkml-install-api" 9bug-reports: "https://github.com/diskuv/dkml-install-api/issues" 10depends: [ 11 "dune" {>= "3.2"} 12 "ocaml" {>= "4.08.0"} 13 "alcotest" {>= "1.4.0" & with-test} 14 "dkml-install" {= version} 15 "astring" {>= "0.8.5"} 16 "bos" {>= "0.2.0"} 17 "cmdliner" {>= "1.1.1" & < "2.0.0"} 18 "fmt" {>= "0.8.9"} 19 "logs" {>= "0.7.0"} 20 "diskuvbox" {>= "0.1.1"} 21 "odoc" {with-doc} 22] 23available: os = "win32" | os = "linux" | os = "macos" 24build: [ 25 ["dune" "subst"] {dev} 26 [ 27 "dune" 28 "build" 29 "-p" 30 name 31 "-j" 32 jobs 33 "@install" 34 "@runtest" {with-test} 35 "@doc" {with-doc} 36 ] 37] 38dev-repo: "git+https://github.com/diskuv/dkml-install-api.git" 39url { 40 src: 41 "https://github.com/diskuv/dkml-install-api/releases/download/0.5.3/src.tar.gz" 42 checksum: [ 43 "md5=e61b1ab5693a4749caae1959aea6fd70" 44 "sha512=8321e92d8c204eb26da69c8b522fbcca0c38fbc61a26d1d367aad28e6c8c3d4ee8933596b9a63f8c6d6c3bbd36582292d5bfd4680906e4a2e4bef45e3f6f17aa" 45 ] 46}