package shell

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

Install

Dune Dependency

Authors

Maintainers

Sources

shell-v0.14.0.tar.gz
md5=a91101aef477f2bd563c24f218ae0bd3

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: 31 May 2020

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.14" & < "v0.15"
  4. ppx_jane >= "v0.14" & < "v0.15"
  5. jst-config >= "v0.14" & < "v0.15"
  6. core_kernel >= "v0.14" & < "v0.15"
  7. core >= "v0.14" & < "v0.15"
  8. ocaml >= "4.08.0"

Dev Dependencies

None

Conflicts

None