package async_shell

  1. Overview
  2. Docs
Shell helpers for Async

Install

Dune Dependency

Authors

Maintainers

Sources

async_shell-v0.16.0.tar.gz
sha256=7747705be23cec1fe8b4a714df6583b73f8d0849b401da9b94c22e6217045578

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 (2)

  1. async_smtp >= "v0.16.0"
  2. vrt

Conflicts

None