Movatterモバイル変換


[0]ホーム

URL:


packageshell

  1. Overview
  2. Docs

You can search for identifiers within the package.

in-package search v0.2.0

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 usingAsync.Process.run and related functions, instead. Or if you really need a synchronous process spawning API, useCore_unix.create_process, orSpawn.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


[8]ページ先頭

©2009-2025 Movatter.jp