mirror of
https://github.com/boostorg/parameter.git
synced 2026-01-19 04:22:13 +00:00
19 lines
447 B
JSON
19 lines
447 B
JSON
{
|
|
"key": "parameter",
|
|
"name": "Parameter",
|
|
"authors": [
|
|
"David Abrahams",
|
|
"Daniel Wallin"
|
|
],
|
|
"description": "Boost.Parameter Library - Write functions that accept arguments by name.",
|
|
"category": [
|
|
"Emulation",
|
|
"Programming"
|
|
],
|
|
"maintainers": [
|
|
"David Abrahams <dave -at- boost-consulting.com>",
|
|
"Daniel Wallin <daniel -at- boostpro.com>"
|
|
],
|
|
"cxxstd": "03"
|
|
}
|