aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/pystring/vcpkg.json
blob: 4c197cdb15819a68f3455beb22d30c3a7a6a107d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "pystring",
  "version": "1.1.4",
  "description": "Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string",
  "homepage": "https://github.com/imageworks/pystring",
  "license": "BSD-3-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}