mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:19:00 +08:00
de45a8fe0b
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
25 lines
514 B
JSON
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
|
|
}
|
|
]
|
|
}
|