aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libdatrie/vcpkg.json
blob: e143b035f9b76534d56dc9bc95f3902cea35d40b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "libdatrie",
  "version": "0.2.13",
  "port-version": 1,
  "description": "Implementation of double-array structure for representing trie",
  "homepage": "https://linux.thai.net/pub/ThaiLinux/software/libthai",
  "license": "LGPL-2.1-or-later",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ],
  "features": {
    "tool": {
      "description": "Build the trietool application",
      "supports": "!uwp",
      "dependencies": [
        "libiconv"
      ]
    }
  }
}