oxbow.ipc
Input.Keyboard
oxbow.core
oxbow.ctl
oxbow.layout
oxbow.ops
oxbow.river
oxbow.runtime
oxbow.state
oxbow.wire
type t =
| Repeat of {
rate : int;
delay : int;
}
| Layout_file of string
val t_of_yojson : Ppx_yojson_conv_lib.Yojson.Safe.t -> t
val yojson_of_t : t -> Ppx_yojson_conv_lib.Yojson.Safe.t