blob: c36a5eec7fa0243e0b532df979a02edf827c2ea9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "hypodermic",
"version-string": "2.5.2",
"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"
]
}
|