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.2.0/tar-3.2.0.tbz"
49 checksum: [
50 "sha256=1f50437635b2da21bbef4ed22b0f4ab764901c91671cfd8e937317bf72adf1bd"
51 "sha512=dd62a7e3cd7941ea48c7f71a578fe595cdf48d83fe9d64a9d7222bb208abe9aa1ad67f985198b7818d71728105943fe305512b581ec9e76be4876b97c46d9e1e"
52 ]
53}
54x-commit-hash: "d03f2ec0ab097dc7ed18c2b1c8bd690245d9c6b4"