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