From c3154fee78b9746782d8c55acc43cb33558d89d1 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 23 Feb 2014 14:29:48 +0000 Subject: [PATCH] Add metadata --- meta/libraries.xml | 61 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 meta/libraries.xml diff --git a/meta/libraries.xml b/meta/libraries.xml new file mode 100644 index 0000000..a79b7de --- /dev/null +++ b/meta/libraries.xml @@ -0,0 +1,61 @@ + + + + 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 + +