aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libsodium/vcpkg.json
blob: d438b0b0357d0bdea6dc45f4bdb1897cc4435964 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "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"
    }
  ]
}