xmlrpc-c 1.16.33-3.1ubuntu1 source package in Ubuntu
Changelog
xmlrpc-c (1.16.33-3.1ubuntu1) precise; urgency=low * Merge from Debian testing. Remaining changes: - Add libxmlrpc-core-c3-0-udeb for use during installation (LP: #831496). -- Dave Walker (Daviey) <email address hidden> Wed, 19 Oct 2011 10:55:41 +0100
Upload details
- Uploaded by:
- Dave Walker
- Uploaded to:
- Precise
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- libs
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
xmlrpc-c_1.16.33.orig.tar.gz | 708.1 KiB | ebc388535d7d178f8225a7538898c671fc99e678975142dc141ee67440089447 |
xmlrpc-c_1.16.33-3.1ubuntu1.diff.gz | 10.3 KiB | 0435b17e4b95af64a6468e3874d32bb66cbe92d24c3d9bd7508ca5ff776d6b04 |
xmlrpc-c_1.16.33-3.1ubuntu1.dsc | 1.3 KiB | ab856216f5520590bcbe505e0d832547bd00daf6107025e2e35875d8baafd60b |
Available diffs
Binary packages built by this source
- libxmlrpc-c++4: 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++.
- libxmlrpc-c++4-dev: 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.
- libxmlrpc-c3-dev: lightweight RPC library based on XML and HTTP [transitional package]
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 is an empty package for transitional purposes, and can be safely
removed.
- libxmlrpc-core-c3: 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.
- libxmlrpc-core-c3-0-udeb: No summary available for libxmlrpc-core-c3-0-udeb in ubuntu precise.
No description available for libxmlrpc-
core-c3- 0-udeb in ubuntu precise.
- libxmlrpc-core-c3-dev: 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.
- xmlrpc-api-utils: 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.