package dkml-package-console

  1. Overview
  2. Docs
Console setup and uninstall executables for DkML installation

Install

Dune Dependency

Authors

Maintainers

Sources

dkml-install-0.5.2.tbz
md5=5b294da54e4474f8d260c7190fec8c85
sha512=33274eafb995b4ba9d1bdb05e63b466e621255155fe5c6df7f368b086e6658634eff07079a51c0501cd1ab6817ba637f3222a00e146b8c360e24b7488ca66b63

doc/src/dkml-package-console.common/author_types.ml.html

Source file author_types.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
type build_info = {
  package_name : string;
}

type program_name = {
  name_full : string;
  name_camel_case_nospaces : string;
  name_kebab_lower_case : string;
  installation_prefix_camel_case_nospaces_opt : string option;
  installation_prefix_kebab_lower_case_opt : string option;
}

type organization = {
  legal_name : string;
  common_name_full : string;
  common_name_camel_case_nospaces : string;
  common_name_kebab_lower_case : string;
}

type program_assets = { logo_icon_32x32_opt : string option }

type program_info = {
  url_info_about_opt : string option;
  url_update_info_opt : string option;
  help_link_opt : string option;
  estimated_byte_size_opt : int64 option;
  windows_language_code_id_opt : int option;
  embeds_32bit_uninstaller : bool;
  embeds_64bit_uninstaller : bool;
}
OCaml

Innovation. Community. Security.