The cluscore is growing library that gives "object oriented" like power to just ordinary C programs.
The current release is cluscore-0.1.x; it is still an alpha release. We will not be providing new tar balls until the alpha release. To obtain cluscore-0.1.x and install it, please use something like the following commands:
git clone https://github.com/KentaroAOKI/cluscore.git cluscore
cd cluscore
./configure
make
make install