aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/string-lite/vcpkg.json
blob: f801d7a4eab66c71e5e308bbac5cc2e422a05dfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "string-lite",
  "version": "0.0.0",
  "description": "String algorithms for C+11 and later in a single-file header-only library",
  "homepage": "https://github.com/martinmoene/string-lite",
  "license": "BSL-1.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}