package opam-core
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Core library for opam 2.5
Install
dune-project
Dependency
Authors
-
David Allsopp
-
VVincent Bernardoff <vb@luminar.eu.org>
-
RRaja Boujbel <raja.boujbel@ocamlpro.com>
-
KKate Deplaix <kit-ty-kate@outlook.com>
-
RRoberto Di Cosmo <roberto@dicosmo.org>
-
TThomas Gazagnaire <thomas@gazagnaire.org>
-
LLouis Gesbert <louis.gesbert@ocamlpro.com>
-
FFabrice Le Fessant <Fabrice.Le_fessant@inria.fr>
-
AAnil Madhavapeddy <anil@recoil.org>
-
GGuillem Rieu <guillem.rieu@ocamlpro.com>
-
RRalf Treinen <ralf.treinen@pps.jussieu.fr>
-
FFrederic Tuong <tuong@users.gforge.inria.fr>
Maintainers
Sources
2.5.0.tar.gz
md5=79d057547b7114e31334bc4f556bc541
sha512=707b652997bae086003c4164029ed40a68e9c465b4ce1731d0f8ccc0a496c5b6d9011e45bc2b6f73e56d316e54bce7c82becb83bd7de4fa53b0795ad7ae7032a
doc/src/opam-core/opamStubs.ml.html
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 50 51 52# 1 "src/core/opamStubs.unix.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 external get_stdout_ws_col : unit -> int = "opam_stdout_ws_col" external uname : unit -> uname = "opam_uname"
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>