17 lines
311 B
JSON
Executable File
17 lines
311 B
JSON
Executable File
{
|
|
"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
|
|
}
|
|
]
|
|
}
|