...Most of the code is written by the team led by Wilson Snyder.
What I have done in this project:
* Provide a standalone command line interface (without Perl).
* Replace the parts implemented in Perl to C++.
* Encapsulate the package in a separated namespace for better independence.
What I may do in the future:
* Replace the C language features to C++.
* Optimise some code for better reading or performance.
INSTALL GUIDE
Make sure you have GNU Make, gcc-g++, and boost library installed.
...