1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: xelb
Section: editors
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Martin <debacle@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-elpa,
elpa-compat,
xcb-proto,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/emacs-exwm/xelb
Vcs-Git: https://salsa.debian.org/emacsen-team/xelb.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/xelb
Package: elpa-xelb
Architecture: all
Depends: ${elpa:Depends},
${misc:Depends}
Recommends: emacs
Enhances: emacs
Description: pure Elisp implementation of X11 protocol
XELB (X protocol Emacs Lisp Binding) is a pure Elisp
implementation of X11 protocol based on the XML description
files from XCB project. It features an object-oriented API and
permits a certain degree of concurrency. It should enable you to
implement some low-level X11 applications. Please refer to
xelb.el for more details.
|