blob: 74cd5e7fcf8f830687887491fa48d4e6fa6f882d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/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>
</upstream>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|