xmlrpc-c

Lightweight RPC library for making remote procedure calls over XML and HTTP

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight RPC library (based on XML and HTTP)

Commands

xmlrpc-c-config

Examples

check xmlrpc-c version and installation details$ xmlrpc-c-config --version
get compiler flags for building with xmlrpc-c$ xmlrpc-c-config --cflags
get linker flags for compiling xmlrpc-c programs$ xmlrpc-c-config --libs
see available xmlrpc-c modules and features$ xmlrpc-c-config --features
integrate xmlrpc-c into a C project build$ gcc -o myapp myapp.c $(xmlrpc-c-config --cflags --libs)