(lang dune 3.21) (using mdx 0.4) (name idc) (generate_opam_files true) (implicit_transitive_deps false) (source (tangled gazagnaire.org/ocaml-idc)) (maintainers "Thomas Gazagnaire") (authors "Thomas Gazagnaire") (package (name idc) (synopsis "CCSDS 122.0-B Image Data Compression") (tags (org:blacksun aerospace codec.ccsds compression)) (description "Wavelet-based image compression following the CCSDS 122.0-B standard. Supports the integer 5/3 wavelet for lossless compression and bit-plane encoding with progressive quality.") (depends (ocaml (>= 5.1)) (alcotest (and (>= 1.0) :with-test)) (alcobar :with-test) (mdx :with-test) fmt))