mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 15:39:00 +08:00
02820f4b12
* Update foonathan-lexy to v2022.12.1. * Updated version files.
19 lines
350 B
JSON
19 lines
350 B
JSON
{
|
|
"name": "foonathan-lexy",
|
|
"version": "2022.12.1",
|
|
"description": "C++ parsing DSL",
|
|
"homepage": "https://github.com/foonathan/lexy",
|
|
"license": "BSL-1.0",
|
|
"supports": "x64 | arm64",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|