vcpkg/ports/pystring/vcpkg.json
Xing Ji 9414ca11a9
[pystring] rename libpystring to pystring (#19740)
* rename `libpystring` to `pystring`

* run `vcpkg x-add-version --all`

* [pystring] Simplify CMake

* [pystring] Use target name as per opencolorio

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-09-03 17:00:07 -07:00

18 lines
436 B
JSON

{
"name": "pystring",
"version-semver": "1.1.3",
"port-version": 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",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}