vcpkg/ports/libdatrie/vcpkg.json
Kai Pastor cec1fbea37
[libdatrie] Update and fixes (#23681)
* 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>
2022-03-21 19:38:10 -07:00

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"
]
}
}
}