From 43b08da03a3a147946cd224f90e874255d6c8fb2 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 18 Aug 2014 15:11:09 +0100 Subject: [PATCH] Add metadata file. --- meta/libraries.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta/libraries.json diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 0000000..90d1218 --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,11 @@ +{ + "key": "system", + "name": "System", + "authors": [ + "Beman Dawes" + ], + "description": "Operating system support, including the diagnostics support that will be part of the C++0x standard library.", + "category": [ + "System" + ] +}