aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libhydrogen/vcpkg.json
blob: 8251ad463b0a942e3afd9b77a740944ec719f9da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "libhydrogen",
  "version-date": "2022-06-21",
  "description": "A lightweight, secure, easy-to-use crypto library suitable for constrained environments",
  "homepage": "https://github.com/jedisct1/libhydrogen",
  "license": "ISC",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}