ocaml-tm: rewrite README CLCW example against the real API
[Tm.clcw] is the constructor; the extractor is [Tm.extract_clcw],
which returns [(Clcw.t, Clcw.error) result option]. The CLCW record
has [report_value] and [lockout] at top level (no [flags]). Add
[clcw] / [fmt] to the mdx libs and switch [Format.printf] /
[Printf.printf] / [print_endline] to [Fmt.pr] / [Fmt.epr].