package shell

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

Install

Dune Dependency

Authors

Maintainers

Sources

shell-v0.12.0.tar.gz
md5=db24c0f66777493987436aed423aec76

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: 01 Mar 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.12" & < "v0.13"
  4. re2 >= "v0.12" & < "v0.13"
  5. ppx_jane >= "v0.12" & < "v0.13"
  6. core_kernel >= "v0.12" & < "v0.13"
  7. core >= "v0.12" & < "v0.13"
  8. jst-config >= "v0.12" & < "v0.13"
  9. ocaml >= "4.07.0"

Dev Dependencies

None

Used by (7)

  1. async_shell = "v0.12.0"
  2. comby
  3. core_profiler = "v0.12.0"
  4. magic-trace
  5. patdiff >= "v0.12.0" & < "v0.13.0"
  6. polars
  7. polars_async

Conflicts

None