mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 18:09:22 +08:00
9414ca11a9
* 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>
18 lines
436 B
JSON
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
|
|
}
|
|
]
|
|
}
|