package async_shell

  1. Overview
  2. Docs

Description

Published: 14 Jun 2023

README

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

Dependencies (6)

  1. dune >= "2.0.0"
  2. shell >= "v0.16" & < "v0.17"
  3. ppx_jane >= "v0.16" & < "v0.17"
  4. core >= "v0.16" & < "v0.17"
  5. async >= "v0.16" & < "v0.17"
  6. ocaml >= "4.14.0"

Dev Dependencies

None

Used by (1)

  1. async_smtp = "v0.16.0"

Conflicts

None