aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/strtk/vcpkg.json
blob: a7a9c214b34304c2b273ab89646f385d3a04039a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "strtk",
  "version-date": "2020-09-14",
  "port-version": 4,
  "description": "robust, optimized and portable string processing algorithms for the C++ language",
  "homepage": "https://github.com/ArashPartow/strtk",
  "license": null,
  "features": {
    "boost": {
      "description": "Request boost libraries",
      "dependencies": [
        "boost-algorithm",
        "boost-lexical-cast",
        "boost-random",
        "boost-regex",
        "boost-spirit",
        "boost-tokenizer"
      ]
    }
  }
}