aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libcorrect/vcpkg.json
blob: 2a0b966a14edbc5159a7d94b8350f661d9728af4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "libcorrect",
  "version-date": "2018-10-11",
  "description": "libcorrect is a library for Forward Error Correction",
  "homepage": "https://github.com/quiet/libcorrect",
  "license": "BSD-3-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}