libraries.json 427 B

1234567891011121314151617
  1. {
  2. "key": "parameter",
  3. "name": "Parameter",
  4. "authors": [
  5. "David Abrahams",
  6. "Daniel Wallin"
  7. ],
  8. "description": "Boost.Parameter Library - Write functions that accept arguments by name.",
  9. "category": [
  10. "Emulation",
  11. "Programming"
  12. ],
  13. "maintainers": [
  14. "David Abrahams <dave -at- boost-consulting.com>",
  15. "Daniel Wallin <daniel -at- boostpro.com>"
  16. ]
  17. }