vcpkg/ports/hffix/vcpkg.json
chausner b4f974ab72
[hffix] Update to 1.2.1 (#29180)
* Update hffix to 1.2.1

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-26 19:11:49 -08:00

18 lines
351 B
JSON

{
"name": "hffix",
"version": "1.2.1",
"description": "Financial Information Exchange Protocol C++ Library",
"homepage": "https://jamesdbrock.github.io/hffix",
"license": "BSD-2-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}