diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 0000000..7796caf --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,14 @@ +[ + { + "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.", + "std-proposal": false, + "std-tr1": true, + "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 - -