# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Pure OCaml implementation of Zstandard compression" description: """ A complete pure OCaml implementation of the Zstandard (zstd) compression algorithm (RFC 8878). Includes both compression and decompression with support for all compression levels and dictionaries. When the optional bytesrw dependency is installed, the zstd.bytesrw sublibrary provides streaming-style compression and decompression.""" maintainer: ["Anil Madhavapeddy "] authors: ["Anil Madhavapeddy "] license: "ISC" homepage: "https://tangled.org/anil.recoil.org/ocaml-zstd" bug-reports: "https://tangled.org/anil.recoil.org/ocaml-zstd/issues" depends: [ "dune" {>= "3.21"} "ocaml" {>= "5.1"} "bitstream" "alcotest" {with-test & >= "1.7.0"} "odoc" {with-doc} ] depopts: ["bytesrw"] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-zstd" x-maintenance-intent: ["(latest)"]