mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
e7ec5b0ba6
* update pystring * update version Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
18 lines
437 B
JSON
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
|
|
}
|
|
]
|
|
}
|