opam-version: "2.0" maintainer: "dave@recoil.org" authors: ["Dave Scott" "Thomas Gazagnaire" "David Allsopp"] 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: [ "ocaml" {>= "4.03.0"} "dune" {>= "1.0"} "tar" {>= "1.0.0" & < "2.0.0"} "cstruct" {>= "1.9.0"} "cstruct-lwt" "re" {>= "1.7.2"} "lwt" ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] dev-repo: "git+https://github.com/mirage/ocaml-tar.git" synopsis: "Decode and encode tar format files from Unix" description: """ tar is a simple library to read and write tar files with an emphasis on streaming. This library provides a Unix or Windows compatible interface. """ url { src: "https://github.com/mirage/ocaml-tar/releases/download/v1.1.0/tar-v1.1.0.tbz" checksum: [ "sha256=c48e4ce128058fac4ae1a0f3d2d49f42d9a736a3bf166b59f086e6e6f926018d" "sha512=ea273a8fefab42624c42da9d1a02557d1c51d4d8c0d032e8d8a17e0f6866c56b3ab0b32eacb8ad788bbf6983bff36ac072353af08a730b6b26f9c45d4d4f521a" ] }