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

README.md.html

"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.

OCaml

Innovation. Community. Security.