sig
  type t = {
    tag : int;
    format : Exif.Entry.Pack.format;
    components : int;
    data : string;
  }
end