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" & < "5.0"} "dune" {>= "1.0"} "ppx_tools" {build} "ppx_cstruct" {>= "3.1.0"} "cstruct" {>= "1.9.0" & < "6.1.0"} "re" "result" ] 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 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. """ url { src: "https://github.com/mirage/ocaml-tar/releases/download/v1.0.1/tar-v1.0.1.tbz" checksum: [ "sha256=e7a5bb9a19627877b447ca526374083a7e2229fba8aede7e82226a6d03032a0f" "md5=0018b647a829299f0bf88a85c80b8a54" ] }