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"
  "nocrypto"
  "digestif" {= "0.5"}
  "angstrom" {>= "0.2.0" & < "0.7.0"}
  "hex"
  "cmdliner"
]
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.3.tar.gz"
  checksum: "md5=35ae95b32991cf078945eeb95d12155d"
}
