{"id":61946,"library":"plustache","title":"plustache","description":"{{mustaches}} for C++","status":"active","version":"0.4.0","language":"cpp","source_language":null,"source_url":null,"tags":["template","mustache","string","c++11"],"install":[{"cmd":"vcpkg install plustache","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(plustache CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE plustache::plustache)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"plustache/plustache_types.hpp","correct":"#include <plustache/plustache_types.hpp>"}],"quickstart":{"code":"#include <plustache/plustache_types.hpp>\n#include <plustache/template.hpp>\n#include <iostream>\n\nint main() {\n    Plustache::template_t t;\n    std::string result = t.render(\"Hello {{name}}!\", {\"name\", \"World\"});\n    std::cout << result;\n}","lang":"cpp","description":"Render a simple Mustache template"},"warnings":[],"env_vars":null,"search_vec":"'+11':9 'c':4,8 'mustach':2,6 'plustach':1 'string':7 'templat':5","created_at":"2026-06-17T05:11:30.244914+00:00","updated_at":"2026-06-17T05:11:30.244914+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}}