From f60cd78973a20408f9af9f1fdbe70b09479d3d82 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 3 Jun 2014 03:19:48 +0300 Subject: [PATCH] Add libraries.json. --- meta/libraries.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta/libraries.json diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 0000000..1eb81ab --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,14 @@ +{ + "key": "throw_exception", + "name": "ThrowException", + "authors": [ + "Emil Dotchevski" + ], + "maintainers": [ + "Emil Dotchevski " + ], + "description": "A common infrastructure for throwing exceptions from Boost libraries.", + "category": [ + "Miscellaneous" + ] +}