package dune-rpc

  1. Overview
  2. Docs
Communicate with dune using rpc

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.20.2.tbz
sha256=b1a86b2d60bdb4a8b9bb6861bdf2f9f28a6e7cb5d833ce81afecceb9ef9ca549
sha512=ed14df9163e487d4ae7d0a2427eaab7823ef1f0ef2d93f0b783e6f163bbd5b44ba73f055d60b84e76f476fe11d38e794013628a1da776d9ec13cca9666e7b7ff

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

Module Dune_rpc_privateSource

Sourcemodule Conv : module type of Conv

Bidirectional parsing of canonical s-expressions

Sourcemodule Where : module type of Where
Sourcemodule Registry : module type of Registry
Sourcemodule type Fiber = sig ... end
Sourcemodule Loc : sig ... end
Sourceval sexp_pp_unit : unit Pp.t Conv.value

This is kept around for compatibility reasons. Before we serialised Pp.t tags as (Tag pp) but now we serialise them as Tag (pair tag pp).

Sourcemodule Target : sig ... end
Sourcemodule Path : sig ... end
Sourcemodule Ansi_color : sig ... end
Sourcemodule User_message : sig ... end
Sourcemodule Diagnostic : sig ... end
Sourcemodule Progress : sig ... end
Sourcemodule Message : sig ... end
Sourcemodule Job : sig ... end
Sourcemodule Compound_user_error : sig ... end

A compound user error defineds an alternative format for error messages that retains more structure. This can be used to display the errors in richer form by RPC clients.

Sourcemodule Files_to_promote : sig ... end

Describe what files should be promoted. The second argument of These is a function that is called on files that cannot be promoted.

Sourcemodule Method : sig ... end
Sourcemodule Id : sig ... end
Sourcemodule Call : sig ... end
Sourcemodule Version_error : sig ... end
Sourcemodule Request : sig ... end
Sourcemodule Response : sig ... end
Sourcemodule Initialize : sig ... end
Sourcemodule Version_negotiation : sig ... end
Sourcemodule Decl : sig ... end
Sourcemodule Procedures : sig ... end
Sourcemodule Sub : sig ... end
Sourcemodule Public : sig ... end
Sourcemodule Packet : sig ... end
Sourcemodule Version : sig ... end
Sourcemodule Protocol : sig ... end
Sourcemodule Menu : sig ... end
Sourcemodule Versioned : sig ... end
Sourcemodule Client : sig ... end
Sourcemodule Server_notifications : sig ... end

Notification sent from server to client