libraries.json 599 B

1234567891011121314
  1. {
  2. "key": "mpl",
  3. "name": "MPL",
  4. "authors": [
  5. "Aleksey Gurtovoy"
  6. ],
  7. "description": "The Boost.MPL library is a general-purpose, high-level C++ template metaprogramming framework of compile-time algorithms, sequences and metafunctions. It provides a conceptual foundation and an extensive set of powerful and coherent tools that make doing explict metaprogramming in C++ as easy and enjoyable as possible within the current language.",
  8. "category": [
  9. "Metaprogramming"
  10. ],
  11. "maintainers": [
  12. "Aleksey Gurtovoy <agurtovoy -at- meta-comm.com>"
  13. ]
  14. }