diff options
Diffstat (limited to 'vcpkg/ports/str-view/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/str-view/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/str-view/vcpkg.json b/vcpkg/ports/str-view/vcpkg.json new file mode 100644 index 0000000..585c31d --- /dev/null +++ b/vcpkg/ports/str-view/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "str-view", + "version": "0.5.4", + "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 + } + ] +} |