From 631e592b7ab4fb65b3ebe9e1f4d203f4f2487d17 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 18 May 2014 23:27:52 +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..5fff00a --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,14 @@ +{ + "key": "type_index", + "name": "Type Index", + "authors": [ + "Antony Polukhin" + ], + "maintainers": [ + "Antony Polukhin " + ], + "description": "Runtime/Compile time copyable type info.", + "category": [ + "Emulation" + ] +}