
This directory contains the Zumero client library for Mac OS, in
two forms:

zumero_client_api.a        (static)
zumero_client_api.dylib    (dynamic)

Each library is compiled without debug information and contains both i386 and
x64_64 architectures.

The header file is

../include/zumero_client_api.h

and contains additional notes about the API.

    #include "sqlite3.h"
    #include "zumero_client_api.h"

    int rc = zumero_sync(...);

