xmlrpc-c 1.16.33-3.1ubuntu3 source package in Ubuntu

Changelog

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

  * Fix dh_makeshlibs calls for libxmlrpc-core-c3-0 -> libxmlrpc-core-c3
    rename.
 -- Colin Watson <email address hidden>   Sat, 12 Nov 2011 00:51:00 +0000

Upload details

Uploaded 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.1ubuntu3.diff.gz 10.4 KiB 10f5bcd28c7098d42c083b4381736e3c1cc99ac83e25c31f8fa6fa3abc319e77
xmlrpc-c_1.16.33-3.1ubuntu3.dsc 2.3 KiB c298de96e3c8049523aa5aa0862ecfd5cc704cd8bf75addc511f462170ad4762

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.