mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 21:39:18 +08:00
12640ddf03
* fix error C2039 and C2504 * update supports * update * update
18 lines
334 B
JSON
18 lines
334 B
JSON
{
|
|
"name": "mecab",
|
|
"version-date": "2019-09-25",
|
|
"port-version": 5,
|
|
"description": "A morphological analysis engine based on CRF",
|
|
"supports": "!uwp & !(arm & windows)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|