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++.
- Outputs:
out
- Website: https://xmlrpc-c.sourceforge.net/
- Licenses: Expat · Python Software Foundation License
- Package source: gnu/packages/xml.scm
- Builds: See build status
- Issues: See known issues
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.