mirror of
https://github.com/boostorg/variant2.git
synced 2026-01-25 08:32:34 +01:00
15 lines
297 B
JSON
15 lines
297 B
JSON
|
|
{
|
||
|
|
"key": "variant2",
|
||
|
|
"name": "Variant2",
|
||
|
|
"authors": [
|
||
|
|
"Peter Dimov"
|
||
|
|
],
|
||
|
|
"maintainers": [
|
||
|
|
"Peter Dimov <pdimov -at- pdimov.com>"
|
||
|
|
],
|
||
|
|
"description": "A never-valueless implementation of std::variant.",
|
||
|
|
"category": [
|
||
|
|
"Containers", "Data"
|
||
|
|
]
|
||
|
|
}
|