mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:43:11 +08:00
20 lines
421 B
JSON
20 lines
421 B
JSON
{
|
|
"name": "quickfix",
|
|
"version": "1.15.1",
|
|
"port-version": 9,
|
|
"description": "QuickFIX is a free and open source implementation of the FIX protocol.",
|
|
"homepage": "https://github.com/quickfix/quickfix",
|
|
"supports": "!uwp & !(osx & arm64)",
|
|
"dependencies": [
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|