(meta (synopsis "Library for writing text-based user interfaces") (authors "Richard van Roy") (version "v0.11") (license "BSD") (category ui)) (components (extension termbox (dependencies "utf8.c" "ctermbox.c" "termbox.scm") (csc-options -O3 -d1) (csc-files "utf8.c" "ctermbox.c" "termbox.scm"))) ; Hm, redundant and lame ; ... actually this could be ; done via foreign-declare, so ; perhaps we don't need to ; support this kind of thing ; via the declarative API?