aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/crcpp/vcpkg.json
blob: 17011abc24fa8cbb3cc946973e45f4f9053a3e18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "crcpp",
  "version": "1.2.1.0",
  "description": "Easy to use and fast C++ CRC library.",
  "homepage": "https://github.com/d-bahr/CRCpp",
  "license": "BSD-3-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}