package dkml-package-console

  1. Overview
  2. Docs
Console setup and uninstall executables for Diskuv OCaml (DKML) installation

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.0.tar.gz
md5=d65935d6a9a790fec09cfc50f6b04c43
sha512=08aeffeffa41b10ca54c9329bf9f6ec9219060c2e62c3a389d08b096513fe3dc048782e28d5006cae6a35e124cfd09441eb41a063c6a3f12fc6e60fa9d2acef7

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
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.