vcpkg/ports/pystring/vcpkg.json
MonicaLiu e7ec5b0ba6
[pystring] Update to v1.1.4 (#28767)
* update pystring

* update version

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-01-10 13:55:52 -08:00

18 lines
437 B
JSON

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