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