aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libuuid/vcpkg.json
blob: 4ae350e01225db54cb5bc2d5b3bc6fb1f61b3c48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "libuuid",
  "version": "1.0.3",
  "port-version": 15,
  "description": "Universally unique id library",
  "homepage": "https://sourceforge.net/projects/libuuid",
  "license": "BSD-3-Clause",
  "supports": "!osx & !windows",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}