package dune-private-libs
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Private libraries of Dune
Install
dune-project
Dependency
Authors
Maintainers
Sources
dune-2.5.1.tbz
sha256=8f77d3a87f208e0d7cccaa1c48c4bb1bb87d62d07c3f25e9b8ba298e028ce52b
sha512=f209f12ced10c1abf8782bdb0143f4cec77795f7174d2cc75130afb1e01550b01f2f77b9e3ec4888efdad83d2f9878d179b39126f824f4e522f3ef4da34bf27e
doc/dune-private-libs.stdune/Stdune/Io/index.html
Module Stdune.Io
IO operations.
val close_in : in_channel -> unitval close_out : out_channel -> unitval close_both : (in_channel * out_channel) -> unitval input_lines : in_channel -> string listval copy_channels : in_channel -> out_channel -> unitThis function is not safe to use from multiple threads, even if operating on unrelated channels because it uses a statically-allocated global buffer.
val read_all : in_channel -> stringtype path = Path.tval open_in : ?binary:bool -> path -> in_channelval open_out : ?binary:bool -> path -> out_channelval with_file_in : ?binary:bool -> path -> f:(in_channel -> 'a) -> 'aval with_file_out : ?binary:bool -> path -> f:(out_channel -> 'a) -> 'aval with_lexbuf_from_file : path -> f:(Lexing.lexbuf -> 'a) -> 'aval lines_of_file : path -> string listval read_file : ?binary:bool -> path -> stringval write_file : ?binary:bool -> path -> string -> unitval compare_files : path -> path -> Ordering.tval compare_text_files : path -> path -> Ordering.tval write_lines : ?binary:bool -> path -> string list -> unitval setup_copy :
?chmod:(int -> int) ->
src:path ->
dst:path ->
unit ->
in_channel * out_channelval file_line : path -> int -> stringval file_lines : path -> start:int -> stop:int -> (string * string) listmodule String_path : sig ... end sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>