]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/functional/meta/libraries.json
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / functional / meta / libraries.json
1 [
2 {
3 "key": "functional",
4 "boost-version": "1.16.0",
5 "name": "Functional",
6 "authors": [
7 "Mark Rodgers"
8 ],
9 "description": "The Boost.Function library contains a family of class templates that are function object wrappers.",
10 "category": [
11 "Function-objects"
12 ]
13 },
14 {
15 "key": "functional/factory",
16 "boost-version": "1.43.0",
17 "name": "Functional/Factory",
18 "authors": [
19 "Tobias Schwinger"
20 ],
21 "maintainers": [
22 "Tobias Schwinger <tschwinger -at- isonews2.com>"
23 ],
24 "description": "Function object templates for dynamic and static object creation",
25 "documentation": "factory/",
26 "category": [
27 "Function-objects"
28 ]
29 },
30 {
31 "key": "functional/forward",
32 "boost-version": "1.43.0",
33 "name": "Functional/Forward",
34 "authors": [
35 "Tobias Schwinger"
36 ],
37 "maintainers": [
38 "Tobias Schwinger <tschwinger -at- isonews2.com>"
39 ],
40 "description": "Adapters to allow generic function objects to accept arbitrary arguments",
41 "documentation": "forward/",
42 "category": [
43 "Function-objects"
44 ]
45 },
46 {
47 "key": "functional/overloaded_function",
48 "boost-version": "1.50.0",
49 "name": "Functional/Overloaded Function",
50 "authors": [
51 "Lorenzo Caminiti"
52 ],
53 "maintainers": [
54 "Lorenzo Caminiti <lorcaminiti -at- gmail.com>"
55 ],
56 "description": "Overload different functions into a single function object.",
57 "documentation": "overloaded_function/",
58 "category": [
59 "Function-objects"
60 ]
61 }
62 ]