aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/matchit/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/matchit/vcpkg.json')
-rw-r--r--vcpkg/ports/matchit/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/matchit/vcpkg.json b/vcpkg/ports/matchit/vcpkg.json
new file mode 100644
index 0000000..3228734
--- /dev/null
+++ b/vcpkg/ports/matchit/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "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
+ }
+ ]
+}