opam-version: "1.2"
maintainer: "dave@recoil.org"
authors: ["Dave Scott" "Thomas Gazagnaire" "David Allsopp"]
homepage: "https://github.com/mirage/ocaml-tar"
bug-reports: "https://github.com/mirage/ocaml-tar/issues"
doc: "https://mirage.github.io/ocaml-tar/"
tags: ["org:xapi-project" "org:mirage"]
dev-repo: "https://github.com/mirage/ocaml-tar.git"
build: [
  ["jbuilder" "subst" "-p" name "--name" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
  "jbuilder" {build & >= "1.0+beta7"}
  "tar"
  "cstruct" {>= "1.9.0"}
  "cstruct-lwt"
  "re"
  "result"
  "lwt"
]
patches: "0001-Do-not-always-build-with-safe-string-this-can-break-.patch"
available: [ocaml-version >= "4.03.0"]
