mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:55:08 +08:00
16 lines
315 B
JSON
16 lines
315 B
JSON
{
|
|
"name": "libsodium",
|
|
"version": "1.0.20",
|
|
"port-version": 3,
|
|
"description": "A modern and easy-to-use crypto library",
|
|
"homepage": "https://libsodium.org/",
|
|
"license": "ISC",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-msbuild",
|
|
"host": true,
|
|
"platform": "windows & !mingw"
|
|
}
|
|
]
|
|
}
|