16 lines
334 B
JSON
16 lines
334 B
JSON
|
{
|
||
|
"key": "variant2",
|
||
|
"name": "Variant2",
|
||
|
"authors": [
|
||
|
"Peter Dimov"
|
||
|
],
|
||
|
"maintainers": [
|
||
|
"Peter Dimov <pdimov -at- gmail.com>"
|
||
|
],
|
||
|
"description": "A never-valueless, strong guarantee implementation of std::variant.",
|
||
|
"category": [
|
||
|
"Containers", "Data"
|
||
|
],
|
||
|
"cxxstd": "11"
|
||
|
}
|