19 lines
350 B
JSON
Raw Normal View History

2023-01-04 21:53:49 +01:00
{
"name": "foonathan-lexy",
"version": "2022.12.1",
2023-01-04 21:53:49 +01:00
"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
}
]
}