package opam-core

  1. Overview
  2. Docs

Source file opamStubs.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# 1 "src/core/opamStubs.dummy.ml"
(**************************************************************************)
(*                                                                        *)
(*    Copyright 2018 MetaStack Solutions Ltd.                             *)
(*                                                                        *)
(*  All rights reserved. This file is distributed under the terms of the  *)
(*  GNU Lesser General Public License version 2.1, with the special       *)
(*  exception on linking described in the file LICENSE.                   *)
(*                                                                        *)
(**************************************************************************)

include OpamStubsTypes

let that's_a_no_no _ = failwith "Windows only. This function isn't implemented."

let getCurrentProcessID = that's_a_no_no
let getpid = Unix.getpid
let getStdHandle = that's_a_no_no
let getConsoleScreenBufferInfo = that's_a_no_no
let setConsoleTextAttribute _ = that's_a_no_no
let fillConsoleOutputCharacter _ _ _ = that's_a_no_no
let getConsoleMode = that's_a_no_no
let setConsoleMode _ = that's_a_no_no
let getWindowsVersion = that's_a_no_no
let getArchitecture = that's_a_no_no
let waitpids _ = that's_a_no_no
let readRegistry _ _ _ = that's_a_no_no
let enumRegistry _ _ = that's_a_no_no
let writeRegistry _ _ _ = that's_a_no_no
let getConsoleOutputCP = that's_a_no_no
let getCurrentConsoleFontEx _ = that's_a_no_no
let create_glyph_checker = that's_a_no_no
let delete_glyph_checker = that's_a_no_no
let has_glyph _ = that's_a_no_no
let getProcessArchitecture = that's_a_no_no
let process_putenv _ = that's_a_no_no
let getPathToHome = that's_a_no_no
let getPathToSystem = that's_a_no_no
let getPathToLocalAppData = that's_a_no_no
let sendMessageTimeout _ _ _ _ _ = that's_a_no_no
let getProcessAncestry = that's_a_no_no
let getConsoleAlias _ = that's_a_no_no
let win_create_process _ _ _ _ _ = that's_a_no_no
let getConsoleWindowClass = that's_a_no_no
let setErrorMode = that's_a_no_no
let getErrorMode = that's_a_no_no
let setConsoleToUTF8 = that's_a_no_no
let getVersionInfo = that's_a_no_no
let get_initial_environment = that's_a_no_no
OCaml

Innovation. Community. Security.