1
0
forked from boostorg/core

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.
This commit is contained in:
Daniel James
2014-08-21 20:35:01 +01:00
parent 3378fd7b47
commit 76443159e3

View File

@@ -50,5 +50,23 @@
"maintainers": [
"Joseph Gauterin <joseph.gauterin -at- googlemail.com>"
]
},
{
"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"
]
}
]