vcpkg/ports/dukglue/vcpkg.json

11 lines
256 B
JSON
Raw Normal View History

{
"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"
]
}