Kitty Graphics Protocol in OCaml
terminal graphics ocaml
1(lang dune 3.20) 2(name kgp) 3 4(package 5 (name kgp) 6 (synopsis "OCaml implementation of the Kitty terminal graphics protocol") 7 (description 8 "A standalone library for rendering images in terminals that support the Kitty graphics protocol. Supports image transmission, display, animation, Unicode placeholders, and terminal capability detection.") 9 (depends 10 (ocaml (>= 4.14.0)) 11 base64))