mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 18:31:48 +08:00
8f9a4f2de9
* Add tclap support * Add darts support
28 lines
597 B
JSON
28 lines
597 B
JSON
{
|
|
"name": "opencc",
|
|
"version": "1.1.4",
|
|
"port-version": 3,
|
|
"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",
|
|
"rapidjson",
|
|
"tclap",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build OpenCC command-line tools"
|
|
}
|
|
}
|
|
}
|