#!r6rs ;; Submit-To: https://akkuscm.org/packages/ (package (name "yxskaft") (versions ((version "0.2.0") (synopsis "Tiny X client library") (description "This is an X client library with the KISS philosophy.\nThe intent is to provide a simple framebuffer along with keyboard and\nmouse input. It's not a complete X client." "Tested with Loko >0.11.0. Porting to other R6RS\nSchemes is fairly simple, but not yet done") (authors "Göran Weinholt") (license "LGPL-3.0-or-later") (lock (location (git "https://gitlab.com/weinholt/yxskaft.git")) (tag "v0.2.0") (revision "bc1e6cb2575fcfde98cef4c16143a13fe64a42e8")) (depends ("r6rs-pffi" "^1.3.0") ("struct-pack" "^1.1.1")) (depends/dev) (conflicts))))