aboutsummaryrefslogtreecommitdiff
path: root/ports/pystring/vcpkg.json
blob: 4011f52e790ce636f90ff975ea656871ef73c977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "pystring",
  "version-semver": "1.1.3",
  "port-version": 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",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}