package shell

  1. Overview
  2. Docs
Yet another implementation of fork&exec and related functionality

Install

Dune Dependency

Authors

Maintainers

Sources

shell-v0.13.0.tar.gz
md5=e4562149241675e796086e62d6fbd6ce

Description

This library is a relatively featureful and flexible implementation of fork&exec with related functionality, including some basic support for asynchronous I/O. This is an old and unmaintained code. New users are advised to try using [Async.Process] for certain use cases and [Shexp_process] for certain other use cases.

Published: 20 Nov 2019

README

"Shell"

Functions for invoking executables and for running bash in a subprocess.

Dependencies (9)

  1. spawn >= "v0.12"
  2. dune >= "1.5.1"
  3. textutils >= "v0.13" & < "v0.14"
  4. re2 >= "v0.13" & < "v0.14"
  5. ppx_jane >= "v0.13" & < "v0.14"
  6. jst-config >= "v0.13" & < "v0.14"
  7. core_kernel >= "v0.13" & < "v0.14"
  8. core >= "v0.13" & < "v0.14"
  9. ocaml >= "4.08.0"

Dev Dependencies

None

Conflicts

None