# About This template metaprogramming library is part of my Ph.D. thesis work and is used in main projects. ## Organisation Main directories: - `src`: the library sources. ## Usage To produce the `Makefile` and build the project: ```bash mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. make ``` To run unit testing: ```bash ./build/tests_pfor ```