{"library":"expat","install":[{"cmd":"vcpkg install expat","imports":["#include <expat.h>"]},{"cmd":"# CMakeLists.txt\nfind_package(expat CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE expat::expat)","imports":[]}]}