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