mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:59:05 +08:00
46b3d5404d
* [cpp-sort] add new port * [cpp-sort] fix usage * [cpp-sort] add new port * [cpp-sort] fix usage * [cpp-sort] add new port
18 lines
340 B
JSON
18 lines
340 B
JSON
{
|
|
"name": "cpp-sort",
|
|
"version": "1.15.0",
|
|
"description": "Sorting algorithms & related tools for C++14",
|
|
"homepage": "https://github.com/Morwenn/cpp-sort/",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|