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" x-maintenance-intent: [ "(latest)" ] url { src: "https://github.com/mirage/ocaml-tar/releases/download/v3.2.0/tar-3.2.0.tbz" checksum: [ "sha256=1f50437635b2da21bbef4ed22b0f4ab764901c91671cfd8e937317bf72adf1bd" "sha512=dd62a7e3cd7941ea48c7f71a578fe595cdf48d83fe9d64a9d7222bb208abe9aa1ad67f985198b7818d71728105943fe305512b581ec9e76be4876b97c46d9e1e" ] } x-commit-hash: "d03f2ec0ab097dc7ed18c2b1c8bd690245d9c6b4"