aboutsummaryrefslogtreecommitdiff
path: root/ports/rsm-binary-io/vcpkg.json
blob: 3d76fc8d32c5c7b7ea9285457254b131d3616bae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "rsm-binary-io",
  "version-semver": "2.0.2",
  "description": "A binary i/o library for C++, without the agonizing pain",
  "homepage": "https://github.com/Ryan-rsm-McKenzie/binary_io",
  "documentation": "https://ryan-rsm-mckenzie.github.io/binary_io/",
  "supports": "!osx & !uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}