blob: a10882097b9c1c7191e3d9fd79c0e1d369f7daf8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "daw-utf-range",
"version": "2.2.5",
"port-version": 1,
"description": "Header-only utf8 string range used by daw-json-link. Includes a constexpr/noexcept modified version of utfcpp.",
"homepage": "https://github.com/beached/utf_range",
"license": "BSL-1.0",
"dependencies": [
"daw-header-libraries",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
|