package dkml-package-console

  1. Overview
  2. Docs

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 02:29:16 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.