dune-rpc.private
Registry.Dune
dune-rpc
type t
val where : t -> Where.t
val to_dyn : t -> Dyn.t
val compare : t -> t -> Ordering.t
val root : t -> string
val pid : t -> int
val create : where:Where.t -> root:string -> pid:int -> t
type error =
| Of_sexp of Conv.error
| Csexp of {
position : int;
message : string;
}
val of_file : File.t -> (t, error) result