mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 05:09:07 +08:00
17 lines
326 B
JSON
17 lines
326 B
JSON
|
{
|
||
|
"name": "utf8proc",
|
||
|
"version": "2.6.1",
|
||
|
"description": "Clean C library for processing UTF-8 Unicode data.",
|
||
|
"homepage": "https://github.com/JuliaLang/utf8proc",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|