opam-version: "2.0"
maintainer: "Darren Ldl <dldldev@yahoo.com>"
authors: "Darren Ldl <dldldev@yahoo.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" "@install"]
depends: [
  "ocaml" {>= "4.03.0" & < "4.06.0"}
  "ocamlfind" {build}
  "jbuilder"
  "stdint" {build}
  "nocrypto" {build}
  "angstrom" {build & >= "0.2.0" & < "0.7.0"}
  "core" {build & >= "v0.9.0" & < "v0.15"}
  "hex" {build}
  "ctypes" {build}
  "ctypes-foreign" {build}
  "cmdliner" {build}
]
available: os != "macos"
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/v1.0.0.tar.gz"
  checksum: "md5=b69a2e7a83e9237f0ca124f2cf80cb50"
}
