From 2d7fea5944dbecec692cae3d310140b7337d2f84 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 18 Aug 2014 15:12:34 +0100 Subject: [PATCH] Add metadata file. --- 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..aed119e --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,14 @@ +{ + "key": "wave", + "name": "Wave", + "authors": [ + "Hartmut Kaiser" + ], + "description": "The Boost.Wave library is a Standards conformant, and highly configurable implementation of the mandated C99/C++ preprocessor functionality packed behind an easy to use iterator interface.", + "category": [ + "String" + ], + "maintainers": [ + "Hartmut Kaiser " + ] +}