Language

Package: xmlrpc-c @ 1.43.08

Synopsis

Lightweight RPC library based on XML and HTTP

Description

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++.

Home page
http://xmlrpc-c.sourceforge.net/
Location
gnu/packages/xml.scm (line: 2175, column: 2)
Licenses

Lint warnings

LinterMessageLocation
formatting

Look for formatting issues in the source

line 2180 is way too long (91 characters)