vcpkg/ports/libsodium/vcpkg.json
2021-12-21 23:10:25 -05:00

18 lines
338 B
JSON

{
"name": "libsodium",
"version": "1.0.18",
"port-version": 6,
"description": "A modern and easy-to-use crypto library",
"homepage": "https://github.com/jedisct1/libsodium",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}