File: control

package info (click to toggle)
xelb 0.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,132 kB
  • sloc: lisp: 20,393; makefile: 24
file content (28 lines) | stat: -rw-r--r-- 938 bytes parent folder | download
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.