mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 05:09:01 +08:00
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
|
||
|
}
|
||
|
]
|
||
|
}
|