package dune-rpc

  1. Overview
  2. Docs
Communicate with dune using rpc

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.15.3.tbz
sha256=3c27c7676414056f0368a71fdc670d2b0a59898090c78a1b68230984e5beb713
sha512=c88ac7a6ed9334a4bc6231ecfb0efaa961dda99bc386fd5b92505151ff833dfaf058d75305fbb64c496e570058ec9000ac6add06dda7a395e757e924af1d1a7f

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
OCaml

Innovation. Community. Security.