2021-08-10 16:11:41 +08:00
|
|
|
{
|
|
|
|
"name": "pystring",
|
|
|
|
"version-semver": "1.1.3",
|
2022-05-18 02:15:06 +08:00
|
|
|
"port-version": 5,
|
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",
|
2022-05-18 02:15:06 +08:00
|
|
|
"license": "LGPL-2.1-only",
|
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
|
|
|
}
|