aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mman/vcpkg.json
blob: 2554140e89890e35ad35f927e2f74b21b68fbed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "mman",
  "version-string": "git-f5ff813",
  "port-version": 5,
  "description": "A light implementation of the mmap functions for MinGW.",
  "homepage": "https://github.com/witwall/mman-win32",
  "supports": "windows",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}