mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:29:00 +08:00
482ee0e429
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> Co-authored-by: Kai Pastor <dg0yt@darc.de>
18 lines
378 B
JSON
18 lines
378 B
JSON
{
|
|
"name": "str-view",
|
|
"version": "0.3.11",
|
|
"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
|
|
}
|
|
]
|
|
}
|