mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 16:29:00 +08:00
19 lines
367 B
JSON
19 lines
367 B
JSON
{
|
|
"name": "utf8proc",
|
|
"version": "2.7.0",
|
|
"port-version": 1,
|
|
"description": "Clean C library for processing UTF-8 Unicode data.",
|
|
"homepage": "https://github.com/JuliaLang/utf8proc",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|