xmlrpc-c 1.16.33-3.1ubuntu2 source package in Ubuntu

Changelog

xmlrpc-c (1.16.33-3.1ubuntu2) precise; urgency=low

  * Rename libxmlrpc-core-c3-0-udeb to libxmlrpc-core-c3-udeb to match the deb
    variant from Debian (LP: #878716).
  * Add Breaks/Replaces to cover binary package reorganisation (LP: #878180).
 -- Robie Basak <email address hidden>   Thu, 20 Oct 2011 15:46:59 +0100

Upload details

Uploaded by:
Robie Basak
Sponsored by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket 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.1ubuntu2.diff.gz 10.3 KiB 684d2e4c2b3eddc577a5a5f0852ccee0437ff5511f84078a94432ea48313c6ad
xmlrpc-c_1.16.33-3.1ubuntu2.dsc 2.3 KiB 076ec60145ff8d0d4962e7bd24ad1b780e136d80c0e264a9633d93ddbce1146a

View changes file

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-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-core-c3-udeb: A lightweight RPC library based on XML and HTTP (core 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 and C++.
 .
 This package contains the minimal runtime libraries for the Debian Installer
 (udeb).

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.