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 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167
|
Source: xmlrpc-c
Priority: optional
Section: libs
Maintainer: Alexandre Detiste <tchet@debian.org>
# co-maintain & team-maintain is welcome
Build-Depends:
debhelper-compat (= 13),
dpkg-dev (>= 1.22.5),
libcurl4-openssl-dev | libcurl3-openssl-dev,
libexpat1-dev,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: http://xmlrpc-c.sourceforge.net
Vcs-Git: https://salsa.debian.org/debian/xmlrpc-c.git
Vcs-Browser: https://salsa.debian.org/debian/xmlrpc-c
X-Style: black
Package: libxmlrpc-c++9-dev
Section: libdevel
Architecture: any
Depends:
libc6-dev,
libxmlrpc-c++9 (= ${binary:Version}),
libxmlrpc-core-c3-dev (= ${binary:Version}),
${misc:Depends},
Suggests:
xmlrpc-api-utils,
Conflicts:
libxmlrpc-c++8-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++9
Architecture: any
Depends:
libxmlrpc-core-c3t64 (= ${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,
libcurl4-openssl-dev | libcurl4-gnutls-dev,
libexpat1-dev,
libxmlrpc-core-c3t64 (= ${binary:Version}),
libxmlrpc-util-dev,
${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-c3t64
Provides:
${t64:Provides},
Replaces:
libxmlrpc-core-c3,
Breaks:
libxmlrpc-core-c3 (<< ${source:Version}),
Architecture: any
Multi-Arch: same
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: libxmlrpc-util4
Architecture: any
Multi-Arch: same
Breaks:
libxmlrpc-core-c3 (<< 1.59.03-2),
libxmlrpc-core-c3t64 (<< 1.59.03-2),
Replaces:
libxmlrpc-core-c3 (<< 1.59.03-2),
libxmlrpc-core-c3t64 (<< 1.59.03-2),
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Lightweight RPC library based on XML and HTTP [extra 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 extra utility functions.
Package: libxmlrpc-util-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Breaks:
libxmlrpc-core-c3-dev (<< 1.59.03-2),
Replaces:
libxmlrpc-core-c3-dev (<< 1.59.03-2),
Depends:
libxmlrpc-util4 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: Lightweight RPC library based on XML and HTTP [extra 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 extra utility functions.
.
Install this package if you wish to develop your own programs using this
library.
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++9 (= ${binary:Version}),
libxmlrpc-core-c3t64 (= ${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.
|