vcpkg/ports/str-view/vcpkg.json
Alex G. Lopez 482ee0e429
[str-view] Add new port str-view (#39872)
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2024-07-24 10:33:00 -07:00

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
}
]
}