# Welcome to hell This is where all the boost libraries used by the server live see ./list for them # Reinitalizing The following bash one liner was used to initalize this repo `for f in $(cat list); do git submodule add https://github.com/boostorg/$f.git $f; cd $f; git checkout boost-1.82.0; cd ..; done`