aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/lua-compat53/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/lua-compat53/vcpkg.json')
-rw-r--r--vcpkg/ports/lua-compat53/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/lua-compat53/vcpkg.json b/vcpkg/ports/lua-compat53/vcpkg.json
new file mode 100644
index 0000000..ada4e8c
--- /dev/null
+++ b/vcpkg/ports/lua-compat53/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "lua-compat53",
+ "version": "0.10",
+ "description": "provide Lua-5.3-style C APIs for Lua 5.2 and 5.1",
+ "homepage": "https://github.com/lunarmodules/lua-compat-5.3",
+ "license": "MIT",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}