aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/plibsys/vcpkg.json
blob: 88362932419647ed3a05c5a35248836e91d5d2f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "plibsys",
  "version": "0.0.5",
  "description": "Highly portable C system library: threads and synchronization, sockets, IPC, data structures and more.",
  "homepage": "https://github.com/saprykin/plibsys",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}