package shell

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

Install

Dune Dependency

Authors

Maintainers

Sources

shell-v0.15.0.tar.gz
sha256=7b992e214e6ecdbffb1d3726ac649558f2799957da12db145e1bbd08688db2d0

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: 21 Mar 2022

README

"Shell"

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

Dependencies (8)

  1. spawn >= "v0.12"
  2. dune >= "2.0.0"
  3. textutils >= "v0.15" & < "v0.16"
  4. ppx_jane >= "v0.15" & < "v0.16"
  5. jst-config >= "v0.15" & < "v0.16"
  6. core_unix >= "v0.15" & < "v0.16"
  7. core >= "v0.15" & < "v0.16"
  8. ocaml >= "4.08.0"

Dev Dependencies

None

Conflicts

None