]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/core/meta/libraries.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / core / meta / libraries.json
1 [
2 {
3 "key": "core",
4 "name": "Core",
5 "authors": [
6 "Peter Dimov",
7 "Glen Fernandes",
8 "Andrey Semashev"
9 ],
10 "maintainers": [
11 "Peter Dimov <pdimov -at- gmail.com>",
12 "Glen Fernandes <glenjofe -at- gmail.com>",
13 "Andrey Semashev <andrey.semashev -at- gmail.com>"
14 ],
15 "description": "A collection of simple core utilities with minimal dependencies.",
16 "category": [
17 "Miscellaneous"
18 ],
19 "cxxstd": "03"
20 },
21 {
22 "key": "utility/enable_if",
23 "name": "Enable If",
24 "authors": [
25 "Jaakko J\u00e4rvi",
26 "Jeremiah Willcock",
27 "Andrew Lumsdaine"
28 ],
29 "description": "Selective inclusion of function template overloads.",
30 "documentation": "doc/html/core/enable_if.html",
31 "category": [
32 "Generic"
33 ],
34 "maintainers": [
35 "Jaakko Jarvi <jarvi -at- cs.tamu.edu>",
36 "Jeremiah Willcock <jewillco -at- osl.iu.edu>"
37 ],
38 "cxxstd": "03"
39 },
40 {
41 "key": "utility/swap",
42 "boost-version": "1.38.0",
43 "name": "Swap",
44 "authors": [
45 "Joseph Gauterin"
46 ],
47 "description": "Enhanced generic swap function.",
48 "documentation": "swap.html",
49 "category": [
50 "Miscellaneous"
51 ],
52 "maintainers": [
53 "Joseph Gauterin <joseph.gauterin -at- googlemail.com>"
54 ],
55 "cxxstd": "03"
56 },
57 {
58 "key": "bind/ref",
59 "name": "Ref",
60 "authors": [
61 "Jaako Järvi",
62 "Peter Dimov",
63 "Doug Gregor",
64 "Dave Abrahams"
65 ],
66 "description": "A utility library for passing references to generic functions.",
67 "documentation": "ref.html",
68 "std": [
69 "tr1"
70 ],
71 "category": [
72 "Function-objects"
73 ],
74 "cxxstd": "03"
75 }
76 ]