vcpkg/ports/utf8proc/vcpkg.json
Frank d431830118
[utf8proc] update to 2.7.0 (#25088)
* utf8proc update to 2.7.0

* update versions

* format patch

* overwrite version

* add license

* update version
2022-06-06 09:42:50 -07:00

18 lines
346 B
JSON

{
"name": "utf8proc",
"version": "2.7.0",
"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
}
]
}