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