opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/zstandard" bug-reports: "https://github.com/janestreet/zstandard/issues" dev-repo: "git+https://github.com/janestreet/zstandard.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/zstandard/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "core" {= "v0.17~preview.129.11+135"} "core_kernel" {= "v0.17~preview.129.11+135"} "ppx_jane" {= "v0.17~preview.129.11+135"} "conf-zstd" "ctypes" {>= "0.18.0"} "dune" {>= "2.0.0"} ] synopsis: "OCaml bindings to Zstandard" description: " Zstandard is a real-time compression algorithm which provides high compression ratios. " available: (arch = "x86_64" | arch = "arm64") & os = "linux" url { src: "https://github.com/janestreet/zstandard/archive/7135e9d2724b12ad7cee6247a8d708bac5d81a74.tar.gz" checksum: "sha256=26c0b9597f106b466ab0b0f6a2d3b4c3de9fc6eef0972b99787e618283cbfc99" } flags: deprecated post-messages: [ "IMPORTANT: The bleeding edge repository mirror on ocaml.janestreet.com is being deprecated in favor of our official GitHub repository." "To ensure you receive the latest packages and updates, please update your repository URL by running:" " opam repo set-url janestreet-bleeding https://github.com/janestreet/opam-repository.git" ]