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