]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/thread/meta/libraries.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / thread / meta / libraries.json
1 [
2 {
3 "key": "thread",
4 "name": "Thread",
5 "authors": [
6 "Anthony Williams",
7 "Vicente J. Botet Escriba"
8 ],
9 "maintainers": [
10 "Vicente J. Botet Escriba <vicente.botet -at- wanadoo.fr>"
11 ],
12 "description":
13 "Portable C++ multi-threading. C++03, C++11, C++14, C++17.",
14 "std": [ "proposal" ],
15 "category": [
16 "Concurrent", "System"
17 ],
18 "cxxstd": "03"
19 }
20 ]