ocaml-sigstore: defer README example via let run () and pattern Result
[Eio_main.run] at top level executed under mdx; [Sigstore.sign]
returns [(bundle, error) result] but the example used the bundle as
a bare value. Wrap as [run () = ...], [match] both [sign] and
[verify], switch [Format.printf]/[Format.eprintf] to [Fmt.pr]/[Fmt.epr],
and add [eio.core] / [eio.unix] / [requests] / [ptime] / [fmt] mdx
libraries.