vcpkg/ports/pystring/vcpkg.json

18 lines
437 B
JSON
Raw Normal View History

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