From 76443159e33c914eb4da5cd9405a5dcd9638232f Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 21 Aug 2014 20:35:01 +0100 Subject: [PATCH] Add core to metadata. Key has to be the same as it was in bind, so that the script can tell it's the same library. --- meta/libraries.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/meta/libraries.json b/meta/libraries.json index 3a2d728..92370a2 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -50,5 +50,23 @@ "maintainers": [ "Joseph Gauterin " ] + }, + { + "key": "bind/ref", + "name": "Ref", + "authors": [ + "Jaako Järvi", + "Peter Dimov", + "Doug Gregor", + "Dave Abrahams" + ], + "description": "A utility library for passing references to generic functions.", + "documentation": "ref.html", + "std": [ + "tr1" + ], + "category": [ + "Function-objects" + ] } ]