vcpkg/ports/hypodermic/vcpkg.json
Riccardo Ressi de45a8fe0b
[hypodermic] Update to 2023-03-02 (#40576)
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2024-08-23 02:15:40 -07:00

25 lines
514 B
JSON

{
"name": "hypodermic",
"version-date": "2023-03-03",
"description": "Hypodermic is a non-intrusive header only IoC container for C++",
"homepage": "https://github.com/ybainier/Hypodermic",
"license": "MIT",
"dependencies": [
"boost-algorithm",
"boost-config",
"boost-format",
"boost-range",
"boost-signals2",
"boost-system",
"boost-test",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}