blob: 74bc563ec53a0a935ab2bcd15480eb884a0476b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
{
"name": "argon2",
"version": "20190702",
"port-version": 1,
"description": "Password-hashing library.",
"homepage": "https://github.com/P-H-C/phc-winner-argon2",
"license": "Apache-2.0 OR CC0-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"hwopt": {
"description": "Enable SSE2/AVX2/AVX512 optimizations",
"supports": "x86 | x64"
},
"tool": {
"description": "Install the argon2 tool"
}
}
}
|