Files
wehub-resource-sync f30f816e96
build-deb / build (push) Has been cancelled
build / build (5.2.0+ox, ubuntu_x64_8_cores, 231c88c2e564fdca40e15e750aacad5fb0887435) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:29:01 +08:00

8 lines
173 B
OCaml

open! Core
open! Import
type t
val create : pt_file:Filename.t -> sideband_file:Filename.t -> setup_file:Filename.t -> t
val decode_one : t -> Backend_intf.Event.t option