opam-version: "2.0" synopsis: "Decode and encode tar format files in pure OCaml" description: """ tar is a simple library to read and write tar files with an emphasis on streaming. This is pure OCaml code, no C bindings. """ maintainer: ["dave@recoil.org"] authors: ["Dave Scott" "Thomas Gazagnaire" "David Allsopp" "Antonin Décimo"] 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"} "camlp-streams" "ocaml" {>= "4.08.0"} "ppx_cstruct" {build & >= "3.6.0"} "cstruct" {>= "6.0.0"} "re" {>= "1.7.2"} "decompress" {>= "1.5.1"} "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/v2.1.0/tar-2.1.0.tbz" checksum: [ "sha256=05cf662c9cfc3fc6cf1e04785b8f65c125df5a617686c4ee86567c59d219cf2c" "sha512=ac0307d3d99c8335f40a86257b328fa78603a6d558477fd7802ec14802e308c8dcddca3ae6609be23e715b4e6e554c10e876f315e5fefa96632f5c992dc0b782" ] } x-commit-hash: "43ac8b8035296165dab5f5f3880c0ff385c1e18f"