blob: d7596e4e0f49fe34eb63c8d6331cc10a29f4d781 (
plain)
1
2
3
4
5
6
7
8
9
|
{ "ssl":
{ "type": ["@", "rules", "CC/pkgconfig", "system_library"]
, "name": ["libssl"]
}
, "crypto":
{ "type": ["@", "rules", "CC/pkgconfig", "system_library"]
, "name": ["libcrypto"]
}
}
|