diff options
Diffstat (limited to 'vcpkg/ports/dukglue/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/dukglue/vcpkg.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vcpkg/ports/dukglue/vcpkg.json b/vcpkg/ports/dukglue/vcpkg.json new file mode 100644 index 0000000..c18249e --- /dev/null +++ b/vcpkg/ports/dukglue/vcpkg.json @@ -0,0 +1,10 @@ +{ + "name": "dukglue", + "version-date": "2022-11-08", + "description": "A C++ binding/wrapper library for the Duktape JavaScript interpreter.", + "homepage": "https://github.com/Aloshi/dukglue", + "license": "MIT", + "dependencies": [ + "duktape" + ] +} |