vcpkg/ports/cpp-timsort/vcpkg.json
chausner 3b383400db
[New port] Add cpp-TimSort 2.1.0 (#20275)
* 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>
2021-09-23 17:48:42 -07:00

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
}
]
}