Boost.ASIO header-only bindings for libcurvecpr.
Requires a patched version of libcurvecpr from kostko/libcurvecpr.
Assuming default library and installation locations, the bindings can be installed by using:
$ mkdir build
$ cd build
$ cmake ..
$ sudo make install
Example server and client implementations can be found under libcurvecpr-asio/examples.