package tar-format

  1. Overview
  2. Docs
A pure OCaml library to read and write tar files

Install

Dune Dependency

Authors

Maintainers

Sources

v0.4.2.tar.gz
md5=4ac2ead30f94db430682d9cb70fcff76

Description

This allows easy processing of tar-formatted data: creating archives, listing archives and extracting archives. Together with camlzip, it can directly process compressed .tar.gz archives.

A mirage interface is also provided which exposes a tar-formatted block device as a read-only key=value store.

Tags

org:xapi-project org:mirage

Published: 23 Apr 2016

Dependencies (5)

  1. cmdliner
  2. re
  3. cstruct >= "0.6.0" & <= "1.9.0"
  4. ocamlfind
  5. ocaml >= "4.01.0" & < "4.06.0"

Dev Dependencies (4)

  1. mirage-types-lwt with-test & < "3.7.0"
  2. lwt with-test
  3. mirage-block-unix with-test
  4. ounit with-test

Used by

None

Conflicts

None