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 " + ] +}