package process

  1. Overview
  2. Docs
Easy process control

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.2.0.tar.gz
sha256=4d4c9ac18eed3dc34ba24e535d981ab042f6ed347d15f92f0fec180441b84667
md5=86c346f76533215452904b9434b075aa

doc/process/Process/index.html

Module Process

module Signal : sig ... end
module Exit : sig ... end
module Output : sig ... end
module type S = sig ... end
include S with type 'a io = 'a
type 'a io = 'a
val run : ?stdin:Bytes.t -> ?exit_status:int list -> string -> string array -> Output.t io
val read_stdout : ?stdin:Bytes.t -> ?exit_status:int list -> string -> string array -> string list io