aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/duktape/vcpkg.json
blob: 73d6258662dbace8036b26e85235eb0e1bf3a147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "duktape",
  "version": "2.7.0",
  "port-version": 2,
  "description": "Embeddable Javascript engine with a focus on portability and compact footprint.",
  "homepage": "https://github.com/svaarala/duktape",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}