rpclib
A library to deal with RPCs in OCaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
type t = {
name : string; |
title : string; |
description : string list; |
type_decls : Rpc.Types.boxed_def list; |
error_decls : Rpc.Types.boxed_def list; |
interfaces : Interface.t list; |
}
val empty : string -> string -> string list -> t
val add_interface : Interface.t -> t -> t
val create :
name:string ->
title:string ->
description:string list ->
interfaces:Interface.t list ->
t