mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 20:37:22 +02:00
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:
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user