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.1.tar.gz
md5=0af2219c4f5cacf9a2d51ee84a983c2e

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: 21 Jul 2015

Dependencies (8)

  1. ocamlbuild build
  2. cmdliner
  3. re
  4. type_conv build
  5. camlp4 build
  6. cstruct >= "0.6.0" & < "2.0"
  7. ocamlfind
  8. 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 (1)

  1. lwt < "2.4.7"