aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/lpeg/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/lpeg/vcpkg.json')
-rw-r--r--vcpkg/ports/lpeg/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/lpeg/vcpkg.json b/vcpkg/ports/lpeg/vcpkg.json
new file mode 100644
index 0000000..905e192
--- /dev/null
+++ b/vcpkg/ports/lpeg/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "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
+ }
+ ]
+}