Merge pull request #1 from danieljames/metadata

Create metadata file.
This commit is contained in:
Peter Dimov
2015-01-25 20:35:09 +02:00

15
meta/libraries.json Normal file
View File

@ -0,0 +1,15 @@
{
"key": "function_types",
"name": "Function Types",
"authors": [
"Tobias Schwinger"
],
"description": "Boost.FunctionTypes provides functionality to classify, decompose and synthesize function, function pointer, function reference and pointer to member types.",
"category": [
"Generic",
"Metaprogramming"
],
"maintainers": [
"Tobias Schwinger <tschwinger -at- isonews2.com>"
]
}