aboutsummaryrefslogtreecommitdiff
path: root/ports/lpeg/vcpkg.json
blob: 7e4c8b30379da41931cbcef19bbd16d0ea15f7a7 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "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"
  ]
}