diff --git a/index.html b/index.html index f27dc9d..c254628 100644 --- a/index.html +++ b/index.html @@ -11,10 +11,10 @@
Tar
Tar utilities
v3.1.1 - homepage
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.
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
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
val decode_state : ?global:Header.Extended.t -> unit -> decode_state
decode_state ~global ()
constructs a decode_state.
val decode :
decode_state ->
string ->
(decode_state