buildroot/package/libxmlrpc/Config.in

11 lines
333 B
Plaintext
Raw Normal View History

config BR2_PACKAGE_LIBXMLRPC
bool "libxmlrpc"
select BR2_PACKAGE_LIBCURL
help
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.
http://xmlrpc-c.sourceforge.net/