emacs-xelb
X protocol Emacs Lisp binding
emacs-xelb
is a pure Emacs Lisp implementation of the X11 protocol based on the XML description files from the XCB project. It features an object-oriented API and permits a certain degree of concurrency. It should enable you to implement low-level X11 applications.
- Versions: 0.20
- Website: https://github.com/ch11ng/xelb
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of emacs-xelb
as follows:
guix install emacs-xelb
Or install a particular version:
guix install emacs-xelb@0.20
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of emacs-xelb about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/emacs-xelb'><img src='https://packages.guix.gnu.org/packages/emacs-xelb/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/emacs-xelb)
Example Org:
[[https://packages.guix.gnu.org/packages/emacs-xelb][https://packages.guix.gnu.org/packages/emacs-xelb/badges/latest-version.svg]]