mirror of
https://github.com/boostorg/atomic.git
synced 2026-01-19 04:02:09 +00:00
20 lines
446 B
JSON
20 lines
446 B
JSON
{
|
|
"key": "atomic",
|
|
"name": "Atomic",
|
|
"authors": [
|
|
"Helge Bahmann",
|
|
"Tim Blechmann",
|
|
"Andrey Semashev"
|
|
],
|
|
"description": "C++11-style atomic types.",
|
|
"category": [
|
|
"Concurrent"
|
|
],
|
|
"maintainers": [
|
|
"Helge Bahmann <hcb -at- chaoticmind.net>",
|
|
"Tim Blechmann <tim -at- klingt.org>",
|
|
"Andrey Semashev <andrey.semashev -at- gmail.com>"
|
|
],
|
|
"cxxstd": "11"
|
|
}
|