mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:39:04 +08:00
796801acca
* [duktape] Update to 2.7.0 and don't require python2 to build. Instead use a release tarball which includes all codegened stuff. * [duktape] Enable in CI.
17 lines
352 B
JSON
17 lines
352 B
JSON
{
|
|
"name": "duktape",
|
|
"version": "2.7.0",
|
|
"description": "Embeddable Javascript engine with a focus on portability and compact footprint.",
|
|
"homepage": "https://github.com/svaarala/duktape",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|