blob: 49eaba94e5a78d032ada6dae609d8846744d6cec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"name": "ppqsort",
"version": "1.0.5",
"description": "a efficient implementation of parallel quicksort algorithm",
"homepage": "https://gabtux.github.io/PPQSort/",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"openmp": {
"description": "Build with openmp, otherwise use native threads"
}
}
}
|