20 lines
442 B
JSON
20 lines
442 B
JSON
{
|
|
"key": "atomic",
|
|
"name": "Atomic",
|
|
"authors": [
|
|
"Helge Bahmann",
|
|
"Tim Blechmann",
|
|
"Andrey Semashev"
|
|
],
|
|
"description": "C++11-style atomic<>.",
|
|
"category": [
|
|
"Concurrent"
|
|
],
|
|
"maintainers": [
|
|
"Helge Bahmann <hcb -at- chaoticmind.net>",
|
|
"Tim Blechmann <tim -at- klingt.org>",
|
|
"Andrey Semashev <andrey.semashev -at- gmail.com>"
|
|
],
|
|
"cxxstd": "03"
|
|
}
|