diff options
Diffstat (limited to 'vcpkg/ports/quickjs-ng/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/quickjs-ng/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/quickjs-ng/vcpkg.json b/vcpkg/ports/quickjs-ng/vcpkg.json new file mode 100644 index 0000000..605e838 --- /dev/null +++ b/vcpkg/ports/quickjs-ng/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "quickjs-ng", + "version": "0.10.1", + "description": "QuickJS, the Next Generation: a mighty JavaScript engine. A small and embeddable JavaScript engine supporting the latest ECMAScript specification.", + "homepage": "https://github.com/quickjs-ng/quickjs", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |