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