Files
core/meta/libraries.json
Daniel James ae10aab7e5 Add metadata for swap.
"key" is "utility/swap" because it's a unique identifier which should
stay the same, even after moving the code into this module.
2014-06-08 18:13:39 +01:00

37 lines
898 B
JSON

[
{
"key": "core",
"name": "Core",
"authors": [
"Peter Dimov",
"Glen Fernandes",
"Andrey Semashev"
],
"maintainers": [
"Peter Dimov <pdimov -at- pdimov.com>",
"Glen Fernandes <glenfe -at- live.com>",
"Andrey Semashev <andrey.semashev -at- gmail.com>"
],
"description": "A collection of simple core utilities with minimal dependencies.",
"category": [
"Miscellaneous"
]
},
{
"key": "utility/swap",
"boost-version": "1.38.0",
"name": "Swap",
"authors": [
"Joseph Gauterin"
],
"description": "Enhanced generic swap function.",
"documentation": "swap.html",
"category": [
"Miscellaneous"
],
"maintainers": [
"Joseph Gauterin <joseph.gauterin -at- googlemail.com>"
]
}
]