this repo has no description
1opam-version: "2.0" 2synopsis: "Decode and encode tar format files from Unix" 3description: """ 4tar is a library to read and write tar files with an emphasis on 5streaming. This library provides a Unix or Windows compatible interface. 6""" 7maintainer: ["Reynir Björnsson <reynir@reynir.dk>" "dave@recoil.org"] 8authors: [ 9 "Dave Scott" 10 "Thomas Gazagnaire" 11 "David Allsopp" 12 "Antonin Décimo" 13 "Reynir Björnsson" 14 "Hannes Mehnert" 15] 16license: "ISC" 17tags: ["org:xapi-project" "org:mirage"] 18homepage: "https://github.com/mirage/ocaml-tar" 19doc: "https://mirage.github.io/ocaml-tar/" 20bug-reports: "https://github.com/mirage/ocaml-tar/issues" 21depends: [ 22 "dune" {>= "2.9"} 23 "ocaml" {>= "4.08.0"} 24 "lwt" {>= "5.7.0"} 25 "tar" {= version} 26 "odoc" {with-doc} 27] 28build: [ 29 ["dune" "subst"] {dev} 30 [ 31 "dune" 32 "build" 33 "-p" 34 name 35 "-j" 36 jobs 37 "--promote-install-files=false" 38 "@install" 39 "@runtest" {with-test} 40 "@doc" {with-doc} 41 ] 42 ["dune" "install" "-p" name "--create-install-files" name] 43] 44dev-repo: "git+https://github.com/mirage/ocaml-tar.git" 45x-maintenance-intent: [ "(latest)" ] 46url { 47 src: 48 "https://github.com/mirage/ocaml-tar/releases/download/v3.3.0/tar-3.3.0.tbz" 49 checksum: [ 50 "sha256=f3d6b0d677fd40fd1eb80bccc60bb613220358be58f66c5fa8bf0257f3e5eb96" 51 "sha512=be23a0337f1334b9ead1516745f1397afd240787bb983f037ea33434eea7f0c9dedf2e53ebd1b47a076220cac9d926370d1b8d2b329d1e16d02b9b0e517dd162" 52 ] 53} 54x-commit-hash: "a447ca8ab368916aeb107bfbc3757934d64164eb"