Commonly used data structures, algorithms and utility functions implemented in C.
All modules can be built and installed using the following line
./build.sh all --install
Or it can be built and installed using cmake by running the following commands.
mkdir build
cd build
cmake ..
make
sudo make install