vcpkg/ports/pystring/vcpkg.json

18 lines
436 B
JSON
Raw Normal View History

{
"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
}
]
}