package tar-format

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.6.1.tar.gz
md5=bc6475a9ece5d914213e1d2275667418

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: 01 Oct 2016

Dependencies (8)

  1. cmdliner
  2. result
  3. re
  4. cstruct-lwt
  5. ppx_cstruct
  6. cstruct >= "1.9.0" & < "3.0.0"
  7. ocamlfind
  8. ocaml >= "4.01.0" & < "4.06.0"

Dev Dependencies (4)

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

Used by (2)

  1. vhd-tool >= "0.12.0"
  2. vpnkit < "0.1.1"

Conflicts

None