diff --git a/index.html b/index.html index f27dc9d..c254628 100644 --- a/index.html +++ b/index.html @@ -11,10 +11,10 @@

OCaml package documentation

    -
  1. tar v3.1.1
  2. -
  3. tar-eio v3.1.1
  4. -
  5. tar-mirage v3.1.1
  6. -
  7. tar-unix v3.1.1
  8. +
  9. tar v3.1.2
  10. +
  11. tar-eio v3.1.2
  12. +
  13. tar-mirage v3.1.2
  14. +
  15. tar-unix v3.1.2
diff --git a/tar/Tar/index.html b/tar/Tar/index.html index 20559fd..f1e40ce 100644 --- a/tar/Tar/index.html +++ b/tar/Tar/index.html @@ -1,5 +1,5 @@ -Tar (tar.Tar)

Module Tar

Tar utilities

v3.1.1 - homepage

type error = [
  1. | `Checksum_mismatch
  2. | `Corrupt_pax_header
  3. | `Zero_block
  4. | `Unmarshal of string
]

The type of errors that may occur.

val pp_error : Stdlib.Format.formatter -> [< error ] -> unit

pp_error ppf e pretty prints the error e on the formatter ppf.

module Header : sig ... end

Process and create tar file headers.

Decoding and encoding of a whole archive

type decode_state

The type of the decode state.

val decode_state : ?global:Header.Extended.t -> unit -> decode_state

decode_state ~global () constructs a decode_state.

val decode : +Tar (tar.Tar)

Module Tar

Tar utilities

v3.1.2 - homepage

type error = [
  1. | `Checksum_mismatch
  2. | `Corrupt_pax_header
  3. | `Zero_block
  4. | `Unmarshal of string
]

The type of errors that may occur.

val pp_error : Stdlib.Format.formatter -> [< error ] -> unit

pp_error ppf e pretty prints the error e on the formatter ppf.

module Header : sig ... end

Process and create tar file headers.

Decoding and encoding of a whole archive

type decode_state

The type of the decode state.

val decode_state : ?global:Header.Extended.t -> unit -> decode_state

decode_state ~global () constructs a decode_state.

val decode : decode_state -> string -> (decode_state