vcpkg/ports/quickfast/vcpkg.json
2023-03-12 20:45:07 -07:00

22 lines
466 B
JSON

{
"name": "quickfast",
"version": "1.5",
"port-version": 3,
"description": "QuickFAST is an Open Source native C++ implementation of the FAST Protocol [SM].",
"homepage": "https://github.com/objectcomputing/quickfast",
"license": "BSD-3-Clause",
"dependencies": [
"boost-asio",
"boost-thread",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"xerces-c"
]
}