this repo has no description
1opam-version: "2.0"
2maintainer: "ygrek@autistici.org"
3homepage: "https://github.com/ygrek/ocaml-zstd"
4license: "BSD-3-Clause"
5authors: [ "ygrek" ]
6tags: [ "org:ygrek" "clib:zstd" ]
7doc: [ "https://ygrek.org/p/ocaml-zstd/api/index.html" ]
8dev-repo: "git+https://github.com/ygrek/ocaml-zstd.git"
9bug-reports: "https://github.com/ygrek/ocaml-zstd/issues"
10build: [
11 ["dune" "subst"] {dev}
12 ["dune" "build" "-p" name "-j" jobs
13 "@install"
14 "@doc" {with-doc}
15 "@runtest" {with-test}]
16]
17depends: [
18 "ocaml"
19 "dune" {>= "3.7"}
20 "ctypes" {>= "0.13.0"}
21 "integers"
22 ("extlib" {with-test} | "extlib-compat" {with-test})
23 "base-unix" {with-test}
24 "conf-zstd"
25]
26conflicts: [ "ocaml-option-bytecode-only" ]
27synopsis: "Bindings to zstd compression library"
28description: """
29Zstd, short for Zstandard, is a fast lossless compression algorithm,
30targeting real-time compression scenarios at zlib-level compression ratio.
31See http://zstd.net/ for more info."""
32url {
33 src:
34 "https://github.com/ygrek/ocaml-zstd/releases/download/v0.4/zstd-0.4.tbz"
35 checksum: [
36 "sha256=c1968643e295e94e04bd49efc7939f18c189abbbeb338b3b0f3688e9f2a90111"
37 "sha512=3efca81a26004486efeb15590613ad4071d651256688d00afb64dbaf391dacf465f3bacb6626ea4763a6d067bb8af08bc7c15b32fb7541551b90d3698ba70f2f"
38 ]
39}
40x-commit-hash: "c50809df5c0474454740948ad0e7a1c77461cce0"