this repo has no description
1opam-version: "2.0"
2maintainer: "Jane Street developers"
3authors: ["Jane Street Group, LLC"]
4homepage: "https://github.com/janestreet/zstandard"
5bug-reports: "https://github.com/janestreet/zstandard/issues"
6dev-repo: "git+https://github.com/janestreet/zstandard.git"
7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/zstandard/index.html"
8license: "MIT"
9build: [
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "4.08.0"}
14 "core" {>= "v0.13" & < "v0.14"}
15 "ppx_jane" {>= "v0.13" & < "v0.14"}
16 "conf-zstd"
17 "ctypes" {>= "0.14.0"}
18 "dune" {>= "1.5.1"}
19]
20synopsis: "OCaml bindings to Zstandard"
21description: "
22Zstandard is a real-time compression algorithm which provides high compression ratios.
23"
24url {
25 src:
26 "https://ocaml.janestreet.com/ocaml-core/v0.13/files/zstandard-v0.13.0.tar.gz"
27 checksum: [
28 "sha256=18ce47bb779574955d779d1c4a30f3f5b29a6eb51f05032327879e8a55bdd685"
29 "md5=ce3b9c47beda368bf4664a447ab47a02"
30 ]
31}