Merge pull request #5 from danieljames/metadata

Create metadata file (thanks danieljames)
This commit is contained in:
zajo
2015-01-05 15:11:57 -08:00

15
meta/libraries.json Normal file
View File

@ -0,0 +1,15 @@
{
"key": "exception",
"name": "Exception",
"authors": [
"Emil Dotchevski"
],
"description": "The Boost Exception library supports transporting of arbitrary data in exception objects, and transporting of exceptions between threads.",
"documentation": "doc/boost-exception.html",
"category": [
"Emulation"
],
"maintainers": [
"Emil Dotchevski <emil -at- revergestudios.com>"
]
}