package shell

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

Install

Dune Dependency

Authors

Maintainers

Sources

shell-v0.16.0.tar.gz
sha256=1e267e9120dc73c7dc94598f68b209622e64942f916dd1c1d3285f2a9fcab214

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: 14 Jun 2023

README

"Shell"

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

Warning: this library is unloved and not actively maintained: consider using Async.Process.run and related functions, instead. Or if you really need a synchronous process spawning API, use Core_unix.create_process, or Spawn.spawn directly.

Dependencies (8)

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

Dev Dependencies

None

Conflicts

None