package fluxt

  1. Overview
  2. Docs
Extensions of flux to provide basic streams (compression, hash, format)

Install

dune-project
 Dependency

Authors

Maintainers

Sources

flux-0.0.1.beta6.tbz
sha256=a73ac59332c252a7ec2bf1b6cf59f1f03e0a2bbd8fa93a059c31a1263527b759
sha512=c020ad017f3606b430bb717d45615baa4b875c1b3aee5945ac84a65d85b5c01ffad198bf7d3c3c65c864bfc53d702d474b82d5655eb4e926dd03bb10e55f1d3b

doc/fluxt.unzip/Flux_unzip/index.html

Module Flux_unzipSource

Sourcetype t
Sourcetype entry = private {
  1. filepath : string;
  2. mtime : Ptime.t;
  3. meth : [ `Stored | `Deflated ];
  4. crc32 : Checkseum.Crc32.t;
  5. csz : int64;
  6. usz : int64;
  7. offset : int64;
}
Sourceval of_filename : string -> (t, [> `Msg of string ]) result
Sourceval entries : t -> entry list
Sourceval stream : t -> entry -> string Flux.stream