vcpkg/ports/clipp/vcpkg.json
Cheney Wang 5132044bc4
[clipp] Add patch to fix std::result_of deprecated in C++20 (#27218)
* [clipp] Add patch to fix std::result_of deprecated in C++20

* x-add-version

* Modify version-string to version-date

* x-add-version

* Add upstream PR comment.

* Version DB

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-10-20 12:53:48 -07:00

14 lines
239 B
JSON

{
"name": "clipp",
"version-date": "2019-04-30",
"port-version": 2,
"description": "command line interfaces for modern C++",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}