From 35ef2502d57697998bc5a97a2b7e5a785f837eb0 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 24 Feb 2014 22:21:35 +0000 Subject: [PATCH] Typo --- meta/libraries.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/meta/libraries.json b/meta/libraries.json index 0637a08..107679f 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -1 +1,17 @@ -[] \ No newline at end of file +[ + { + "key": "functional/hash", + "boost-version": "1.33.0", + "name": "Functional/Hash", + "authors": "Daniel James", + "maintainers": [ + "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