mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-02 22:35:31 +08:00
19 lines
399 B
JSON
19 lines
399 B
JSON
{
|
|
"name": "str-view",
|
|
"version": "0.3.11",
|
|
"port-version": 1,
|
|
"description": "A simple, robust, and convenient library for read-only string handling in C.",
|
|
"homepage": "https://github.com/agl-alexglopez/str_view",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|