diff options
Diffstat (limited to 'vcpkg/ports/cpp-peglib/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cpp-peglib/vcpkg.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vcpkg/ports/cpp-peglib/vcpkg.json b/vcpkg/ports/cpp-peglib/vcpkg.json new file mode 100644 index 0000000..eecdf9d --- /dev/null +++ b/vcpkg/ports/cpp-peglib/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "cpp-peglib", + "version": "1.9.1", + "description": "C++11 header-only PEG (Parsing Expression Grammars) library.", + "license": "MIT" +} |