19 lines
404 B
JSON
Executable file
19 lines
404 B
JSON
Executable file
{
|
|
"name": "quickfix",
|
|
"version": "1.15.1",
|
|
"port-version": 7,
|
|
"description": "QuickFIX is a free and open source implementation of the FIX protocol.",
|
|
"homepage": "https://github.com/quickfix/quickfix",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|