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