Handlers for the hypha framework.
git clone https://github.com/hyphaproject/hypha.git
cd hypha
mkdir build
cd build
cmake ..
make
cd ../..
git clone https://github.com/hyphaproject/hyphahandlers.git
cd hyphahandlers
mkdir build
cd build
cmake -Dhypha_DIR=../../hypha ..
make