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