this repo has no description
1opam-version: "2.0"
2maintainer: "dave@recoil.org"
3authors: ["Dave Scott" "Thomas Gazagnaire" "David Allsopp"]
4tags: ["org:xapi-project" "org:mirage"]
5homepage: "https://github.com/mirage/ocaml-tar"
6doc: "https://mirage.github.io/ocaml-tar/"
7bug-reports: "https://github.com/mirage/ocaml-tar/issues"
8depends: [
9 "ocaml" {>= "4.03.0" & < "5.0"}
10 "dune" {>= "1.0"}
11 "ppx_tools" {build}
12 "ppx_cstruct" {>= "3.1.0"}
13 "cstruct" {>= "1.9.0" & < "6.1.0"}
14 "re"
15 "result"
16]
17build: [
18 ["dune" "subst"] {dev}
19 ["dune" "build" "-p" name "-j" jobs]
20]
21dev-repo: "git+https://github.com/mirage/ocaml-tar.git"
22synopsis: "Decode and encode tar format files in pure OCaml"
23description: """
24tar is a simple library to read and write tar files with an emphasis on
25streaming.
26
27This is pure OCaml code, no C bindings.
28"""
29url {
30 src:
31 "https://github.com/mirage/ocaml-tar/releases/download/v1.0.0/tar-v1.0.0.tbz"
32 checksum: [
33 "sha256=10d65e3c8967986d249b3177a2315354a144c6873ce2f28ea7147bf28d83c0ff"
34 "md5=160d445644541224aa6b8ee0da7df939"
35 ]
36}