mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 20:41:44 -07:00
9 lines
185 B
JSON
9 lines
185 B
JSON
{
|
|
"description": "Minimum versions needed of various things.",
|
|
"c++": "17",
|
|
"libpq": "9.6",
|
|
"postgresql": "9.6",
|
|
"gcc": "8",
|
|
"clang": "11",
|
|
"msvc": "2019"
|
|
}
|