From e2a68fdec17894eed8d27cb924bcb2acd6b07adc Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 8 Jun 2014 23:42:19 +0100 Subject: [PATCH] Add metadata from website --- meta/libraries.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta/libraries.json diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 0000000..8eff747 --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,16 @@ +{ + "key": "conversion", + "name": "Conversion", + "authors": [ + "Dave Abrahams", + "Kevlin Henney" + ], + "description": "Polymorphic and lexical casts.", + "category": [ + "Miscellaneous", + "String" + ], + "maintainers": [ + "Antony Polukhin " + ] +}