File: control

package info (click to toggle)
plz-el 0.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 256 kB
  • sloc: sh: 880; lisp: 797; makefile: 43
file content (30 lines) | stat: -rw-r--r-- 1,047 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: plz-el
Section: editors
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends: debhelper-compat (= 13),
 dh-elpa,
 texinfo,
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/emacsen-team/plz-el
Vcs-Git: https://salsa.debian.org/emacsen-team/plz-el.git
Homepage: https://github.com/alphapapa/plz.el
Testsuite: autopkgtest-pkg-elpa
Rules-Requires-Root: no

Package: elpa-plz
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: HTTP library for Emacs
 An HTTP library that uses curl as a backend.  Inspired by, and some
 code copied from, Christopher Wellons's library, elfeed-curl.el.
 .
 Why this package?
 .
 1.  `url' works well for many things, but it has some issues.
 2.  `request' works well for many things, but it has some issues.
 3.  Chris Wellons doesn't have time to factor his excellent
     elfeed-curl.el library out of Elfeed.  This will have to do.