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