diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-05-11 17:05:18 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-05-11 17:34:30 +0200 |
commit | f343f6a4c71f59542cc9f89e9ff0b85f2fc68f0d (patch) | |
tree | 23a3e6f50553fa56322d94beefb0f9310402d817 /app-emacs/plz/metadata.xml | |
parent | app-emacs/ts: new package; add 0.3 (diff) | |
download | gentoo-f343f6a4c71f59542cc9f89e9ff0b85f2fc68f0d.tar.gz gentoo-f343f6a4c71f59542cc9f89e9ff0b85f2fc68f0d.tar.bz2 gentoo-f343f6a4c71f59542cc9f89e9ff0b85f2fc68f0d.zip |
app-emacs/plz: new package; add 0.5.4
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/plz/metadata.xml')
-rw-r--r-- | app-emacs/plz/metadata.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-emacs/plz/metadata.xml b/app-emacs/plz/metadata.xml new file mode 100644 index 000000000000..312ec018bd3c --- /dev/null +++ b/app-emacs/plz/metadata.xml @@ -0,0 +1,20 @@ +<?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> + <longdescription> + plz is an HTTP library for Emacs. It uses curl as a backend, which avoids + some of the issues with using Emacs's built-in url library. It supports + both synchronous and asynchronous requests. Its API is intended to be + simple, natural, and expressive. Its code is intended to be simple and + well-organized. Every feature is tested against httpbin. + </longdescription> + <upstream> + <bugs-to>https://github.com/alphapapa/plz.el/issues/</bugs-to> + <remote-id type="github">alphapapa/plz.el</remote-id> + </upstream> +</pkgmetadata> |