opam-version: "2.0" synopsis: "Decode and encode tar format files from Unix" description: """ tar is a library to read and write tar files with an emphasis on streaming. This library provides a Unix or Windows compatible interface. """ maintainer: ["Reynir Björnsson " "dave@recoil.org"] authors: [ "Dave Scott" "Thomas Gazagnaire" "David Allsopp" "Antonin Décimo" "Reynir Björnsson" "Hannes Mehnert" ] license: "ISC" tags: ["org:xapi-project" "org:mirage"] homepage: "https://github.com/mirage/ocaml-tar" doc: "https://mirage.github.io/ocaml-tar/" bug-reports: "https://github.com/mirage/ocaml-tar/issues" depends: [ "dune" {>= "2.9"} "ocaml" {>= "4.08.0"} "lwt" {>= "5.7.0"} "tar" {= version} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/mirage/ocaml-tar.git" url { src: "https://github.com/mirage/ocaml-tar/releases/download/v3.1.1/tar-3.1.1.tbz" checksum: [ "sha256=a58907f52b89af16109359432ff84d24f6a26460a70e58030bd0fc7cca4db054" "sha512=d6752890c2a259108d8a204af78ab7382a63bf06d5c0382cc5342c258aba8f6972ba4761f64a7f1f86c51b7ed82963cd6c5fbdf3e8eaea71ae1e6d946221ae56" ] } x-commit-hash: "eea1d74620d48851946f841df41b119a7fa8aa8a"