opam-version: "2.0"
maintainer: "Darren Ldl <darrenldldev@gmail.com>"
authors: "Darren Ldl <darrenldldev@gmail.com>"
homepage: "https://github.com/darrenldl/ocaml-SeqBox"
bug-reports: "https://github.com/darrenldl/ocaml-SeqBox/issues"
license: "BSD-3-Clause"
dev-repo: "git+https://github.com/darrenldl/ocaml-SeqBox.git"
build: ["jbuilder" "build" "-p" name]
depends: [
  "ocaml" {>= "4.03.0" & < "4.06.0"}
  "jbuilder"
  "stdint" {build}
  "nocrypto" {build}
  "digestif" {build & = "0.5"}
  "angstrom" {build & >= "0.2.0" & < "0.7.0"}
  "hex" {build}
  "cmdliner" {build}
]
synopsis: "Implementation of SeqBox in OCaml"
description:
  "A single file container/archive that can be reconstructed even after total loss of file system structures (from official SeqBox)."
url {
  src: "https://github.com/darrenldl/ocaml-SeqBox/archive/1.2.2.tar.gz"
  checksum: "md5=da75c53c19c7e609e4a9e6cd18ad4e2d"
}
