10 lines
273 B
JSON
Executable file
10 lines
273 B
JSON
Executable file
{
|
|
"name": "lpeg",
|
|
"version-string": "1.0.2",
|
|
"port-version": 2,
|
|
"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"
|
|
]
|
|
}
|