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.2/tar-3.1.2.tbz" checksum: [ "sha256=85c79308a41d3d594b98cfe42eaee46b875855748eb0f0e48a9785042bed16a3" "sha512=fa1871d66f3588a08952a9de347af8be94535476be0ed31808996eb79eb13c2e31f8be543e3123e99178a927212e08eca13c4294cd6dcd596513856907cf2218" ] } x-commit-hash: "6e524cd9567eb4d24b636d1bc7bde0659f5c8719"