{"library":"boost-regex","install":[{"cmd":"vcpkg install boost-regex","imports":["#include <boost/regex.hpp>"]},{"cmd":"# CMakeLists.txt\nfind_package(boost_regex CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE Boost::regex)","imports":[]}]}