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.0.tar.gz
md5=95bd70a1a61b0e9fc95af83bcc51b0bb

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: 19 Sep 2016

Dependencies (9)

  1. cmdliner
  2. result
  3. re
  4. ppx_cstruct
  5. cstruct-lwt build
  6. ppx_tools
  7. cstruct >= "1.9.0" & < "3.0.0"
  8. ocamlfind build
  9. 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