mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
ac4f80ae9d
* Add feature marisa * update * remove useless code * add pkgconf * update
33 lines
673 B
JSON
33 lines
673 B
JSON
{
|
|
"name": "opencc",
|
|
"version": "1.1.6",
|
|
"port-version": 1,
|
|
"description": "A project for conversions between Traditional Chinese, Simplified Chinese and Japanese Kanji (Shinjitai)",
|
|
"homepage": "https://github.com/BYVoid/OpenCC",
|
|
"license": "Apache-2.0",
|
|
"supports": "!(arm | uwp)",
|
|
"dependencies": [
|
|
"darts-clone",
|
|
"marisa-trie",
|
|
{
|
|
"name": "pkgconf",
|
|
"host": true
|
|
},
|
|
"rapidjson",
|
|
"tclap",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build OpenCC command-line tools"
|
|
}
|
|
}
|
|
}
|