2021-08-10 16:11:41 +08:00
|
|
|
{
|
|
|
|
"name": "pystring",
|
2023-01-11 05:55:52 +08:00
|
|
|
"version": "1.1.4",
|
2021-08-10 16:11:41 +08:00
|
|
|
"description": "Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string",
|
2021-09-04 08:00:07 +08:00
|
|
|
"homepage": "https://github.com/imageworks/pystring",
|
2023-01-11 05:55:52 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2021-09-04 08:00:07 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
2021-08-10 16:11:41 +08:00
|
|
|
}
|