Flux_zipSourcetype entry = private {filepath : string;mtime : Ptime.t;tz_offset_s : Ptime.tz_offset_s option;src : string Flux.source;level : int;}val of_filepath :
?tz_offset_s:Ptime.tz_offset_s ->
?mtime:Ptime.t ->
?level:int ->
string ->
string Flux.source ->
entryof_filepath filepath src makes a new entry from a file whose content is consumable via src (you can use Flux.Source.file).