mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
e4def443fe
* * update pegtl from 3.2.6 to 3.2.7 * * update version database --------- Co-authored-by: ian <ian>
18 lines
482 B
JSON
18 lines
482 B
JSON
{
|
|
"name": "pegtl",
|
|
"version-semver": "3.2.7",
|
|
"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).",
|
|
"homepage": "https://github.com/taocpp/PEGTL",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|