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"
45url {
46 src:
47 "https://github.com/mirage/ocaml-tar/releases/download/v3.1.1/tar-3.1.1.tbz"
48 checksum: [
49 "sha256=a58907f52b89af16109359432ff84d24f6a26460a70e58030bd0fc7cca4db054"
50 "sha512=d6752890c2a259108d8a204af78ab7382a63bf06d5c0382cc5342c258aba8f6972ba4761f64a7f1f86c51b7ed82963cd6c5fbdf3e8eaea71ae1e6d946221ae56"
51 ]
52}
53x-commit-hash: "eea1d74620d48851946f841df41b119a7fa8aa8a"