tar-format
type t =
  1. | Normal
  2. | Hard
  3. | Symbolic
  4. | Character
  5. | Block
  6. | Directory
  7. | FIFO
val to_string : t -> string