cmack / cl-xkb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cl-xkb

cl-xkb is a Common Lisp wrapper for libxkbcommon. libxkbcommon is library for handling keyboard descriptions and their state.

Status

cl-xkb started development to support ulubis. The library currently supports these xkb modules:

Pull requests adding more of the API are more than welcome.

Requirements

cl-xkb requires libxkbcommon and CFFI. It may require development files from your distribution -- the package should usually be called something like libxkbcommon-dev

Installation

CL-USER> (ql:quickload :cl-xkb)

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Common Lisp 100.0%