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.1"} 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.1/dkml-install-0.3.1.tbz" 46 checksum: [ 47 "sha256=e48dddd64742d654c962be7138539ef3811298b1119a29e043553f07f7621960" 48 "sha512=0c21208b0e8e046314139d30c26f194e4e767d14696ea3c3e0d3ddd7c5e777887f0ddd83188008824d14dd14d0ce89af92e72984d598541a418e1fbe248d2d0e" 49 ] 50} 51x-commit-hash: "d72e746d924e821992a5a7955829480075806f91"