aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rsm-binary-io/vcpkg.json
blob: acda7b565694e5adbe17d624f99f5a8ca6c934cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "rsm-binary-io",
  "version-semver": "2.0.6",
  "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/",
  "license": "MIT",
  "supports": "!osx & !uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}