1{
2    "Name": "System library",
3    "Description": "Test package",
4    "Version": "1.0.0",
5    "Vars": {
6        "prefix": "/usr",
7        "exec_prefix": "/usr",
8        "libdir": "/usr/lib",
9        "includedir": "/usr/include"
10    },
11    "Libs": [
12        {"Type": "LibraryName", "Value": "system"}
13    ],
14    "Cflags": [
15        {"Type": "IncludePath", "Value": "/usr/include"}
16    ]
17}
18