From c71a4c7980e61ad654ea9c923e48745169c6ff50 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 18 Aug 2014 14:57:59 +0100 Subject: [PATCH] Add metadata file. --- meta/libraries.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta/libraries.json diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 00000000..2d3fbcc9 --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,13 @@ +{ + "key": "config", + "name": "Config", + "description": "Helps Boost library developers adapt to compiler idiosyncrasies; not intended for library users.", + "documentation": "config.htm", + "category": [ + "workarounds" + ], + "authors": "", + "maintainers": [ + "John Maddock " + ] +}