My agentic slop goes here. Not intended for anyone else!
1(lang dune 3.0) 2(name termext) 3(version 0.1.0) 4 5(generate_opam_files true) 6 7(source (github username/termext)) 8(license MIT) 9(authors "Anonymous") 10(maintainers "Anonymous") 11 12(package 13 (name termext) 14 (synopsis "OCaml implementation of Kitty terminal protocols") 15 (description "A library for generating escape sequences for Kitty terminal protocols including text sizing and graphics display.") 16 (depends 17 (ocaml (>= 4.14)) 18 (fmt (>= 0.9.0)) 19 (base64 (>= 3.5.0)) 20 (camlzip (>= 1.11)) 21 dune))