package dkml-package-console

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

Install

Dune Dependency

Authors

Maintainers

Sources

src.tar.gz
md5=e61b1ab5693a4749caae1959aea6fd70
sha512=8321e92d8c204eb26da69c8b522fbcca0c38fbc61a26d1d367aad28e6c8c3d4ee8933596b9a63f8c6d6c3bbd36582292d5bfd4680906e4a2e4bef45e3f6f17aa

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.