opam-version: "2.0" synopsis: "Console setup and uninstall executables for Diskuv OCaml (DKML) installation" description: "The setup and uninstall executables are responsible for launching the DKML runners." maintainer: ["opensource+diskuv-ocaml@support.diskuv.com"] authors: ["Diskuv, Inc. "] license: "Apache-2.0" homepage: "https://github.com/diskuv/dkml-install-api" bug-reports: "https://github.com/diskuv/dkml-install-api/issues" # Components can be assembled on any "host" build machine defined in # https://github.com/diskuv/dkml-install-api/blob/5cfd7b57c79d990c76a9bdc8f8f0fa9f6fd5346f/runner/src/host_abi.ml # into a installer that will run on any end-user machine defined in # https://github.com/diskuv/dkml-install-api/blob/5cfd7b57c79d990c76a9bdc8f8f0fa9f6fd5346f/runner/src/ocaml_abi.ml available: os = "win32" | os = "linux" | os = "macos" depends: [ "alcotest" {>= "1.4.0" & with-test} "odoc" {>= "1.5.3" & with-doc} "dkml-install" {= version} "dkml-install-runner" {= version} "dune" {>= "2.9"} "diskuvbox" {>= "0.1.1"} "crunch" {>= "3.2.0"} "dkml-component-xx-console" {>= "0.1.1"} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/diskuv/dkml-install-api.git" url { src: "https://github.com/diskuv/dkml-install-api/releases/download/0.3.1/dkml-install-0.3.1.tbz" checksum: [ "sha256=e48dddd64742d654c962be7138539ef3811298b1119a29e043553f07f7621960" "sha512=0c21208b0e8e046314139d30c26f194e4e767d14696ea3c3e0d3ddd7c5e777887f0ddd83188008824d14dd14d0ce89af92e72984d598541a418e1fbe248d2d0e" ] } x-commit-hash: "d72e746d924e821992a5a7955829480075806f91"