aboutsummaryrefslogtreecommitdiff
path: root/ports/quickfast/vcpkg.json
blob: 143f16f99a02ed81c7316f78ec6aec5740dcfc14 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "quickfast",
  "version-string": "1.5",
  "port-version": 1,
  "description": "QuickFAST is an Open Source native C++ implementation of the FAST Protocol [SM].",
  "homepage": "https://github.com/objectcomputing/quickfast",
  "dependencies": [
    "boost-asio",
    "xerces-c"
  ]
}