From 1a40a5ea30322e3c4bd1a6f6a5ec27a26e108aad Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 18 Aug 2014 15:09:06 +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..279c68f --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,15 @@ +{ + "key": "preprocessor", + "name": "Preprocessor", + "authors": [ + "Vesa Karvonen", + "Paul Mensonides" + ], + "description": "Preprocessor metaprogramming tools including repetition and recursion.", + "category": [ + "Preprocessor" + ], + "maintainers": [ + "Paul Mensonides " + ] +}