blob: b3c7529f52f5f35f600261c1e0c056465c2e0ba3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>gnu-emacs@gentoo.org</email>
<name>Gentoo GNU Emacs project</name>
</maintainer>
<longdescription>
Taking inspiration from prefix keys and prefix arguments, Transient
implements a similar abstraction involving a prefix command, infix
arguments and suffix commands. We could call this abstraction a
"transient command", but because it always involves at least two
commands (a prefix and a suffix) we prefer to call it just a
"transient".
</longdescription>
<stabilize-allarches />
<upstream>
<bugs-to>https://github.com/magit/transient/issues/</bugs-to>
<changelog>https://raw.githubusercontent.com/magit/transient/refs/heads/main/CHANGELOG</changelog>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|