Regenerate libraries.json

This commit is contained in:
Daniel James
2014-02-27 22:46:55 +00:00
parent 79cda1d5fd
commit 8a8c098f7f

View File

@@ -3,21 +3,29 @@
"key": "functional", "key": "functional",
"boost-version": "1.16.0", "boost-version": "1.16.0",
"name": "Functional", "name": "Functional",
"authors": "Mark Rodgers", "authors": [
"Mark Rodgers"
],
"description": "The Boost.Function library contains a family of class templates that are function object wrappers.", "description": "The Boost.Function library contains a family of class templates that are function object wrappers.",
"std-proposal": false, "std-proposal": false,
"std-tr1": false, "std-tr1": false,
"category": [ "category": [
"Function-objects" "Function-objects"
], ],
"maintainers": "" "maintainers": [
""
]
}, },
{ {
"key": "functional/hash", "key": "functional/hash",
"boost-version": "1.33.0", "boost-version": "1.33.0",
"name": "Functional/Hash", "name": "Functional/Hash",
"authors": "Daniel James", "authors": [
"maintainers": "Daniel James <dnljms -at- gmail.com>", "Daniel James"
],
"maintainers": [
"Daniel James <dnljms -at- gmail.com>"
],
"description": "A TR1 hash function object that can be extended to hash user defined types.", "description": "A TR1 hash function object that can be extended to hash user defined types.",
"documentation": "hash/", "documentation": "hash/",
"std-proposal": false, "std-proposal": false,
@@ -30,7 +38,9 @@
"key": "functional/factory", "key": "functional/factory",
"boost-version": "1.43.0", "boost-version": "1.43.0",
"name": "Functional/Factory", "name": "Functional/Factory",
"authors": "Tobias Schwinger", "authors": [
"Tobias Schwinger"
],
"description": "Function object templates for dynamic and static object creation", "description": "Function object templates for dynamic and static object creation",
"documentation": "factory/", "documentation": "factory/",
"std-proposal": false, "std-proposal": false,
@@ -38,13 +48,17 @@
"category": [ "category": [
"Function-objects" "Function-objects"
], ],
"maintainers": "Tobias Schwinger <tschwinger -at- isonews2.com>" "maintainers": [
"Tobias Schwinger <tschwinger -at- isonews2.com>"
]
}, },
{ {
"key": "functional/forward", "key": "functional/forward",
"boost-version": "1.43.0", "boost-version": "1.43.0",
"name": "Functional/Forward", "name": "Functional/Forward",
"authors": "Tobias Schwinger", "authors": [
"Tobias Schwinger"
],
"description": "Adapters to allow generic function objects to accept arbitrary arguments", "description": "Adapters to allow generic function objects to accept arbitrary arguments",
"documentation": "forward/", "documentation": "forward/",
"std-proposal": false, "std-proposal": false,
@@ -52,13 +66,17 @@
"category": [ "category": [
"Function-objects" "Function-objects"
], ],
"maintainers": "Tobias Schwinger <tschwinger -at- isonews2.com>" "maintainers": [
"Tobias Schwinger <tschwinger -at- isonews2.com>"
]
}, },
{ {
"key": "functional/overloaded_function", "key": "functional/overloaded_function",
"boost-version": "1.50.0", "boost-version": "1.50.0",
"name": "Functional/Overloaded Function", "name": "Functional/Overloaded Function",
"authors": "Lorenzo Caminiti", "authors": [
"Lorenzo Caminiti"
],
"description": "Overload different functions into a single function object.", "description": "Overload different functions into a single function object.",
"documentation": "overloaded_function/", "documentation": "overloaded_function/",
"std-proposal": false, "std-proposal": false,
@@ -66,6 +84,8 @@
"category": [ "category": [
"Function-objects" "Function-objects"
], ],
"maintainers": "Lorenzo Caminiti <lorcaminiti -at- gmail.com>" "maintainers": [
"Lorenzo Caminiti <lorcaminiti -at- gmail.com>"
]
} }
] ]