dsheets / ocaml-process

Easy process control in OCaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Easy process control in OCaml

let stdout_lines = Process.read_stdout "ls" [||] in
List.iter print_endline stdout_lines

It's as easy as that!

Exit status, stdin, and stderr are also available.

process makes it easy to use commands like functions.

About

Easy process control in OCaml


Languages

Language:OCaml 93.6%Language:Makefile 6.4%