mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
e1ea88cc70
* [dukglue] Add new port * . * .
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"
|
|
]
|
|
}
|