this repo has no description

[new release] dkml-package-console, dkml-install, dkml-install-runner and dkml-install-installer (0.3.0)

CHANGES:

Breaking change:

* Program version is set in `Private_common`

Bug fixes:
* Delete 7z archive at the start of each `opam install` so adding to archive
does not duplicate entries.

Changed files
+211
packages
dkml-install
dkml-install.0.3.0
dkml-install-installer
dkml-install-installer.0.3.0
dkml-install-runner
dkml-install-runner.0.3.0
dkml-package-console
dkml-package-console.0.3.0
+53
packages/dkml-install-installer/dkml-install-installer.0.3.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Build tools for DKML installers"
+
description:
+
"Build-time executables that can generate Dune include files which will compile essential end-user executables."
+
maintainer: ["opensource+diskuv-ocaml@support.diskuv.com"]
+
authors: ["Diskuv, Inc. <opensource+diskuv-ocaml@support.diskuv.com>"]
+
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"}
+
"astring" {>= "0.8.5"}
+
"bos" {>= "0.2.0"}
+
"cmdliner" {>= "1.0.4"}
+
"fmt" {>= "0.8.9"}
+
"logs" {>= "0.7.0"}
+
"crunch" {>= "3.2.0"}
+
]
+
dev-repo: "git+https://github.com/diskuv/dkml-install-api.git"
+
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]
+
]
+
url {
+
src:
+
"https://github.com/diskuv/dkml-install-api/releases/download/0.3.0/dkml-install-0.3.0.tbz"
+
checksum: [
+
"sha256=c975d7d8d193946e268722538621aa4f99acdfcd7ead6a72157a2db80b98cb28"
+
"sha512=f799d6f44486ca7a780bb8d9d976056548b37cdf5211dd7608c32d65e1766ae9f4e113c03cfcfb9d0ba546adaf20e1176bc5531f9a5ca8c6c04497e5c76ba991"
+
]
+
}
+
x-commit-hash: "160430ea6a95ee7ed8ba37697f28d47fcc090d67"
+53
packages/dkml-install-runner/dkml-install-runner.0.3.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Runner executable for Diskuv OCaml (DKML) installation"
+
description:
+
"The runner executable is responsible for loading and running all DKML installation components."
+
maintainer: ["opensource+diskuv-ocaml@support.diskuv.com"]
+
authors: ["Diskuv, Inc. <opensource+diskuv-ocaml@support.diskuv.com>"]
+
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}
+
"dune" {>= "2.9"}
+
"ppx_expect" {>= "v0.14.1"}
+
"astring" {>= "0.8.5"}
+
"bos" {>= "0.2.0"}
+
"cmdliner" {>= "1.0.4"}
+
"fmt" {>= "0.8.9"}
+
"logs" {>= "0.7.0"}
+
"diskuvbox" {>= "0.1.0"}
+
]
+
dev-repo: "git+https://github.com/diskuv/dkml-install-api.git"
+
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]
+
]
+
url {
+
src:
+
"https://github.com/diskuv/dkml-install-api/releases/download/0.3.0/dkml-install-0.3.0.tbz"
+
checksum: [
+
"sha256=c975d7d8d193946e268722538621aa4f99acdfcd7ead6a72157a2db80b98cb28"
+
"sha512=f799d6f44486ca7a780bb8d9d976056548b37cdf5211dd7608c32d65e1766ae9f4e113c03cfcfb9d0ba546adaf20e1176bc5531f9a5ca8c6c04497e5c76ba991"
+
]
+
}
+
x-commit-hash: "160430ea6a95ee7ed8ba37697f28d47fcc090d67"
+54
packages/dkml-install/dkml-install.0.3.0/opam
···
+
opam-version: "2.0"
+
synopsis: "API and registry for Diskuv OCaml (DKML) installation components"
+
description:
+
"All DKML installation components implement the interfaces exposed in this API."
+
maintainer: ["opensource+diskuv-ocaml@support.diskuv.com"]
+
authors: ["Diskuv, Inc. <opensource+diskuv-ocaml@support.diskuv.com>"]
+
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: [
+
"ocaml" {>= "4.08.0"}
+
"alcotest" {>= "1.4.0" & with-test}
+
"odoc" {>= "1.5.3" & with-doc}
+
"dune" {>= "2.9"}
+
"ppx_deriving" {>= "5.2.1"}
+
"result" {>= "1.5"}
+
"astring" {>= "0.8.5"}
+
"bos" {>= "0.2.0"}
+
"cmdliner" {>= "1.0.4"}
+
"fmt" {>= "0.8.9"}
+
"tsort" {>= "2.1.0"}
+
"diskuvbox" {>= "0.1.0" & with-test}
+
]
+
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.0/dkml-install-0.3.0.tbz"
+
checksum: [
+
"sha256=c975d7d8d193946e268722538621aa4f99acdfcd7ead6a72157a2db80b98cb28"
+
"sha512=f799d6f44486ca7a780bb8d9d976056548b37cdf5211dd7608c32d65e1766ae9f4e113c03cfcfb9d0ba546adaf20e1176bc5531f9a5ca8c6c04497e5c76ba991"
+
]
+
}
+
x-commit-hash: "160430ea6a95ee7ed8ba37697f28d47fcc090d67"
+51
packages/dkml-package-console/dkml-package-console.0.3.0/opam
···
+
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. <opensource+diskuv-ocaml@support.diskuv.com>"]
+
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.0"}
+
"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.0/dkml-install-0.3.0.tbz"
+
checksum: [
+
"sha256=c975d7d8d193946e268722538621aa4f99acdfcd7ead6a72157a2db80b98cb28"
+
"sha512=f799d6f44486ca7a780bb8d9d976056548b37cdf5211dd7608c32d65e1766ae9f4e113c03cfcfb9d0ba546adaf20e1176bc5531f9a5ca8c6c04497e5c76ba991"
+
]
+
}
+
x-commit-hash: "160430ea6a95ee7ed8ba37697f28d47fcc090d67"