aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/itpp/vcpkg.json
blob: 5f019ee22be5a218872fe33a6456dbc7f4fee6e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "itpp",
  "version-semver": "4.3.1",
  "port-version": 13,
  "description": "IT++ is a C++ library of mathematical, signal processing and communication classes and functions. Its main use is in simulation of communication systems and for performing research in the area of communications.",
  "homepage": "https://itpp.sourceforge.net",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}