mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:59:05 +08:00
3b383400db
* Add new port cpp-timesort 2.1.0 * Update CI baseline * Resolve conversation * update version * add dquotes Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Jonliu1993 <13720414433@163.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
17 lines
311 B
JSON
17 lines
311 B
JSON
{
|
|
"name": "cpp-timsort",
|
|
"version": "2.1.0",
|
|
"description": "A C++ implementation of timsort",
|
|
"homepage": "https://github.com/timsort/cpp-TimSort",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|