forester.prelude
Shell.Proc
forester.core
forester.frontend
forester.render
val popen : string -> string array -> string array -> in_channel * out_channel * in_channel
val pclose : (in_channel * out_channel * in_channel) -> Unix.process_status
exception Error of int
val status_code : Unix.process_status -> int
val append_to_buffer : Buffer.t -> in_channel -> unit
val read_to_EOF : Buffer.t -> in_channel -> unit
val run : string -> string list -> unit