mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:49:33 +08:00
22 lines
466 B
JSON
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"
|
|
]
|
|
}
|