18 lines
466 B
JSON
Executable file
18 lines
466 B
JSON
Executable file
{
|
|
"name": "pystring",
|
|
"version-semver": "1.1.3",
|
|
"port-version": 5,
|
|
"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": "LGPL-2.1-only",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|