(lang dune 3.21) (name bitstream) (generate_opam_files true) (license ISC) (authors "Anil Madhavapeddy ") (maintainers "Anil Madhavapeddy ") (source (tangled anil.recoil.org/ocaml-bitstream)) (package (name bitstream) (synopsis "Bit-level I/O for binary format parsing and generation") (description "Forward and backward bitstream reading/writing for binary formats. Supports bit-level operations required by compression algorithms like FSE, ANS, and Huffman coding.") (depends (ocaml (>= 5.2.0)) (alcotest (and :with-test (>= 1.7.0)))))