File: control

package info (click to toggle)
xmlrpc-c 1.33.14-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,516 kB
  • ctags: 7,636
  • sloc: ansic: 52,234; cpp: 12,048; sh: 3,112; makefile: 1,964; perl: 593; xml: 134
file content (93 lines) | stat: -rw-r--r-- 3,776 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Source: xmlrpc-c
Priority: optional
Section: libs
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: autotools-dev,
               debhelper (>= 9),
               libcurl4-openssl-dev | libcurl3-openssl-dev,
               quilt
Homepage: http://xmlrpc-c.sourceforge.net
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/collab-maint/xmlrpc-c.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/xmlrpc-c.git

Package: libxmlrpc-c++8-dev
Section: libdevel
Architecture: any
Depends: libc6-dev,
         libxmlrpc-c++8v5 (= ${binary:Version}),
         libxmlrpc-core-c3-dev (= ${binary:Version}),
         ${misc:Depends}
Suggests: xmlrpc-api-utils
Conflicts: libxmlrpc-c++4-dev
Description: lightweight RPC library based on XML and HTTP [C++ development libraries]
 XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
 It converts the procedure call into an XML document, sends it to a remote
 server using HTTP, and gets back the response as XML.
 .
 This library provides a modular implementation of XML-RPC for C++.
 .
 Install this package if you wish to develop your own programs using this
 library.

Package: libxmlrpc-c++8v5
Architecture: any
Depends: libxmlrpc-core-c3 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Conflicts: libxmlrpc-c++8
Replaces: libxmlrpc-c++8
Description: lightweight RPC library based on XML and HTTP [C++ runtime libraries]
 XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
 It converts the procedure call into an XML document, sends it to a remote
 server using HTTP, and gets back the response as XML.
 .
 This library provides a modular implementation of XML-RPC for C++.

Package: libxmlrpc-core-c3-dev
Section: libdevel
Architecture: any
Depends: libc6-dev, libxmlrpc-core-c3 (= ${binary:Version}), ${misc:Depends}
Suggests: xmlrpc-api-utils
Description: lightweight RPC library based on XML and HTTP [C development libraries]
 XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
 It converts the procedure call into an XML document, sends it to a remote
 server using HTTP, and gets back the response as XML.
 .
 This library provides a modular implementation of XML-RPC for C.
 .
 Install this package if you wish to develop your own programs using this
 library.

Package: libxmlrpc-core-c3
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: lightweight RPC library based on XML and HTTP [C runtime libraries]
 XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
 It converts the procedure call into an XML document, sends it to a remote
 server using HTTP, and gets back the response as XML.
 .
 This library provides a modular implementation of XML-RPC for C.

Package: xmlrpc-api-utils
Conflicts: xml-rpc-api2cpp, xml-rpc-api2txt
Provides: xml-rpc-api2cpp, xml-rpc-api2txt
Replaces: xml-rpc-api2cpp, xml-rpc-api2txt
Architecture: any
Section: devel
Depends: libc6-dev,
         libfrontier-rpc-perl,
         libxmlrpc-c++8v5 (= ${binary:Version}),
         libxmlrpc-core-c3 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Generate C++ wrapper classes for XML-RPC servers
 XML-RPC is a quick-and-easy way to make procedure calls over the Internet.
 It converts the procedure call into an XML document, sends it to a remote
 server using HTTP, and gets back the response as XML.
 .
 This package contains two programs:
  * xml-rpc-api2cpp, a utility for generating C++ wrapper classes based
    on an XML-RPC API, obtained by interrogating an XML-RPC server.
  * xml-rpc-api2txt, a utility for printing out an XML-RPC API as a
    text file.  The API is obtained by interrogating an XML-RPC server.