package shell

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=d6f76ca1c3e7fa523da5affe9c1ebb74fe17bec2a2f22c239746b72905bc5f61

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: 26 May 2024

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 >= "3.11.0"
  3. textutils >= "v0.17" & < "v0.18"
  4. ppx_jane >= "v0.17" & < "v0.18"
  5. jst-config >= "v0.17" & < "v0.18"
  6. core_unix >= "v0.17" & < "v0.18"
  7. core >= "v0.17" & < "v0.18"
  8. ocaml >= "5.1.0"

Dev Dependencies

None

Conflicts

None

OCaml

Innovation. Community. Security.