mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"name": "bext-text",
|
|
"version-date": "2024-01-19",
|
|
"description": "What a c++ standard Unicode library might look like.",
|
|
"homepage": "https://tzlaine.github.io/text/doc/html/index.html",
|
|
"license": "BSL-1.0",
|
|
"dependencies": [
|
|
"boost",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|