vcpkg/ports/libsodium/vcpkg.json

16 lines
315 B
JSON
Raw Normal View History

{
"name": "libsodium",
"version": "1.0.20",
"port-version": 1,
"description": "A modern and easy-to-use crypto library",
"homepage": "https://libsodium.org/",
"license": "ISC",
"dependencies": [
{
"name": "vcpkg-msbuild",
"host": true,
"platform": "windows & !mingw"
}
]
}