aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/str-view/vcpkg.json
blob: 585c31dd3bb10e10eec68798947fd5c7bee87503 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
    }
  ]
}