aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mio/vcpkg.json
blob: 5d991a15c22fd53ad0b6a853aa23aa5cb0cba50c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "mio",
  "version-date": "2023-03-03",
  "description": "Cross-platform header-only C++11 library for memory mapped file IO.",
  "homepage": "https://github.com/mandreyel/mio",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}