1[ 2 { 3 "key": "core", 4 "name": "Core", 5 "authors": [ 6 "Peter Dimov", 7 "Glen Fernandes", 8 "Andrey Semashev" 9 ], 10 "maintainers": [ 11 "Peter Dimov <pdimov -at- pdimov.com>", 12 "Glen Fernandes <glenjofe -at- gmail.com>", 13 "Andrey Semashev <andrey.semashev -at- gmail.com>" 14 ], 15 "description": "A collection of simple core utilities with minimal dependencies.", 16 "category": [ 17 "Miscellaneous" 18 ] 19 }, 20 { 21 "key": "utility/enable_if", 22 "name": "Enable If", 23 "authors": [ 24 "Jaakko J\u00e4rvi", 25 "Jeremiah Willcock", 26 "Andrew Lumsdaine" 27 ], 28 "description": "Selective inclusion of function template overloads.", 29 "documentation": "doc/html/core/enable_if.html", 30 "category": [ 31 "Generic" 32 ], 33 "maintainers": [ 34 "Jaakko Jarvi <jarvi -at- cs.tamu.edu>", 35 "Jeremiah Willcock <jewillco -at- osl.iu.edu>" 36 ] 37 }, 38 { 39 "key": "utility/swap", 40 "boost-version": "1.38.0", 41 "name": "Swap", 42 "authors": [ 43 "Joseph Gauterin" 44 ], 45 "description": "Enhanced generic swap function.", 46 "documentation": "swap.html", 47 "category": [ 48 "Miscellaneous" 49 ], 50 "maintainers": [ 51 "Joseph Gauterin <joseph.gauterin -at- googlemail.com>" 52 ] 53 }, 54 { 55 "key": "bind/ref", 56 "name": "Ref", 57 "authors": [ 58 "Jaako Järvi", 59 "Peter Dimov", 60 "Doug Gregor", 61 "Dave Abrahams" 62 ], 63 "description": "A utility library for passing references to generic functions.", 64 "documentation": "ref.html", 65 "std": [ 66 "tr1" 67 ], 68 "category": [ 69 "Function-objects" 70 ] 71 } 72] 73