mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
cec1fbea37
* Libdatrie fixes * Libdatrie fixes and update to v0.2.13 * Add usage * Create feature 'tool' * Update versions * Install pkg-config module * Update versions Co-authored-by: Thomas Heinrichs <46387399+Thomas1664@users.noreply.github.com>
23 lines
495 B
JSON
23 lines
495 B
JSON
{
|
|
"name": "libdatrie",
|
|
"version": "0.2.13",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|