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