This code is a reimplementation of the original diricore Python code (... fill in original repository here...)
To build the code, you need libzeep, cmake, yarnpkg and a recent C++ compiler.
Then, to build the code:
git clone https://github.com/BrummelkampResearch/diricore-bk/
cd diricore-bk
yarn
cmake -B build
cmake --build build