mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 02:18:59 +08:00
b4f974ab72
* Update hffix to 1.2.1 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
18 lines
351 B
JSON
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
|
|
}
|
|
]
|
|
}
|