aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libsigcpp/vcpkg.json
blob: 21dbc8107ee3765e7ec51920c71d01b3cbcf8ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "libsigcpp",
  "version": "3.6.0",
  "port-version": 2,
  "description": "Typesafe callback framework for C++",
  "homepage": "https://libsigcplusplus.github.io/libsigcplusplus/",
  "license": "LGPL-3.0-or-later",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}