mirror of
https://github.com/boostorg/exception.git
synced 2025-07-30 20:47:18 +02:00
Add metadata file.
This commit is contained in:
15
meta/libraries.json
Normal file
15
meta/libraries.json
Normal 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>"
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user