Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

18 lines
371 B
JSON

{
"name": "matchit",
"version": "1.0.1",
"description": "matchit is a pattern matching library for C++17 with macro-free APIs",
"homepage": "https://github.com/BowenFu/matchit.cpp",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}