#!r6rs ;; Submit-To: https://akkuscm.org/packages/ (package (name "yxskaft") (versions ((version "0.1.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.7.0. Porting to other R6RS Schemes is\nfairly 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.1.0") (revision "d80c243ea59de916587a9cc1877917a404fb90c0")) (depends ("r6rs-pffi" "^1.3.0") ("struct-pack" "^1.1.1")) (depends/dev) (conflicts))))