mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
5132044bc4
* [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>
14 lines
239 B
JSON
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
|
|
}
|
|
]
|
|
}
|