]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/atomic/meta/libraries.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / atomic / meta / libraries.json
1 {
2 "key": "atomic",
3 "name": "Atomic",
4 "authors": [
5 "Helge Bahmann",
6 "Tim Blechmann",
7 "Andrey Semashev"
8 ],
9 "description": "C++11-style atomic<>.",
10 "category": [
11 "Concurrent"
12 ],
13 "maintainers": [
14 "Helge Bahmann <hcb -at- chaoticmind.net>",
15 "Tim Blechmann <tim -at- klingt.org>",
16 "Andrey Semashev <andrey.semashev -at- gmail.com>"
17 ],
18 "cxxstd": "03"
19 }