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