pkgsrc/devel/ocaml-spawn/DESCR

4 lines
277 B
Text

Spawn is a small library exposing only one function: Spawn.spawn. Its purpose is
to start command in the background. Spawn aims to provide a few missing features
of Unix.create_process such as providing a working directory as well as
improving error reporting and performance.