diff options
Diffstat (limited to 'vcpkg/ports/pegtl-2/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/pegtl-2/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/pegtl-2/vcpkg.json b/vcpkg/ports/pegtl-2/vcpkg.json new file mode 100644 index 0000000..c81ec51 --- /dev/null +++ b/vcpkg/ports/pegtl-2/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "pegtl-2", + "version": "2.8.3", + "port-version": 3, + "description": "The Parsing Expression Grammar Template Library (PEGTL) is a zero-dependency C++ header-only parser combinator library for creating parsers according to a Parsing Expression Grammar (PEG). This version maintains compatibility with C++11.", + "homepage": "https://github.com/taocpp/PEGTL", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |