mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 18:49:00 +08:00
14 lines
306 B
JSON
14 lines
306 B
JSON
{
|
|
"name": "lpeg",
|
|
"version": "1.1.0",
|
|
"description": "LPeg is a pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs).",
|
|
"homepage": "https://www.inf.puc-rio.br/~roberto/lpeg",
|
|
"dependencies": [
|
|
"lua",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|