this repo has no description
1opam-version: "2.0"
2maintainer: "Darren Ldl <darrenldldev@gmail.com>"
3authors: "Darren Ldl <darrenldldev@gmail.com>"
4homepage: "https://github.com/darrenldl/ocaml-SeqBox"
5bug-reports: "https://github.com/darrenldl/ocaml-SeqBox/issues"
6license: "BSD-3-Clause"
7dev-repo: "git+https://github.com/darrenldl/ocaml-SeqBox.git"
8build: ["jbuilder" "build" "-p" name]
9depends: [
10 "ocaml" {>= "4.03.0"}
11 "jbuilder" {>= "1.0+beta7"}
12 "stdint"
13 "nocrypto"
14 "digestif" {= "0.5"}
15 "angstrom" {>= "0.7.0" & < "0.10.0"}
16 "hex"
17 "cmdliner"
18]
19synopsis: "Implementation of SeqBox in OCaml"
20description:
21 "A single file container/archive that can be reconstructed even after total loss of file system structures (from official SeqBox)."
22url {
23 src: "https://github.com/darrenldl/ocaml-SeqBox/archive/1.2.4.tar.gz"
24 checksum: [
25 "sha256=881813a2e61cb8c4349c1db5c746ac90e4e7b91c556ca6ba5a57c55e606afebe"
26 "md5=8e48a67646625702d039f07247b3d576"
27 ]
28}