this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Console setup and uninstall executables for Diskuv OCaml (DKML) installation" 4description: 5 "The setup and uninstall executables are responsible for launching the DKML runners." 6maintainer: ["opensource+diskuv-ocaml@support.diskuv.com"] 7authors: ["Diskuv, Inc. <opensource+diskuv-ocaml@support.diskuv.com>"] 8license: "Apache-2.0" 9homepage: "https://github.com/diskuv/dkml-install-api" 10bug-reports: "https://github.com/diskuv/dkml-install-api/issues" 11# Components can be assembled on any "host" build machine defined in 12# https://github.com/diskuv/dkml-install-api/blob/5cfd7b57c79d990c76a9bdc8f8f0fa9f6fd5346f/runner/src/host_abi.ml 13# into a installer that will run on any end-user machine defined in 14# https://github.com/diskuv/dkml-install-api/blob/5cfd7b57c79d990c76a9bdc8f8f0fa9f6fd5346f/runner/src/ocaml_abi.ml 15available: os = "win32" | os = "linux" | os = "macos" 16depends: [ 17 "alcotest" {>= "1.4.0" & with-test} 18 "odoc" {>= "1.5.3" & with-doc} 19 "dkml-install" {= version} 20 "dkml-install-runner" {= version} 21 "dune" {>= "2.9"} 22 "diskuvbox" {>= "0.1.0"} 23 "crunch" {>= "3.2.0"} 24 "dkml-component-xx-console" {>= "0.1.1"} 25] 26build: [ 27 ["dune" "subst"] {dev} 28 [ 29 "dune" 30 "build" 31 "-p" 32 name 33 "-j" 34 jobs 35 "--promote-install-files=false" 36 "@install" 37 "@runtest" {with-test} 38 "@doc" {with-doc} 39 ] 40 ["dune" "install" "-p" name "--create-install-files" name] 41] 42dev-repo: "git+https://github.com/diskuv/dkml-install-api.git" 43url { 44 src: 45 "https://github.com/diskuv/dkml-install-api/releases/download/0.3.0/dkml-install-0.3.0.tbz" 46 checksum: [ 47 "sha256=c975d7d8d193946e268722538621aa4f99acdfcd7ead6a72157a2db80b98cb28" 48 "sha512=f799d6f44486ca7a780bb8d9d976056548b37cdf5211dd7608c32d65e1766ae9f4e113c03cfcfb9d0ba546adaf20e1176bc5531f9a5ca8c6c04497e5c76ba991" 49 ] 50} 51x-commit-hash: "160430ea6a95ee7ed8ba37697f28d47fcc090d67"