package dkml-package-console

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

Install

Dune Dependency

Authors

Maintainers

Sources

dkml-install-api-0.4.0.tar.gz
md5=1b3f42a06b0643eb502e6f65d1769b98
sha512=55d47cb8c570f3e9fbdb5f4f7960c86fbe357df6c5364c82c9eb326150693fa1dbffe3fa3f5682e355f770c5f3c53bd7ce88ec1d1d9eefecceb8f44ed8b1d326

doc/src/dkml-package-console.create/manifests.ml.html

Source file manifests.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
(* Generated by: ocaml-crunch
   Creation date: Sun, 18 May 2025 03:46:10 GMT *)

module Internal = struct
  let d_fcabe5a3ed7515d94010ed65683cc561 = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<assembly xmlns=\"urn:schemas-microsoft-com:asm.v1\" manifestVersion=\"1.0\" xmlns:asmv3=\"urn:schemas-microsoft-com:asm.v3\">\n    <assemblyIdentity type=\"win32\" name=\"__PLACEHOLDER_ORG_NOSPACE__.__PLACEHOLDER_PROGRAM_NOSPACE__.ConsoleSetupExe\" version=\"__PLACEHOLDER_VERSION_MNOP__\"></assemblyIdentity>\n    <trustInfo xmlns=\"urn:schemas-microsoft-com:asm.v3\">\n        <security>\n            <requestedPrivileges>\n                <requestedExecutionLevel level=\"asInvoker\" uiAccess=\"false\"></requestedExecutionLevel>\n            </requestedPrivileges>\n        </security>\n    </trustInfo>\n    <asmv3:application>\n        <asmv3:windowsSettings xmlns=\"http://schemas.microsoft.com/SMI/2019/WindowsSettings\">\n            <activeCodePage>UTF-8</activeCodePage>\n        </asmv3:windowsSettings>\n    </asmv3:application>\n</assembly>"

  let file_chunks = function
    | "setup.exe.manifest" | "/setup.exe.manifest" -> Some [ d_fcabe5a3ed7515d94010ed65683cc561; ]
    | _ -> None

  let file_list = [ "setup.exe.manifest"; ]
end

let file_list = Internal.file_list

let read name =
  match Internal.file_chunks name with
  | None -> None
  | Some c -> Some (String.concat "" c)

let hash = function
  | "setup.exe.manifest" | "/setup.exe.manifest" -> Some "fcabe5a3ed7515d94010ed65683cc561"
  | _ -> None

let size = function
  | "setup.exe.manifest" | "/setup.exe.manifest" -> Some 877
  | _ -> None
OCaml

Innovation. Community. Security.