mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 04:49:08 +08:00
11 lines
256 B
JSON
11 lines
256 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|