Add libraries.json.

This commit is contained in:
Peter Dimov
2014-06-03 03:19:48 +03:00
parent 513929ae73
commit f60cd78973

14
meta/libraries.json Normal file
View File

@ -0,0 +1,14 @@
{
"key": "throw_exception",
"name": "ThrowException",
"authors": [
"Emil Dotchevski"
],
"maintainers": [
"Emil Dotchevski <emil -at- revergestudios.com>"
],
"description": "A common infrastructure for throwing exceptions from Boost libraries.",
"category": [
"Miscellaneous"
]
}