mirror of
https://github.com/boostorg/core.git
synced 2026-01-31 10:39:44 +01:00
"key" is "utility/swap" because it's a unique identifier which should stay the same, even after moving the code into this module.
37 lines
898 B
JSON
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>"
|
|
]
|
|
}
|
|
]
|