Skip to content

dsheets/ocaml-process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors