From af4de75bacaf607b0f8cc970cd9bc096f57bc687 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 18 Aug 2014 14:58:41 +0100 Subject: [PATCH] Add metadata file. --- meta/libraries.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta/libraries.json diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 0000000..a7dd283 --- /dev/null +++ b/meta/libraries.json @@ -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 " + ] +}