package dune-rpc

  1. Overview
  2. Docs
Communicate with dune using rpc

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.8.0.tbz
sha256=f7e2970bfab99c7766ff1a05deff5ad7f82cb2471abca6f72449572293f5f6b4
sha512=3b3a566f63842c314de2c0a660c5f7714bc90f8303c82d82e3021aee84980eff1886d15c9b9d4ea0047a411d799fb39d5f2ea70a92bdeb629e00d3d5d5f2d994

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

Module Dune_rpc_private.DiagnosticSource

Sourcetype severity =
  1. | Error
  2. | Warning
Sourcemodule Promotion : sig ... end
Sourcemodule Id : sig ... end
Sourcetype t = {
  1. targets : Target.t list;
  2. id : Id.t;
  3. message : unit Pp.t;
  4. loc : Loc.t option;
  5. severity : severity option;
  6. promotion : Promotion.t list;
  7. directory : string option;
  8. related : Related.t list;
}
Sourceval id : t -> Id.t
Sourceval loc : t -> Loc.t option
Sourceval message : t -> unit Pp.t
Sourceval severity : t -> severity option
Sourceval promotion : t -> Promotion.t list
Sourceval targets : t -> Target.t list
Sourceval directory : t -> string option
Sourceval to_dyn : t -> Dyn.t
Sourcemodule Event : sig ... end
Sourceval sexp : (t, Conv.values) Conv.t
OCaml

Innovation. Community. Security.