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

emacs-xml-rpc 1.6.15

XML-RPC client for Emacs

This package provides an XML-RPC client for Emacs capable of both synchronous and asynchronous method calls using the url package's async retrieval functionality. xml-rpc.el represents XML-RPC datatypes as Lisp values, automatically converting to and from the XML datastructures as needed, both for method parameters and return values, making using XML-RPC methods fairly transparent to the Lisp code.

Installation

Install emacs-xml-rpc 1.6.15 as follows:

guix install emacs-xml-rpc@1.6.15

Or install the latest version:

guix install emacs-xml-rpc

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.