Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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
}
]
}