package dune-rpc

  1. Overview
  2. Docs
Communicate with dune using rpc

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.16.1.tbz
sha256=b781ae20f87613c2a11bd0717809e00470c82d615e15264f9a64e033051ac3de
sha512=fddf940d5634400fa14f6728235e0dba055b90a47f868d9fee80c9523b93fb2b9920a00e70dfdc5e1dd26a21d695ce854267b6a2ec305ce89ce9447733f7242c

doc/dune-rpc.private/Dune_rpc_private/Progress/index.html

Module Dune_rpc_private.ProgressSource

Sourcetype t =
  1. | Waiting
  2. | In_progress of {
    1. complete : int;
    2. remaining : int;
    3. failed : int;
    }
  3. | Failed
  4. | Interrupted
  5. | Success
Sourceval sexp : t Conv.value
OCaml

Innovation. Community. Security.