This package browser is in early development. Mind the rough edges.

xmlrpc-c 1.43.08

Lightweight RPC library based on XML and HTTP

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

Installation

Install xmlrpc-c 1.43.08 as follows:

guix install xmlrpc-c@1.43.08

Or install the latest version:

guix install xmlrpc-c

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.