xmlrpc-c 1.16.33-3.1ubuntu5 source package in Ubuntu
Changelog
xmlrpc-c (1.16.33-3.1ubuntu5) precise; urgency=low * Bump the build-dep on libcurl3-openssl-dev as well, otherwise the old libcurl4-openssl-dev gets installed. -- Timo Aaltonen <email address hidden> Fri, 25 Nov 2011 18:32:04 +0200
Upload details
- Uploaded by:
- Timo Aaltonen
- Uploaded to:
- Precise
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- libs
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | main | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
xmlrpc-c_1.16.33.orig.tar.gz | 708.1 KiB | ebc388535d7d178f8225a7538898c671fc99e678975142dc141ee67440089447 |
xmlrpc-c_1.16.33-3.1ubuntu5.diff.gz | 14.7 KiB | 303e4eb726222f5fc0790127d83ef6486e95762e698c9d6832c993f7163a5f73 |
xmlrpc-c_1.16.33-3.1ubuntu5.dsc | 1.3 KiB | 2dc0f3905f3dc08a5460baabb03bd7404654e5ea87f5e7ee3a82ce6ede038554 |
Available diffs
Binary packages built by this source
- libxmlrpc-c++4: No summary available for libxmlrpc-c++4 in ubuntu quantal.
No description available for libxmlrpc-c++4 in ubuntu quantal.
- 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: No summary available for libxmlrpc-core-c3 in ubuntu quantal.
No description available for libxmlrpc-core-c3 in ubuntu quantal.
- 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.