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=4636532b5971d7aa058b492448b02908
sha512=66e28e6c47b3de638601f0002289849d9af6bcbb9a2eb816d1dfe640bf3e5a350ad16b99d88b474b7be2482de480b5dd1fad4dbf87c702ee421bc033a3ca1327

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.