diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 0000000..fd69e84 --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,66 @@ +[ + { + "key": "functional", + "boost-version": "1.16.0", + "name": "Functional", + "authors": "Mark Rodgers", + "description": "The Boost.Function library contains a family of class templates that are function object wrappers.", + "std-proposal": false, + "std-tr1": false, + "category": [ + "Function-objects" + ] + }, + { + "key": "functional/hash", + "boost-version": "1.33.0", + "name": "Functional/Hash", + "authors": "Daniel James", + "description": "A TR1 hash function object that can be extended to hash user defined types.", + "documentation": "hash/", + "std-proposal": false, + "std-tr1": true, + "category": [ + "Function-objects" + ] + }, + { + "key": "functional/factory", + "boost-version": "1.43.0", + "name": "Functional/Factory", + "authors": "Tobias Schwinger", + "description": "Function object templates for dynamic and static object creation", + "documentation": "factory/", + "std-proposal": false, + "std-tr1": false, + "category": [ + "Function-objects" + ] + }, + { + "key": "functional/forward", + "boost-version": "1.43.0", + "name": "Functional/Forward", + "authors": "Tobias Schwinger", + "description": "Adapters to allow generic function objects to accept arbitrary arguments", + "documentation": "forward/", + "std-proposal": false, + "std-tr1": false, + "category": [ + "Function-objects" + ] + }, + { + "key": "functional/overloaded_function", + "boost-version": "1.50.0", + "name": "Functional/Overloaded Function", + "authors": "Lorenzo Caminiti", + "description": "Overload different functions into a single function object.", + "documentation": "overloaded_function/", + "std-proposal": false, + "std-tr1": false, + "category": [ + "Function-objects" + ] + } +] \ No newline at end of file diff --git a/meta/libraries.xml b/meta/libraries.xml deleted file mode 100644 index a79b7de..0000000 --- a/meta/libraries.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - functional - 1.16.0 - Functional - Mark Rodgers - The Boost.Function library contains a family of - class templates that are function object - wrappers. - false - false - Function-objects - - - functional/hash - 1.33.0 - Functional/Hash - Daniel James - A TR1 hash function object that can be extended to - hash user defined types. - hash/ - false - true - Function-objects - - - functional/factory - 1.43.0 - Functional/Factory - Tobias Schwinger - Function object templates for dynamic and static object creation - factory/ - false - false - Function-objects - - - functional/forward - 1.43.0 - Functional/Forward - Tobias Schwinger - Adapters to allow generic function objects to accept arbitrary arguments - forward/ - false - false - Function-objects - - - functional/overloaded_function - 1.50.0 - Functional/Overloaded Function - Lorenzo Caminiti - Overload different functions into a single function - object. - overloaded_function/ - false - false - Function-objects - -