package command_rpc

  1. Overview
  2. Docs
Utilities for Versioned RPC communication with a child process over stdin and stdout

Install

Dune Dependency

Authors

Maintainers

Sources

command_rpc-v0.16.0.tar.gz
sha256=ac5e034c5b0463fe26615a406e009632377808691206613f0cb0fcb43fc5e0e6

CHANGES.md.html

Release v0.16.0

  • In Command_rpc.Connection.create, change how stderr handling is specified:

    • Propagate_stderr corresponds to old setting ~propagate_stderr:true

    • Ignore_stderrcorresponds to ~propagate_stderr:false

    • Custom _ lets the user specify custom handling of stderr

Old pre-v0.15 changelogs (very likely stale and incomplete)

114.06.00

  • Initial release, forked out of Async_extended.