From d11a87472a2c4dbdacb54eb17c9b51da72bbca5c Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 18 Aug 2014 15:11:59 +0100 Subject: [PATCH] Add metadata file. --- meta/libraries.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta/libraries.json diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 0000000..97fcb65 --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,18 @@ +{ + "key": "type_traits", + "name": "Type Traits", + "authors": [ + "John Maddock, Steve Cleary, et al" + ], + "description": "Templates for fundamental properties of types.", + "std": [ + "tr1" + ], + "category": [ + "Generic", + "Metaprogramming" + ], + "maintainers": [ + "John Maddock " + ] +}