zeek/auxil/vcpkg/ports/lpeg/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

20 lines
415 B
JSON

{
"name": "lpeg",
"version": "1.1.0",
"port-version": 1,
"description": "LPeg is a pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs).",
"homepage": "https://www.inf.puc-rio.br/~roberto/lpeg",
"license": "MIT",
"dependencies": [
"lua",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}