summaryrefslogtreecommitdiff
path: root/debian/control
blob: 287cacda51a0a3880f8c120517165750b3cc9edb (plain)
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
31
Source: xml-rpc-el
Section: lisp
Priority: optional
Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
Uploaders: Aymeric Agon-Rambosson <aymeric.agon@yandex.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-elpa
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/emacsen-team/xml-rpc-el
Vcs-Git: https://salsa.debian.org/emacsen-team/xml-rpc-el.git
Homepage: https://github.com/xml-rpc-el/xml-rpc-el
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-elpa

Package: elpa-xml-rpc
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends},
Recommends: emacs
Enhances: emacs
Description: Emacs Lisp XML-RPC client
 This is an XML-RPC client library for Emacs Lisp, capable of both
 synchronous and asynchronous method calls.
 .
 An XML-RPC client sends and receives data over HTTP.  The request and
 the response are both described using XML.
 .
 xml-rpc.el represents XML-RPC datatypes as lisp values, automatically
 converting to and from the XML datastructures as needed, both for
 method parameters and return values.  This makes using XML-RPC
 methods transparent to the lisp code.