merlin-extend
Extend_protocol
module Reader : sig ... end
type description = {
name : string;
version : string;
}
type capabilities = {
reader : bool;
type request =
| Start_communication
| Reader_request of Reader.request
type response =
| Notify of string
| Debug of string
| Exception of string * string
| Reader_response of Reader.response