(declare-project :name "censtablo" :description "" :version "0.0.0") (declare-executable :name "censtablo" :entry "./main.janet" :install true :pkg-config-libs ["wayland-client" "xkbcommon"]) (declare-executable :name "censtablo-repl" :entry "./repl.janet" :install true :pkg-config-libs ["wayland-client" "xkbcommon"])