summaryrefslogtreecommitdiff
path: root/devel/ocaml-spawn/DESCR
blob: bd97dc073aea5036e0d0cec51302c5ff98b7dbca (plain)
1
2
3
4
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.