OML Shared Functionality Library
================================

This directory contains the source code for functionality that is
shared between OML client, proxy and server. It contains code for
marshalling and unmarshalling, managing OMLValues, handling memory
buffers and so on.

Please refer to the boilerplate in each file to get their description.
You can get a summary by running

  grep "brief" *.{c,h}

in this directory.
