Imported Upstream version 1.72.0
[platform/upstream/boost.git] / 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             "Glen Fernandes",
20             "Tobias Schwinger"
21         ],
22         "maintainers": [
23             "Glen Fernandes <glenjofe -at- gmail.com>",
24             "Tobias Schwinger <tschwinger -at- isonews2.com>"
25         ],
26         "description": "Function object templates for dynamic and static object creation",
27         "documentation": "factory/",
28         "category": [
29             "Function-objects"
30         ]
31     },
32     {
33         "key": "functional/forward",
34         "boost-version": "1.43.0",
35         "name": "Functional/Forward",
36         "authors": [
37             "Tobias Schwinger"
38         ],
39         "maintainers": [
40             "Tobias Schwinger <tschwinger -at- isonews2.com>"
41         ],
42         "description": "Adapters to allow generic function objects to accept arbitrary arguments",
43         "documentation": "forward/",
44         "category": [
45             "Function-objects"
46         ]
47     },
48     {
49         "key": "functional/overloaded_function",
50         "boost-version": "1.50.0",
51         "name": "Functional/Overloaded Function",
52         "authors": [
53             "Lorenzo Caminiti"
54         ],
55         "maintainers": [
56             "Lorenzo Caminiti <lorcaminiti -at- gmail.com>"
57         ],
58         "description": "Overload different functions into a single function object.",
59         "documentation": "overloaded_function/",
60         "category": [
61             "Function-objects"
62         ]
63     }
64 ]