{"id":62055,"library":"p-ranav-glob","title":"glob","description":"Glob for C++17","status":"active","version":"0.0.1","language":"cpp","source_language":null,"source_url":null,"tags":["glob","filesystem","pattern-matching","utility"],"install":[{"cmd":"vcpkg install p-ranav-glob","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(p_ranav_glob CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE glob::glob)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"glob.hpp","correct":"#include <glob.hpp>"}],"quickstart":{"code":"#include <glob.hpp>\n#include <iostream>\n\nint main() {\n    for (auto& p : glob::glob(\"*.txt\")) {\n        std::cout << p.string() << std::endl;\n    }\n    return 0;\n}","lang":"cpp","description":"List all .txt files in current directory"},"warnings":[],"env_vars":null,"search_vec":"'+17':5 'c':4 'filesystem':7 'glob':1,2,6 'match':10 'pattern':9 'pattern-match':8 'util':11","created_at":"2026-06-17T05:15:24.374741+00:00","updated_at":"2026-06-17T05:15:24.374741+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}