summaryrefslogtreecommitdiff
path: root/app-emacs/plz/metadata.xml
blob: 62fe06ab09f36c105852881ec463bdc7483149fe (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://srcux.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>srcux</origin>
</pkgmetadata>