vcpkg/ports/bext-text/vcpkg.json

19 lines
389 B
JSON
Raw Permalink Normal View History

2024-09-09 02:32:11 +08:00
{
"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
}
]
}