mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:29:05 +08:00
9958c2cac3
* Fix usage of FindPkgConfig module * Update versions
24 lines
516 B
JSON
24 lines
516 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|