(lang dune 3.21) (name zstd) (generate_opam_files true) (license ISC) (authors "Anil Madhavapeddy ") (maintainers "Anil Madhavapeddy ") (source (tangled anil.recoil.org/ocaml-zstd)) (package (name zstd) (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.") (depends (ocaml (>= 5.1)) bitstream (alcotest (and :with-test (>= 1.7.0)))) (depopts bytesrw))