mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 05:39:03 +08:00
e3ba2df6fa
* Modernize portfile * Fix mingw * Update versions
19 lines
347 B
JSON
19 lines
347 B
JSON
{
|
|
"name": "utfcpp",
|
|
"version": "3.2.1",
|
|
"port-version": 1,
|
|
"description": "UTF-8 with C++ in a Portable Way",
|
|
"homepage": "https://github.com/nemtrif/utfcpp",
|
|
"license": "BSL-1.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|