mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:38:59 +08:00
19 lines
372 B
JSON
19 lines
372 B
JSON
{
|
|
"name": "ztd-text",
|
|
"version-date": "2023-11-03",
|
|
"port-version": 1,
|
|
"description": "A spicy text library.",
|
|
"homepage": "https://github.com/soasis/text",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
"ztd-cuneicode",
|
|
"ztd-platform",
|
|
"ztd-static-containers"
|
|
]
|
|
}
|