gentoo-ebuilds/app-emacs/with-simulated-input/metadata.xml
Maciej Barć d0c471bfae
app-emacs: add stabilize-allarches tag to safe packages
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2024-01-27 22:26:10 +01:00

22 lines
946 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>gnu-emacs@gentoo.org</email>
<name>Gentoo GNU Emacs project</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/DarwinAwardWinner/with-simulated-input/issues/</bugs-to>
<remote-id type="github">DarwinAwardWinner/with-simulated-input</remote-id>
</upstream>
<longdescription>
This package provides an Emacs Lisp macro, with-simulated-input, which
evaluates one or more forms while simulating a sequence of input events for
those forms to read. The result is the same as if you had evaluated the
forms and then manually typed in the same input. This macro is useful for
non-interactive testing of normally interactive commands and functions,
such as completing-read.
</longdescription>
<stabilize-allarches />
</pkgmetadata>