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/Decl/Request/index.html

Module Decl.RequestSource

Sourcetype ('req, 'resp) gen
Sourceval make_gen : req:'wire_req Conv.value -> resp:'wire_resp Conv.value -> upgrade_req:('wire_req -> 'req) -> downgrade_req:('req -> 'wire_req) -> upgrade_resp:('wire_resp -> 'resp) -> downgrade_resp:('resp -> 'wire_resp) -> version:Method.Version.t -> ('req, 'resp) gen
Sourceval make_current_gen : req:'req Conv.value -> resp:'resp Conv.value -> version:Method.Version.t -> ('req, 'resp) gen
Sourcetype ('a, 'b) t
Sourceval make : method_:Method.Name.t -> generations:('req, 'resp) gen list -> ('req, 'resp) t
Sourceval print_generations : ('req, 'resp) t -> unit
Sourcetype ('a, 'b) witness
Sourceval witness : ('a, 'b) t -> ('a, 'b) witness