Merge pull request #33 from danieljames/metadata

Create metadata file.
This commit is contained in:
jzmaddock
2014-08-18 17:36:34 +01:00

13
meta/libraries.json Normal file
View File

@ -0,0 +1,13 @@
{
"key": "config",
"name": "Config",
"description": "Helps Boost library developers adapt to compiler idiosyncrasies; not intended for library users.",
"documentation": "config.htm",
"category": [
"workarounds"
],
"authors": "",
"maintainers": [
"John Maddock <john -at- johnmaddock.co.uk>"
]
}